PL/Java 1.6.1 and 1.5.7 announced

From: Chapman Flack <chap(at)anastigmatix(dot)net>
To: "pljava-dev(at)lists(dot)postgresql(dot)org" <pljava-dev(at)lists(dot)postgresql(dot)org>
Subject: PL/Java 1.6.1 and 1.5.7 announced
Date: 2020-11-17 23:08:10
Message-ID: 5FB457DA.9000101@anastigmatix.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

PL/Java 1.5.7 is a minor bugfix in the legacy 1.5 branch that continues
to support PostgreSQL releases before 9.5 and Java versions before 9.
It fixes one bug in XML Schema handling for some non-en_US locales.

PL/Java 1.6.1 is the first minor update in the newer 1.6 series that
supports PostgreSQL 9.5 and later with Java 9 and later, with an improved
build system, CI testing for Linux (x64 and ppc64le), Mac OS, and Windows
(MSVC and MinGW-w64), function validation at CREATE FUNCTION time, a smarter
SQL generator, and configurable, fine-grained permissions that go beyond
just "trusted" and "untrusted".

1.6.1 fixes two bugs in 1.6.0, and improves SQL-generator coverage of
PostgreSQL features with the addition of Java source annotations @Aggregate,
@Cast, and @Operator. It is able to complete a set of operators related by
commutation or negation without requiring a Java method for each one.

For applications currently running on 1.5, moving to 1.6 is encouraged
after review of the 1.6 release notes for areas that may need attention.

Project site: https://tada.github.io/pljava/
Release notes: https://tada.github.io/pljava/releasenotes.html
Releases: https://github.com/tada/pljava/releases

This wiki page will add links to prebuilt packages that become available:
https://github.com/tada/pljava/wiki/Prebuilt-packages

Browse pljava-dev by date

  From Date Subject
Next Message Erik Mata 2020-11-19 15:23:26 Fail to create distributed table in Citus
Previous Message Chapman Flack 2020-10-19 00:55:48 PL/Java 1.5.6 and 1.6.0 released