[pgjdbc/pgjdbc] 443521: [maven-release-plugin] prepare release REL42.2.7
Dave Cramer <[email protected]> Fri, 13 Sep 2019 09:53:49 -0700
| Newsgroups | gmane.comp.db.postgresql.jdbc |
|---|---|
| Message-ID | <pgjdbc/pgjdbc/push/refs/heads/release/master/[email protected]> |
Branch: refs/heads/release/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 443521738ab6ab6bcc4a4a8eaaf632899228dc4d
https://github.com/pgjdbc/pgjdbc/commit/443521738ab6ab6bcc4a4a8eaaf632899228dc4d
Author: pgjdbc CI <[email protected]>
Date: 2019-09-10 (Tue, 10 Sep 2019)
Changed paths:
M pgjdbc/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release REL42.2.7
Commit: 24508fea3a6d297551d371ccdd6bf66ef572dca8
https://github.com/pgjdbc/pgjdbc/commit/24508fea3a6d297551d371ccdd6bf66ef572dca8
Author: pgjdbc CI <[email protected]>
Date: 2019-09-10 (Tue, 10 Sep 2019)
Changed paths:
M pgjdbc/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: e9423dc63e474305de20a06e82b222438603c126
https://github.com/pgjdbc/pgjdbc/commit/e9423dc63e474305de20a06e82b222438603c126
Author: Dave Cramer <[email protected]>
Date: 2019-09-10 (Tue, 10 Sep 2019)
Changed paths:
A docs/_posts/2019-09-10-42.2.7-release.md
R docs/_posts/2019-09-42.2.7-release.md
Log Message:
-----------
fix release notes for jekyll (#1566)
Commit: 3df32f9bf9da38cc5f0fbb212a3034e4634dd3c7
https://github.com/pgjdbc/pgjdbc/commit/3df32f9bf9da38cc5f0fbb212a3034e4634dd3c7
Author: Sehrope Sarkuni <[email protected]>
Date: 2019-09-13 (Fri, 13 Sep 2019)
Changed paths:
M pgjdbc/src/main/java/org/postgresql/jdbc/PgConnection.java
M pgjdbc/src/main/java/org/postgresql/jdbc/PgResultSet.java
M pgjdbc/src/test/java/org/postgresql/test/jdbc4/jdbc41/GetObjectTest.java
Log Message:
-----------
fix: Revert inet default Java type to PGObject and handle values with net masks (#1568)
Reverts inet type columns to return their value as a PGObject rather than parsing
them as InetAddress values. This ensures that the mask value is not lost.
Also corrects the getObject(..., InetAddress.class) handling to split out the net mask
and return only the address portion.
Commit: 291ccf339961736f43e28fe6d8f2ca300bf52016
https://github.com/pgjdbc/pgjdbc/commit/291ccf339961736f43e28fe6d8f2ca300bf52016
Author: Dave Cramer <[email protected]>
Date: 2019-09-13 (Fri, 13 Sep 2019)
Changed paths:
M CHANGELOG.md
A docs/_posts/2019-09-13-42.2.8-release.md
Log Message:
-----------
release notes for 42.2.8 (#1571)
Compare: https://github.com/pgjdbc/pgjdbc/compare/6dda1ebccce7...291ccf339961