[Git][java-team/rhino][master] 6 commits: Update librhino-java.manifest

2023-02-17 Thread Markus Koschany (@apo)


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


Commits:
ec7c59ce by Markus Koschany at 2023-02-18T00:31:41+01:00
Update librhino-java.manifest

- - - - -
3ccba265 by Markus Koschany at 2023-02-18T00:39:47+01:00
Install the missing bundle resources.

Closes: #1031432

- - - - -
090371e3 by Markus Koschany at 2023-02-18T00:47:32+01:00
Update changelog

- - - - -
8b80169a by Markus Koschany at 2023-02-18T00:53:07+01:00
Fix bundle installation path

- - - - -
2a027718 by Markus Koschany at 2023-02-18T01:03:57+01:00
Update changelog

- - - - -
88c07ac0 by Markus Koschany at 2023-02-18T01:27:00+01:00
Dont install the source files

- - - - -


3 changed files:

- debian/changelog
- debian/librhino-java.manifest
- debian/rules


Changes:

=
debian/changelog
=
@@ -1,3 +1,12 @@
+rhino (1.7.14-2) unstable; urgency=medium
+
+  * Team upload.
+  * Update librhino-java.manifest so that it matches the upstream one.
+  * Install the missing bundle resources. This caused a runtime error when
+running the rhino script. (Closes: #1031432)
+
+ -- Markus Koschany   Sat, 18 Feb 2023 00:46:00 +0100
+
 rhino (1.7.14-1) unstable; urgency=medium
 
   * Team upload.


=
debian/librhino-java.manifest
=
@@ -2,9 +2,10 @@ usr/share/java/js.jar:
  Bundle-ManifestVersion: 2
  Bundle-Name: Rhino Javascript interpreter
  Bundle-Vendor: Mozilla Foundation
- Bundle-Version: 1.7
- Bundle-SymbolicName: org.mozilla.javascript
- Export-Package: 
org.mozilla.javascript;version="1.7",org.mozilla.javascript.annotations;version="1.7",org.mozilla.javascript.ast;version="1.7",org.mozilla.javascript;version="1.7",org.mozilla.javascript.commonjs.module;version="1.7",org.mozilla.javascript.commonjs.module.provider;version="1.7",org.mozilla.javascript.debug;version="1.7",org.mozilla.javascript.jdk13;version="1.7",org.mozilla.javascript.json;version="1.7",org.mozilla.javascript.optimizer;version="1.7",org.mozilla.javascript.regexp;version="1.7",org.mozilla.javascript.serialize;version="1.7",org.mozilla.javascript.tools;version="1.7",org.mozilla.javascript.tools.debugger;version="1.7",org.mozilla.javascript.tools.debugger.downloaded;version="1.7",org.mozilla.javascript.tools.debugger.treetable;version="1.7",org.mozilla.javascript.tools.idswitch;version="1.7",org.mozilla.javascript.tools.jsc;version="1.7",org.mozilla.javascript.tools.shell;version="1.7",org.mozilla.javascript.xml;version="1.7",org.mozilla.javascript.xmlimpl;version="1.7",org.mozilla.classfile;version="1.7"
+ Bundle-Version: 1.7.14
+ Bundle-SymbolicName: org.mozilla.rhino
+ Automatic-Module-Name: org.mozilla.rhino
+ Export-Package: 
org.mozilla.javascript,org.mozilla.javascript.ast,org.mozilla.javascript.annotations
  Implementation-Title: Mozilla Rhino 1.7.14
  Implementation-URL: http://www.mozilla.org/rhino
  Implementation-Vendor: Mozilla Foundation


=
debian/rules
=
@@ -1,15 +1,21 @@
 #!/usr/bin/make -f
 
-export JH_JAR_EXTRA=META-INF/services/javax.script.ScriptEngineFactory
+export JH_JAR_EXTRA=META-INF/services/javax.script.ScriptEngineFactory 
org/mozilla/javascript
 
 %:
dh $@ --with javahelper --with maven-repo-helper
 
 override_dh_auto_build:
mkdir -p META-INF/services
+   mkdir -p org/mozilla/javascript/tools/resources/
+   mkdir -p org/mozilla/javascript/tools/debugger/
cp src/META-INF/services/javax.script.ScriptEngineFactory 
META-INF/services/
+   cp -r src/org/mozilla/javascript/resources org/mozilla/javascript/
+   cp toolsrc/org/mozilla/javascript/tools/resources/*.properties 
org/mozilla/javascript/tools/resources/
+   cp toolsrc/org/mozilla/javascript/tools/debugger/test.js 
org/mozilla/javascript/tools/debugger/
jh_build --javacopts='--release 8' --no-javadoc js.jar src toolsrc 
xmlimplsrc
$(RM) -r META-INF/services
+   $(RM) -r org/mozilla/javascript
 
 override_dh_installchangelogs:
dh_installchangelogs -- RELEASE-NOTES.md



View it on GitLab: 
https://salsa.debian.org/java-team/rhino/-/compare/9f6dd2432928ec74f5c635ca4ec16414a2048e92...88c07ac075e33bbe07f0c88b1dd95af520fcec7f

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/rhino/-/compare/9f6dd2432928ec74f5c635ca4ec16414a2048e92...88c07ac075e33bbe07f0c88b1dd95af520fcec7f
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/rhino] Pushed new tag debian/1.7.14-2

2023-02-17 Thread Markus Koschany (@apo)


Markus Koschany pushed new tag debian/1.7.14-2 at Debian Java Maintainers / 
rhino

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/rhino/-/tree/debian/1.7.14-2
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libreflectasm-java][master] 5 commits: Raising Standards version to 4.6.2 (no change)

2023-02-17 Thread Pierre Gruet (@pgt)


Pierre Gruet pushed to branch master at Debian Java Maintainers / 
libreflectasm-java


Commits:
988d8297 by Pierre Gruet at 2023-02-17T21:42:09+01:00
Raising Standards version to 4.6.2 (no change)

- - - - -
84b1336b by Pierre Gruet at 2023-02-17T21:48:38+01:00
Deactivating flaky assertion in ClassLoaderTest

- - - - -
bf355640 by Pierre Gruet at 2023-02-17T21:49:23+01:00
Updating changelog

- - - - -
7b4f8f37 by Pierre Gruet at 2023-02-17T21:51:41+01:00
Removing unneeded versioned B-D on javahelper

- - - - -
62a03cdd by Pierre Gruet at 2023-02-17T21:51:52+01:00
Upload to unstable

- - - - -


4 changed files:

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


Changes:

=
debian/changelog
=
@@ -1,3 +1,11 @@
+libreflectasm-java (1.11.9+dfsg-4) unstable; urgency=medium
+
+  * Deactivating flaky assertion in ClassLoaderTest (Closes: #1031480)
+  * Raising Standards version to 4.6.2 (no change)
+  * Removing unneeded versioned B-D on javahelper
+
+ -- Pierre Gruet   Fri, 17 Feb 2023 21:51:44 +0100
+
 libreflectasm-java (1.11.9+dfsg-3) unstable; urgency=medium
 
   * Stopping build-depending on dropped libasm-java-doc (Closes: #1025838)


=
debian/control
=
@@ -5,14 +5,14 @@ Maintainer: Debian Java Maintainers 

 Build-Depends: debhelper-compat (= 13),
default-jdk-headless,
-   javahelper (>= 0.43),
+   javahelper,
maven-debian-helper,
libmaven-assembly-plugin-java,
libmaven-bundle-plugin-java,
libmaven-javadoc-plugin-java,
libasm-java,
junit4 
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/java-team/libreflectasm-java.git
 Vcs-Browser: https://salsa.debian.org/java-team/libreflectasm-java
 Homepage: https://github.com/EsotericSoftware/reflectasm


=
debian/patches/disable_flaky_assertion.patch
=
@@ -0,0 +1,26 @@
+Description: deactivating assertions that appear to be flaky
+Author: Pierre Gruet 
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031480
+Forwarded: https://github.com/EsotericSoftware/reflectasm/issues/91
+Last-Update: 2023-02-17
+
+--- a/test/com/esotericsoftware/reflectasm/ClassLoaderTest.java
 b/test/com/esotericsoftware/reflectasm/ClassLoaderTest.java
+@@ -60,7 +60,7 @@
+   assertEquals(access1.getClass().toString(), 
access2.getClass().toString()); // Same class names
+   assertFalse(access1.getClass().equals(access2.getClass())); // 
But different classes
+ 
+-  assertEquals(initialCount + 2, 
AccessClassLoader.activeAccessClassLoaders());
++  //assertEquals(initialCount + 2, 
AccessClassLoader.activeAccessClassLoaders());
+ 
+   testClassLoader1 = null;
+   testClass1 = null;
+@@ -74,7 +74,7 @@
+   reclaimLoaders();
+ 
+   // Yeah, reclaimed!
+-  assertEquals(initialCount, 
AccessClassLoader.activeAccessClassLoaders());
++  //assertEquals(initialCount, 
AccessClassLoader.activeAccessClassLoaders());
+   }
+ 
+   private void reclaimLoaders () throws Exception {


=
debian/patches/series
=
@@ -3,3 +3,4 @@ no_shading.patch
 generate_1_6_classes.patch
 #ignore_test_automatic_unloading.patch
 switching_to_OpenJDK17.patch
+disable_flaky_assertion.patch



View it on GitLab: 
https://salsa.debian.org/java-team/libreflectasm-java/-/compare/87c4128b3cd998b83721691bdf0c4422c88a88d9...62a03cdd9e419a9aa112a7a57bedd792d6befede

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libreflectasm-java/-/compare/87c4128b3cd998b83721691bdf0c4422c88a88d9...62a03cdd9e419a9aa112a7a57bedd792d6befede
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libreflectasm-java] Pushed new tag debian/1.11.9+dfsg-4

2023-02-17 Thread Pierre Gruet (@pgt)


Pierre Gruet pushed new tag debian/1.11.9+dfsg-4 at Debian Java Maintainers / 
libreflectasm-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libreflectasm-java/-/tree/debian/1.11.9+dfsg-4
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libpostgresql-jdbc-java] Pushed new tag upstream/42.5.4

2023-02-17 Thread Christoph Berg (@myon)


Christoph Berg pushed new tag upstream/42.5.4 at Debian Java Maintainers / 
libpostgresql-jdbc-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libpostgresql-jdbc-java/-/tree/upstream/42.5.4
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libpostgresql-jdbc-java] Pushed new tag debian/42.5.4-1

2023-02-17 Thread Christoph Berg (@myon)


Christoph Berg pushed new tag debian/42.5.4-1 at Debian Java Maintainers / 
libpostgresql-jdbc-java

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libpostgresql-jdbc-java/-/tree/debian/42.5.4-1
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libpostgresql-jdbc-java][upstream] New upstream version 42.5.4

2023-02-17 Thread Christoph Berg (@myon)


Christoph Berg pushed to branch upstream at Debian Java Maintainers / 
libpostgresql-jdbc-java


Commits:
515be74b by Christoph Berg at 2023-02-17T18:19:26+01:00
New upstream version 42.5.4
- - - - -


5 changed files:

- pom.xml
- src/main/java/org/postgresql/util/DriverInfo.java
- src/main/resources/META-INF/MANIFEST.MF
- src/test/java/org/postgresql/core/OidValuesCorrectnessTest.java
- src/test/java/org/postgresql/test/jdbc2/DatabaseMetaDataCacheTest.java


Changes:

=
pom.xml
=
@@ -10,7 +10,7 @@
 postgresql
 jar
 PostgreSQL JDBC Driver - JDBC 4.2
-42.5.3
+42.5.4
 Java JDBC 4.2 (JRE 8+) driver for PostgreSQL 
database
 https://github.com/pgjdbc/pgjdbc
 


=
src/main/java/org/postgresql/util/DriverInfo.java
=
@@ -16,13 +16,13 @@ public final class DriverInfo {
   // Driver name
   public static final String DRIVER_NAME = "PostgreSQL JDBC Driver";
   public static final String DRIVER_SHORT_NAME = "PgJDBC";
-  public static final String DRIVER_VERSION = "42.5.3";
+  public static final String DRIVER_VERSION = "42.5.4";
   public static final String DRIVER_FULL_NAME = DRIVER_NAME + " " + 
DRIVER_VERSION;
 
   // Driver version
   public static final int MAJOR_VERSION = 42;
   public static final int MINOR_VERSION = 5;
-  public static final int PATCH_VERSION = 3;
+  public static final int PATCH_VERSION = 4;
 
   // JDBC specification
   public static final String JDBC_VERSION = "4.2";


=
src/main/resources/META-INF/MANIFEST.MF
=
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Implementation-Title: PostgreSQL JDBC Driver
 Bundle-License: BSD-2-Clause
 Automatic-Module-Name: org.postgresql.jdbc
-Implementation-Version: 42.5.3
+Implementation-Version: 42.5.4
 Specification-Vendor: Oracle Corporation
 Specification-Title: JDBC
 Implementation-Vendor-Id: org.postgresql


=
src/test/java/org/postgresql/core/OidValuesCorrectnessTest.java
=
@@ -61,6 +61,7 @@ public class OidValuesCorrectnessTest extends BaseTest4 {
* Helps in situation when variable name in Oid class isn't the same as 
typname in pg_type table.
*/
   private static Map oidTypeNames = new HashMap() {{
+  put("BOX_ARRAY", "_BOX");
   put("INT2_ARRAY", "_INT2");
   put("INT4_ARRAY", "_INT4");
   put("INT8_ARRAY", "_INT8");


=
src/test/java/org/postgresql/test/jdbc2/DatabaseMetaDataCacheTest.java
=
@@ -62,11 +62,11 @@ public class DatabaseMetaDataCacheTest {
 List typeQueries = 
log.getRecordsMatching(SQL_TYPE_QUERY_LOG_FILTER);
 assertEquals(0, typeQueries.size());
 
-ti.getSQLType("box");  // this must be a type not in the hardcoded 'types' 
list
+ti.getSQLType("xid");  // this must be a type not in the hardcoded 'types' 
list
 typeQueries = log.getRecordsMatching(SQL_TYPE_QUERY_LOG_FILTER);
 assertEquals(1, typeQueries.size());
 
-ti.getSQLType("box");  // this time it should be retrieved from the cache
+ti.getSQLType("xid");  // this time it should be retrieved from the cache
 typeQueries = log.getRecordsMatching(SQL_TYPE_QUERY_LOG_FILTER);
 assertEquals(1, typeQueries.size());
   }



View it on GitLab: 
https://salsa.debian.org/java-team/libpostgresql-jdbc-java/-/commit/515be74ba4a79cfe87a0fe220229f192ec3899fe

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libpostgresql-jdbc-java/-/commit/515be74ba4a79cfe87a0fe220229f192ec3899fe
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libpostgresql-jdbc-java][pristine-tar] pristine-tar data for libpgjava_42.5.4.orig.tar.gz

2023-02-17 Thread Christoph Berg (@myon)


Christoph Berg pushed to branch pristine-tar at Debian Java Maintainers / 
libpostgresql-jdbc-java


Commits:
a2da7231 by Christoph Berg at 2023-02-17T18:19:30+01:00
pristine-tar data for libpgjava_42.5.4.orig.tar.gz

- - - - -


2 changed files:

- + libpgjava_42.5.4.orig.tar.gz.delta
- + libpgjava_42.5.4.orig.tar.gz.id


Changes:

=
libpgjava_42.5.4.orig.tar.gz.delta
=
Binary files /dev/null and b/libpgjava_42.5.4.orig.tar.gz.delta differ


=
libpgjava_42.5.4.orig.tar.gz.id
=
@@ -0,0 +1 @@
+33fb67d3ffa5c7aa7b44ec1a9211a845db5113b4



View it on GitLab: 
https://salsa.debian.org/java-team/libpostgresql-jdbc-java/-/commit/a2da72319289ab4689fc8a26289c2cc4b381cf1d

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libpostgresql-jdbc-java/-/commit/a2da72319289ab4689fc8a26289c2cc4b381cf1d
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/libpostgresql-jdbc-java][master] 3 commits: New upstream version 42.5.4

2023-02-17 Thread Christoph Berg (@myon)


Christoph Berg pushed to branch master at Debian Java Maintainers / 
libpostgresql-jdbc-java


Commits:
515be74b by Christoph Berg at 2023-02-17T18:19:26+01:00
New upstream version 42.5.4
- - - - -
c7a47770 by Christoph Berg at 2023-02-17T18:19:30+01:00
Update upstream source from tag upstream/42.5.4

Update to upstream version 42.5.4
with Debian dir 6080f7a410197fdb55cce1c61379e1d889d698f9
- - - - -
e00ada2b by Christoph Berg at 2023-02-17T18:19:58+01:00
New upstream version 42.5.4.

- - - - -


6 changed files:

- debian/changelog
- pom.xml
- src/main/java/org/postgresql/util/DriverInfo.java
- src/main/resources/META-INF/MANIFEST.MF
- src/test/java/org/postgresql/core/OidValuesCorrectnessTest.java
- src/test/java/org/postgresql/test/jdbc2/DatabaseMetaDataCacheTest.java


Changes:

=
debian/changelog
=
@@ -1,3 +1,9 @@
+libpgjava (42.5.4-1) unstable; urgency=medium
+
+  * New upstream version 42.5.4.
+
+ -- Christoph Berg   Fri, 17 Feb 2023 18:19:35 +0100
+
 libpgjava (42.5.3-1) unstable; urgency=medium
 
   * New upstream version 42.5.3.


=
pom.xml
=
@@ -10,7 +10,7 @@
 postgresql
 jar
 PostgreSQL JDBC Driver - JDBC 4.2
-42.5.3
+42.5.4
 Java JDBC 4.2 (JRE 8+) driver for PostgreSQL 
database
 https://github.com/pgjdbc/pgjdbc
 


=
src/main/java/org/postgresql/util/DriverInfo.java
=
@@ -16,13 +16,13 @@ public final class DriverInfo {
   // Driver name
   public static final String DRIVER_NAME = "PostgreSQL JDBC Driver";
   public static final String DRIVER_SHORT_NAME = "PgJDBC";
-  public static final String DRIVER_VERSION = "42.5.3";
+  public static final String DRIVER_VERSION = "42.5.4";
   public static final String DRIVER_FULL_NAME = DRIVER_NAME + " " + 
DRIVER_VERSION;
 
   // Driver version
   public static final int MAJOR_VERSION = 42;
   public static final int MINOR_VERSION = 5;
-  public static final int PATCH_VERSION = 3;
+  public static final int PATCH_VERSION = 4;
 
   // JDBC specification
   public static final String JDBC_VERSION = "4.2";


=
src/main/resources/META-INF/MANIFEST.MF
=
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Implementation-Title: PostgreSQL JDBC Driver
 Bundle-License: BSD-2-Clause
 Automatic-Module-Name: org.postgresql.jdbc
-Implementation-Version: 42.5.3
+Implementation-Version: 42.5.4
 Specification-Vendor: Oracle Corporation
 Specification-Title: JDBC
 Implementation-Vendor-Id: org.postgresql


=
src/test/java/org/postgresql/core/OidValuesCorrectnessTest.java
=
@@ -61,6 +61,7 @@ public class OidValuesCorrectnessTest extends BaseTest4 {
* Helps in situation when variable name in Oid class isn't the same as 
typname in pg_type table.
*/
   private static Map oidTypeNames = new HashMap() {{
+  put("BOX_ARRAY", "_BOX");
   put("INT2_ARRAY", "_INT2");
   put("INT4_ARRAY", "_INT4");
   put("INT8_ARRAY", "_INT8");


=
src/test/java/org/postgresql/test/jdbc2/DatabaseMetaDataCacheTest.java
=
@@ -62,11 +62,11 @@ public class DatabaseMetaDataCacheTest {
 List typeQueries = 
log.getRecordsMatching(SQL_TYPE_QUERY_LOG_FILTER);
 assertEquals(0, typeQueries.size());
 
-ti.getSQLType("box");  // this must be a type not in the hardcoded 'types' 
list
+ti.getSQLType("xid");  // this must be a type not in the hardcoded 'types' 
list
 typeQueries = log.getRecordsMatching(SQL_TYPE_QUERY_LOG_FILTER);
 assertEquals(1, typeQueries.size());
 
-ti.getSQLType("box");  // this time it should be retrieved from the cache
+ti.getSQLType("xid");  // this time it should be retrieved from the cache
 typeQueries = log.getRecordsMatching(SQL_TYPE_QUERY_LOG_FILTER);
 assertEquals(1, typeQueries.size());
   }



View it on GitLab: 
https://salsa.debian.org/java-team/libpostgresql-jdbc-java/-/compare/c7db7bab35fc864d66c72c7df5a58c132b5660f1...e00ada2b227d380a5ed0d041e3bb62db725dd9c5

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libpostgresql-jdbc-java/-/compare/c7db7bab35fc864d66c72c7df5a58c132b5660f1...e00ada2b227d380a5ed0d041e3bb62db725dd9c5
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits