[pgjdbc/pgjdbc] 220c02: [maven-release-plugin] prepare release REL42.2.3

From: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 220c02: [maven-release-plugin] prepare release REL42.2.3
Date: 2018-07-14 13:38:38
Message-ID: 5b49fcde7e4ca_75d2b22741f9c146775@hookshot-fe-da92815.cp1-iad.github.net.mail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/release/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 220c02fce06980733163020634f97cf2d8483f39
https://github.com/pgjdbc/pgjdbc/commit/220c02fce06980733163020634f97cf2d8483f39
Author: pgjdbc CI <pgsql-jdbc(at)postgresql(dot)org>
Date: 2018-07-12 (Thu, 12 Jul 2018)

Changed paths:
M pgjdbc/pom.xml
M pom.xml

Log Message:
-----------
[maven-release-plugin] prepare release REL42.2.3

Commit: 57356d5b0f4ec001ef614e0dae4bedee2a956f35
https://github.com/pgjdbc/pgjdbc/commit/57356d5b0f4ec001ef614e0dae4bedee2a956f35
Author: pgjdbc CI <pgsql-jdbc(at)postgresql(dot)org>
Date: 2018-07-12 (Thu, 12 Jul 2018)

Changed paths:
M pgjdbc/pom.xml
M pom.xml

Log Message:
-----------
[maven-release-plugin] prepare for next development iteration

Commit: 01b0356020195dfc91251bd303f4ec98a82a2188
https://github.com/pgjdbc/pgjdbc/commit/01b0356020195dfc91251bd303f4ec98a82a2188
Author: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
Date: 2018-07-12 (Thu, 12 Jul 2018)

Changed paths:
M README.md

Log Message:
-----------
reflect 42.2.3 release in readme.md

Commit: 985b63b7228f3ef34159b68c1a4192c749994ef3
https://github.com/pgjdbc/pgjdbc/commit/985b63b7228f3ef34159b68c1a4192c749994ef3
Author: Dave Cramer <davecramer(at)gmail(dot)com>
Date: 2018-07-12 (Thu, 12 Jul 2018)

Changed paths:
M docs/_posts/2018-07-12-42.2.3-release.md

Log Message:
-----------
use the correct date for the release

Commit: b20df919a45435804b17f77da3a80aedd6675e15
https://github.com/pgjdbc/pgjdbc/commit/b20df919a45435804b17f77da3a80aedd6675e15
Author: Christian Kotzbauer <christian(dot)kotzbauer(at)gmail(dot)com>
Date: 2018-07-12 (Thu, 12 Jul 2018)

Changed paths:
M CHANGELOG.md

Log Message:
-----------
Fixed typo in CHANGELOG.md (#1249)

Commit: b0162c0a44075586a666a9d431b2230e2568a973
https://github.com/pgjdbc/pgjdbc/commit/b0162c0a44075586a666a9d431b2230e2568a973
Author: Dave Cramer <davecramer(at)gmail(dot)com>
Date: 2018-07-12 (Thu, 12 Jul 2018)

Changed paths:
M docs/_posts/2018-07-12-42.2.3-release.md

Log Message:
-----------
also fix spelling of error

Commit: cc545d28d632dcd6bb9ec06680ff2e1a12de246a
https://github.com/pgjdbc/pgjdbc/commit/cc545d28d632dcd6bb9ec06680ff2e1a12de246a
Author: Pavel Raiskup <praiskup(at)redhat(dot)com>
Date: 2018-07-13 (Fri, 13 Jul 2018)

Changed paths:
M packaging/rpm/postgresql-jdbc.spec.tpl

Log Message:
-----------
packaging: sync RPM spec with Fedora Rawhide

- don't distribute parent-poms as RPM
- create package alias 'pgjdbc', could be renamed in future
- provide /usr/share/maven-poms/postgresql.pom

Commit: 776e1717cfe34219dba2f04e2a808d8ca867a860
https://github.com/pgjdbc/pgjdbc/commit/776e1717cfe34219dba2f04e2a808d8ca867a860
Author: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
Date: 2018-07-14 (Sat, 14 Jul 2018)

Changed paths:
M docs/_posts/2018-07-12-42.2.3-release.md

Log Message:
-----------
docs: fix broken commit link in 42.2.3 changelog

Commit: 6287c9547880b5cdfc596cf932354511a4e310cb
https://github.com/pgjdbc/pgjdbc/commit/6287c9547880b5cdfc596cf932354511a4e310cb
Author: Dave Cramer <davecramer(at)gmail(dot)com>
Date: 2018-07-14 (Sat, 14 Jul 2018)

Changed paths:
M CHANGELOG.md
M pgjdbc/src/main/java/org/postgresql/jdbc/PgPreparedStatement.java
M pgjdbc/src/test/java/org/postgresql/test/jdbc2/PreparedStatementTest.java
M pgjdbc/src/test/java/org/postgresql/test/jdbc4/ArrayTest.java

Log Message:
-----------
fix: setNull for types not in java.sql.Types (e.g. uuid) (#1160)

Fix PreparedStatement.setNull(pos, type, pgtype)

This enables to pass nulls for uuids like
"where ? is null"; setNull(1, Types.OTHER, "uuid");

fixes #1159

Commit: 4668f43fa11fabce9d12d8c9ade73b9426061284
https://github.com/pgjdbc/pgjdbc/commit/4668f43fa11fabce9d12d8c9ade73b9426061284
Author: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
Date: 2018-07-14 (Sat, 14 Jul 2018)

Changed paths:
M CHANGELOG.md
M pgjdbc/src/main/java/org/postgresql/jdbc/EscapedFunctions2.java
M pgjdbc/src/test/java/org/postgresql/test/jdbc2/Jdbc2TestSuite.java
A pgjdbc/src/test/java/org/postgresql/test/jdbc2/ReplaceProcessingTest.java

Log Message:
-----------
fix: treatment of SQL_TSI_YEAR, SQL_TSI_WEEK, SQL_TSI_MINUTE (#1250)

Reported by Adam Rauch: https://www.postgresql.org/message-id/6f4f4d3d-f781-010b-0686-f25c6a7537af@labkey.com

Commit: f2d1352c2b3ea98492beb6127cd6d95039a0b92f
https://github.com/pgjdbc/pgjdbc/commit/f2d1352c2b3ea98492beb6127cd6d95039a0b92f
Author: Jan Van den Bergh <jan(dot)vdbergh(at)gmail(dot)com>
Date: 2018-07-14 (Sat, 14 Jul 2018)

Changed paths:
M pgjdbc/src/main/java/org/postgresql/xa/PGXAConnection.java
M pgjdbc/src/test/java/org/postgresql/test/xa/XADataSourceTest.java

Log Message:
-----------
fix: map integrity constraint violation to XA_RBINTEGRITY instead of XAER_RMFAIL (#1175)

fixes #1171

Commit: 11cd27bdf1c17f23a2a8e6e6efe5525aa524b135
https://github.com/pgjdbc/pgjdbc/commit/11cd27bdf1c17f23a2a8e6e6efe5525aa524b135
Author: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
Date: 2018-07-14 (Sat, 14 Jul 2018)

Changed paths:
M CHANGELOG.md
M contributors.json
A docs/_posts/2018-07-14-42.2.4-release.md

Log Message:
-----------
docs: update site for 42.2.4 (#1251)

Compare: https://github.com/pgjdbc/pgjdbc/compare/f3762f779ad0...11cd27bdf1c1
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

Functionality will be removed from GitHub.com on January 31st, 2019.

Browse pgsql-jdbc by date

  From Date Subject
Next Message vlsi 2018-07-14 13:42:30 [pgjdbc/pgjdbc]
Previous Message Vladimir Sitnikov 2018-07-14 13:37:56 [pgjdbc/pgjdbc] 11cd27: docs: update site for 42.2.4 (#1251)