From: Chapman Flack Message-ID: <5D900795.5060803@anastigmatix.net> Date: Sat, 28 Sep 2019 21:23:33 -0400 MIME-Version: 1.0 Subject: [Pljava-dev] PL/Java 1.5.3 draft release notes Content-Type: text/plain; charset="us-ascii" I have pushed a draft of what will become the PL/Java 1.5.3 release notes, here: https://github.com/tada/pljava/blob/REL1_5_STABLE/src/site/markdown/releasenotes.md.vm The release will add support for PG 12, and can also be built with a Java version newer than 8 (though that is not required). Java Object.finalize() is no longer used anywhere (it was long informally deprecated, which became formal in Java 9), resulting in some rearrangement of how threads and native state are managed. More details are in the release notes. There are improvements to the java.sql.SQLXML API first supported in 1.5.1, and to the supplied example code that uses the Saxon library to now provide largely working implementations of XMLCAST, XMLEXISTS, XMLQUERY, XMLTABLE, XMLTEXT, LIKE_REGEX, OCCURRENCES_REGEX, POSITION_REGEX, SUBSTRING_REGEX, and TRANSLATE_REGEX where the language is true XQuery, not just XPath 1.0 as in the similar core PostgreSQL functions. Bugs in ResultSet holdability, and Savepoint behavior after rollback, are fixed. Any testing (from the head of the REL1_5_STABLE branch) or other comments before I make a release will be welcome. Regards, -Chap _______________________________________________ Pljava-dev mailing list Pljava-dev@lists.pgfoundry.org http://lists.pgfoundry.org/mailman/listinfo/pljava-dev