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


Commits:
ac6a312b by Christoph Berg at 2022-08-26T12:06:51+02:00
New upstream version 42.5.0
- - - - -


4 changed files:

- pom.xml
- src/main/java/org/postgresql/jdbc/TypeInfoCache.java
- src/main/java/org/postgresql/util/DriverInfo.java
- src/main/resources/META-INF/MANIFEST.MF


Changes:

=====================================
pom.xml
=====================================
@@ -10,7 +10,7 @@
     <artifactId>postgresql</artifactId>
     <packaging>jar</packaging>
     <name>PostgreSQL JDBC Driver - JDBC 4.2</name>
-    <version>42.4.2</version>
+    <version>42.5.0</version>
     <description>Java JDBC 4.2 (JRE 8+) driver for PostgreSQL 
database</description>
     <url>https://github.com/pgjdbc/pgjdbc</url>
 


=====================================
src/main/java/org/postgresql/jdbc/TypeInfoCache.java
=====================================
@@ -128,7 +128,7 @@ public class TypeInfoCache implements TypeInfo {
     TYPE_ALIASES.put("long", "int8");
     TYPE_ALIASES.put("int8", "int8");
     TYPE_ALIASES.put("bigint", "int8");
-    TYPE_ALIASES.put("float", "float4");
+    TYPE_ALIASES.put("float", "float8");
     TYPE_ALIASES.put("float4", "float4");
     TYPE_ALIASES.put("double", "float8");
     TYPE_ALIASES.put("float8", "float8");


=====================================
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.4.2";
+  public static final String DRIVER_VERSION = "42.5.0";
   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 = 4;
-  public static final int PATCH_VERSION = 2;
+  public static final int MINOR_VERSION = 5;
+  public static final int PATCH_VERSION = 0;
 
   // 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.4.2
+Implementation-Version: 42.5.0
 Specification-Vendor: Oracle Corporation
 Specification-Title: JDBC
 Implementation-Vendor-Id: org.postgresql



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

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libpostgresql-jdbc-java/-/commit/ac6a312b60bfdc9ac7679502694b2070e1e2ca72
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

Reply via email to