[Git][java-team/jruby-openssl][master] 3 commits: Update Vcs-*

Andrej Shadura gitlab at salsa.debian.org
Tue Feb 26 10:29:04 GMT 2019


Andrej Shadura pushed to branch master at Debian Java Maintainers / jruby-openssl


Commits:
a6977cd4 by Andrej Shadura at 2019-02-26T09:40:15Z
Update Vcs-*

- - - - -
258723dd by Andrej Shadura at 2019-02-26T10:26:08Z
Generate at least 1.7 version bytecode

[INFO] --- exec-maven-plugin:1.6.0:exec (invoker-generator) @ jruby-openssl ---
Exception in thread "main" java.lang.UnsupportedClassVersionError: JRuby requires Java 7 or higher
       at org.jruby.RubyInstanceConfig.initGlobalJavaVersion(RubyInstanceConfig.java:1897)
       at org.jruby.RubyInstanceConfig.<clinit>(RubyInstanceConfig.java:1661)
       at org.jruby.internal.runtime.methods.InvocationMethodFactory.getAnnotatedMethodClass(InvocationMethodFactory.java:255)
       at org.jruby.anno.InvokerGenerator.main(InvokerGenerator.java:84)
[ERROR] Command execution failed.

- - - - -
aa96a4b7 by Andrej Shadura at 2019-02-26T10:27:04Z
Update the changelog

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/patches/03-use-higher-bytecode-version.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+jruby-openssl (0.9.21-2) unstable; urgency=medium
+
+  * Update Vcs-*.
+  * Generate at least 1.7 version bytecode (Closes: #912545).
+
+ -- Andrej Shadura <andrewsh at debian.org>  Tue, 26 Feb 2019 11:26:24 +0100
+
 jruby-openssl (0.9.21-1) unstable; urgency=medium
 
   * New upstream release.


=====================================
debian/control
=====================================
@@ -16,8 +16,8 @@ Build-Depends: debhelper (>= 10~),
                maven-repo-helper
 Standards-Version: 4.1.1
 Homepage: https://github.com/jruby/jruby-openssl
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/jruby-openssl.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jruby-openssl.git
+Vcs-Git: https://salsa.debian.org/java-team/jruby-openssl.git
+Vcs-Browser: https://salsa.debian.org/java-team/jruby-openssl
 
 Package: jruby-openssl
 Architecture: all


=====================================
debian/patches/03-use-higher-bytecode-version.patch
=====================================
@@ -0,0 +1,23 @@
+From: Andrej Shadura <andrewsh at debian.org>
+Date: Tue, 26 Feb 2019 11:25:54 +0100
+Subject: Generate at least 1.7 version bytecode
+
+[INFO] --- exec-maven-plugin:1.6.0:exec (invoker-generator) @ jruby-openssl ---
+Exception in thread "main" java.lang.UnsupportedClassVersionError: JRuby requires Java 7 or higher
+	at org.jruby.RubyInstanceConfig.initGlobalJavaVersion(RubyInstanceConfig.java:1897)
+	at org.jruby.RubyInstanceConfig.<clinit>(RubyInstanceConfig.java:1661)
+	at org.jruby.internal.runtime.methods.InvocationMethodFactory.getAnnotatedMethodClass(InvocationMethodFactory.java:255)
+	at org.jruby.anno.InvokerGenerator.main(InvokerGenerator.java:84)
+[ERROR] Command execution failed.
+
+--- a/pom.xml
++++ b/pom.xml
+@@ -238,7 +238,7 @@
+               <executable>java</executable>
+               <classpathScope>compile</classpathScope>
+               <arguments>
+-                <argument>-Djruby.bytecode.version=1.6</argument>
++                <argument>-Djruby.bytecode.version=1.7</argument>
+                 <argument>-classpath</argument>
+                 <classpath />
+                 <argument>org.jruby.anno.InvokerGenerator</argument>


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 01-build-jruby-openssl-as-a-common-java-package.patch
 02-load-debian-bouncy-castle-libraries.patch
+03-use-higher-bytecode-version.patch



View it on GitLab: https://salsa.debian.org/java-team/jruby-openssl/compare/a0962710fd42b0aaccf42c4ae0f680a1205271a2...aa96a4b7a868eda9445112ca9a3ed70689653023

-- 
View it on GitLab: https://salsa.debian.org/java-team/jruby-openssl/compare/a0962710fd42b0aaccf42c4ae0f680a1205271a2...aa96a4b7a868eda9445112ca9a3ed70689653023
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20190226/d7d679f4/attachment.html>


More information about the pkg-java-commits mailing list