warbler icon indicating copy to clipboard operation
warbler copied to clipboard

Warbler chirpily constructs .war files of your Ruby applications.

Results 120 warbler issues
Sort by recently updated
recently updated
newest added

launching Tabula on Mac OS Version Sonoma 14.3 (23D56) getting the following error when opening Tabula not a dev here so it all goes above my head, please help

This PR will encompass fixes to get Warbler updated for modern JRuby, modern Ruby, and modern versions of necessary libraries.

It's been too long since this library had an update and release. This issue will track the tasks necessary. I cloned and ran tests locally with JRuby 10, and a...

This is a fix (#555) for an infinite loop that occurs on Windows during a warble build when it cannot find the bundler.gemspec file

If warbler cannot find the bundler.gemspec (a problem when bundler is installed as a 'default' gem via rubygems and likely a separate issue), then the search through the parent directory...

Warbler currently generates a single fat jar with nested jars for JRuby, JRuby's stdlib, and any other libraries needed. Those jars then get unpacked or loaded into custom classloaders at...

I was experimenting with warbling a Sidekiq jar but because it had Rails and Rack in its dependencies the "war" trait activated automatically. Currently, the "war" trait activates if it...

With the new modularized set-up of the JDK, it is generally discouraged to have any classes in the default package (i.e. no package, root of jar). We need to modify...

We currently build `lib/warbler_jar.jar` as part of this gem, even though most of it is not necessary for the execution of the gem. Two classes in this jar are used...

Using Open3.capture3 fails when running with java21 from a warbler jar with ``` ERROR: org.jruby.embed.EvalFailedException: (EBADF) Bad file descriptor - ls ``` This works correctly with java 11 and warbler,...