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

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.3 to 1.16.2. Release notes Sourced from nokogiri's releases. v1.16.2 / 2024-02-04 Security [CRuby] Vendored libxml2 is updated to address CVE-2024-25062. See GHSA-xc9x-jj77-9p9j for more information. Dependencies...

dependencies
ruby

Hello, I am using Warbler 2.0.5 with JRuby 9.4.2.0. When I generate a WAR, it will work fine on the system I generated it. If I use that war on...

currently I am facing issue while using warble gem. I am using Jruby based rails application. I am able to access direct file path code in server URL which breaking...

Starting with 2023 jar files created with warbler run into " is not yet checked out. Run `bundle install` first." if they contain references to Gems at Github in Gemfile....

happens when running **warble** or **warble -T** ![image](https://github.com/jruby/warbler/assets/59670472/a57e647f-bee6-4787-b6df-0412fefb17b0)

### Environment: - rbenv 1.2.0 - jruby 9.3.3.0 - bundler 2.4.6 - warbler 2.0.5 - OSX 13.2 ### Issue When running `bundle exec warble` I get this error: ``` Unable...

Background: The .jar changes so rarely that it's not part of `rake release` to `rake build` the .jar. But I think it's also a feature as it allows using Warbler...

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.3 to 1.16.3. Release notes Sourced from nokogiri's releases. v1.16.3 / 2024-03-15 Dependencies [CRuby] Vendored libxml2 is updated to v2.12.6 from v2.12.5. (@​flavorjones) Changed [CRuby] XML::Reader sets...

dependencies
ruby

/workspaces/warbler/lib/warbler/jar.rb:288: warning: Passing safe_level with the 2nd argument of ERB.new is deprecated. Do not use it, and specify other arguments as keyword arguments. /workspaces/warbler/lib/warbler/jar.rb:288: warning: Passing trim_mode with the 3rd...

As of Jruby version 9.4, the open-uri's Kernel.open is deprecated. See more details https://bugs.ruby-lang.org/issues/15893. This should be fixed in: https://github.com/jruby/warbler/blob/3756c6cbbe2ecdccfeb6ac1658a0e3f657244e1b/lib/warbler/web_server.rb#L23