PL/Java 1.6.5 released

From: PL/Java Project via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: PL/Java 1.6.5 released
Date: 2023-06-14 15:12:11
Message-ID: 168675553146.399156.10566075122301765167@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

1.6.5 is the latest PL/Java release, bringing functions, triggers, aggregates, types, operators, etc. in Java to PostgreSQL (15 back to 9.5). PL/Java 1.6.5 will build and operate with Java versions 9 through (so far) 20. It need not operate with the same Java version used to build it, and can run application code ranging from pre-Java-9 legacy code, to code using the latest features of the Java version present at run time.

1.6.5 adds support for PostgreSQL 15, fixes several bugs, and will now permit methods declared on interfaces as well as on classes. More on some selected changes may be found below.

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

Project site: [https://tada.github.io/pljava/](https://tada.github.io/pljava/)

Release notes: [https://tada.github.io/pljava/releasenotes.html](https://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](https://tada.github.io/pljava/releasenotes.html) 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](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](https://github.com/tada/pljava/wiki/Prebuilt-packages)

Browse pgsql-announce by date

  From Date Subject
Next Message PostgreSQL Europe via PostgreSQL Announce 2023-06-15 12:50:02 PostgreSQL Conference Europe 2023 Call for Papers
Previous Message Crunchy Data via PostgreSQL Announce 2023-06-12 18:33:59 pgBackRest 2.46 Released