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
242 stars 77 forks source link

Expose Java 22 features to PL/Java user code #480

Closed jcflack closed 6 months ago

jcflack commented 6 months ago

Provide access for client code to features introduced in Java 22.

The Java 2 release notes include new XML features that should be exposed by PL/Java's Adjusting.XML API so they can be used by client code.

One new feature is already sufficiently exposed by the setFirstSupportedProperty method, so only a documentation note is added.