[Git][java-team/intervalstorej][master] 3 commits: Raising Standards version to 4.6.1 (no change)

Pierre Gruet (@pgt) gitlab at salsa.debian.org
Fri Nov 4 13:53:56 GMT 2022



Pierre Gruet pushed to branch master at Debian Java Maintainers / intervalstorej


Commits:
8b7ef51b by Pierre Gruet at 2022-06-01T17:31:57+02:00
Raising Standards version to 4.6.1 (no change)

- - - - -
c05c6b54 by Pierre Gruet at 2022-11-04T14:16:03+01:00
Deactivating classes attempting to access security sensitive fields

- - - - -
ed321b91 by Pierre Gruet at 2022-11-04T14:16:51+01:00
Upload to unstable

- - - - -


4 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+intervalstorej (1.2+dfsg-5) unstable; urgency=medium
+
+  * Raising Standards version to 4.6.1 (no change)
+  * Deactivating tests that try to access security sensitive fields, which is
+    forbidden since the JDK-8210522 issue on OpenJDK. (Closes: #1012098)
+
+ -- Pierre Gruet <pgt at debian.org>  Fri, 04 Nov 2022 14:16:33 +0100
+
 intervalstorej (1.2+dfsg-4) unstable; urgency=medium
 
   * Updating d/watch for Github new release/tag page


=====================================
debian/control
=====================================
@@ -10,7 +10,7 @@ Build-Depends: debhelper-compat (= 13),
                testng <!nocheck>,
                libjcommander-java <!nocheck>,
                unzip <!nocheck>
-Standards-Version: 4.6.0
+Standards-Version: 4.6.1
 Vcs-Browser: https://salsa.debian.org/java-team/intervalstorej
 Vcs-Git: https://salsa.debian.org/java-team/intervalstorej.git
 Homepage: https://github.com/bartongroup/IntervalStoreJ


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+skip_tests_visiting_security_sensitive_fields.patch


=====================================
debian/patches/skip_tests_visiting_security_sensitive_fields.patch
=====================================
@@ -0,0 +1,41 @@
+Description: since JDK-8210522 issue, it is not possible anymore to access
+ the fields of some security sensitive classes. See
+ https://bugs.openjdk.org/browse/JDK-8210522
+ The tests attempting to do so are thus deactivated.
+Author: Pierre Gruet <pgt at debian.org>
+Forwarded: no
+Last-Update: 2022-11-04
+
+--- a/test/intervalstore/impl/IntervalStoreTest.java
++++ b/test/intervalstore/impl/IntervalStoreTest.java
+@@ -745,7 +745,7 @@
+             "[20:30:desc, 25:35:desc]\n22:28:desc\n  24:26:desc\n22:28:desc\n");
+   }
+ 
+-  @Test(groups = "Functional")
++  @Test(enabled=false, groups = "Functional")
+   public void testIsValid()
+   {
+     IntervalStore<Range> store = new IntervalStore<>();
+--- a/test/intervalstore/impl/NCListTest.java
++++ b/test/intervalstore/impl/NCListTest.java
+@@ -322,7 +322,7 @@
+     assertTrue(ncl.contains(sf6));
+   }
+ 
+-  @Test(groups = "Functional")
++  @Test(enabled=false, groups = "Functional")
+   public void testIsValid()
+   {
+     List<Range> ranges = new ArrayList<>();
+--- a/test/intervalstore/impl/NCNodeTest.java
++++ b/test/intervalstore/impl/NCNodeTest.java
+@@ -140,7 +140,7 @@
+    * subregions (if any) lie within the root range, and that all subregions have
+    * valid structure.
+    */
+-  @Test(groups = "Functional")
++  @Test(enabled=false, groups = "Functional")
+   public void testIsValid()
+   {
+     Range r1 = new Range(10, 20);



View it on GitLab: https://salsa.debian.org/java-team/intervalstorej/-/compare/132f00a5b71be0cafcf26db3d0fcd665aeea2cb4...ed321b911fa199a515ad9741debc29e5612da7f2

-- 
View it on GitLab: https://salsa.debian.org/java-team/intervalstorej/-/compare/132f00a5b71be0cafcf26db3d0fcd665aeea2cb4...ed321b911fa199a515ad9741debc29e5612da7f2
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/20221104/7cda7fe9/attachment.htm>


More information about the pkg-java-commits mailing list