PL/Java 1.6.5 released

From: chap(at)anastigmatix(dot)net
To: pljava-dev(at)lists(dot)postgresql(dot)org
Subject: PL/Java 1.6.5 released
Date: 2023-06-13 23:37:35
Message-ID: 9c19bc112f3c5c03dcf16e10ab6e77c0@anastigmatix.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

PL/Java brings functions, triggers, aggregates, types, operators, etc.
in Java.

1.6.5 is the fifth minor update in the 1.6 series, for applications on
PostgreSQL 9.5 or later and Java 9 or later. Legacy applications
requiring
older PostgreSQL or Java versions are supported by the 1.5 series.

1.6.5 adds support for PostgreSQL 15 and fixes some bugs, with few other
notable changes. Further information on the changes may be found below.

Upcoming changes in Java beyond version 17 will affect PL/Java. For more
on those changes and how PL/Java will adapt, please bookmark the JEP 411
topic[1] on the PL/Java wiki.

Current users of a 1.5.x release should also review the 1.6 series
release notes for changes that may require attention before updating to
1.6.

Project site: http://tada.github.io/pljava/
Release notes: http://tada.github.io/pljava/releasenotes.html

Selected changes

* Bugs affecting `install_jar` from http/https URLs fixed
* PL/Java functions can be declared on interfaces as well as classes
* SQL generator source-version warnings suppressed, through Java 20

Please see the release notes for a more complete list of changes.

Availability:

1.6.5 is available from GitHub as a source release, which builds quickly
using Maven:

Release page: https://github.com/tada/pljava/releases/tag/V1_6_5

This wiki page will add links to prebuilt packages that become
available:

https://github.com/tada/pljava/wiki/Prebuilt-packages

[1] https://github.com/tada/pljava/wiki/JEP-411

Browse pljava-dev by date

  From Date Subject
Previous Message Bear Giles 2023-06-08 20:39:34 Announcing docker hub repos with auto-updating pgxnclient and pl/java pre-installed