[Git][java-team/h2database][master] 3 commits: Fix FTBFS with OpenJDK 11. Add TestCrashAPI.patch.

Markus Koschany gitlab at salsa.debian.org
Sun Nov 18 19:05:50 GMT 2018


Markus Koschany pushed to branch master at Debian Java Maintainers / h2database


Commits:
1abe906f by Markus Koschany at 2018-11-18T19:02:10Z
Fix FTBFS with OpenJDK 11. Add TestCrashAPI.patch.

Closes: #913565

- - - - -
85391c3a by Markus Koschany at 2018-11-18T19:02:39Z
Declare compliance with Debian Policy 4.2.1.

- - - - -
1bc0dbb4 by Markus Koschany at 2018-11-18T19:02:58Z
Update changelog

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/patches/TestCrashAPI.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+h2database (1.4.197-3) unstable; urgency=medium
+
+  * Team upload.
+  * Fix FTBFS with OpenJDK 11. Add TestCrashAPI.patch. (Closes: #913565)
+  * Declare compliance with Debian Policy 4.2.1.
+
+ -- Markus Koschany <apo at debian.org>  Sun, 18 Nov 2018 20:02:45 +0100
+
 h2database (1.4.197-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 11),
                libservlet3.1-java,
                libslf4j-java,
                maven-repo-helper
-Standards-Version: 4.2.0
+Standards-Version: 4.2.1
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/h2database.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/h2database.git
 Homepage: http://www.h2database.com


=====================================
debian/patches/TestCrashAPI.patch
=====================================
@@ -0,0 +1,25 @@
+From: Markus Koschany <apo at debian.org>
+Date: Sun, 18 Nov 2018 20:01:06 +0100
+Subject: TestCrashAPI
+
+Fix FTBFS with OpenJDK 11.
+
+Bug-Debian: https://bugs.debian.org/913565
+Forwarded: no
+---
+ src/test/org/h2/test/synth/TestCrashAPI.java | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/test/org/h2/test/synth/TestCrashAPI.java b/src/test/org/h2/test/synth/TestCrashAPI.java
+index 4bab38e..ff6edb9 100644
+--- a/src/test/org/h2/test/synth/TestCrashAPI.java
++++ b/src/test/org/h2/test/synth/TestCrashAPI.java
+@@ -106,7 +106,7 @@ public void run() {
+                 for (StackTraceElement e : mainThread.getStackTrace()) {
+                     System.out.println(e.toString());
+                 }
+-                mainThread.stop(new SQLException("stop"));
++                mainThread.stop();
+             }
+         }
+     }


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
 01-use-jar-files-from-debian.patch
 03-osgi-compatibility.patch
 04-reproducible-javadoc.patch
+TestCrashAPI.patch



View it on GitLab: https://salsa.debian.org/java-team/h2database/compare/b07abb2c48166d88ca2429c18bd18609c1cf4d0f...1bc0dbb4850fc29c1bdb654e160d76e6f06c6d5f

-- 
View it on GitLab: https://salsa.debian.org/java-team/h2database/compare/b07abb2c48166d88ca2429c18bd18609c1cf4d0f...1bc0dbb4850fc29c1bdb654e160d76e6f06c6d5f
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/20181118/e105b10f/attachment.html>


More information about the pkg-java-commits mailing list