Package: jruby-maven-plugins / 3.0.1-3

Metadata

Package Version Patches format
jruby-maven-plugins 3.0.1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable rubygems repo.diff | (download)

ruby-tools/pom.xml | 16 0 + 16 - 0 !
1 file changed, 16 deletions(-)

 disable access to rubygems maven repo during build time

fix assertion.patch | (download)

ruby-tools/src/main/java/de/saumya/mojo/ruby/rails/RailsService.java | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix-assertion

Fixes a flawed assertion that fail to compile with the source level 1.7, see #867648

fix jruby execution.patch | (download)

gem-maven-plugin/src/main/java/de/saumya/mojo/gem/AbstractGemMojo.java | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 fix jruby execution

This fixes the execution JRuby "gem" on Debian. The stdlib path needs to be
added to the Ruby $LOAD_PATH because jruby-stdlib.jar isn't used, and
jruby.openssl.load.jars needs to be turned off otherwise "gem install" crashes
with an error about OpenSSL not being available.

snakeyaml2.patch | (download)

ruby-tools/src/main/java/de/saumya/mojo/gems/spec/yaml/MappingConstructor.java | 3 2 + 1 - 0 !
ruby-tools/src/main/java/de/saumya/mojo/gems/spec/yaml/MappingRepresenter.java | 3 2 + 1 - 0 !
2 files changed, 4 insertions(+), 2 deletions(-)

 constructing constructor and representer derivatives with default
 LoaderOptions and DumperOptions to comply with the interface of snakeyaml 2.x