tada / pljava

PL/Java is a free add-on module that brings Java™ Stored Procedures, Triggers, Functions, Aggregates, Operators, Types, etc., to the PostgreSQL™ backend.
http://tada.github.io/pljava/
Other
238 stars 77 forks source link

Changes to build/use PL/Java on Java 22 #479

Closed jcflack closed 3 months ago

jcflack commented 3 months ago

These changes take care of building and using PL/Java on Java 22.

A separate patch will address new Java 22 features that can be exposed in PL/Java's API for use by user code.

Naturally, no patch will begin using Java 22 features within PL/Java itself until a future major release adopts a newer minimum build version.