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

Improve build output when no known platform rules matched #486

Closed jcflack closed 1 month ago

jcflack commented 2 months ago

Addresses issue #485: anyone unlucky enough to build in an environment matching none of the probe methods for known platform rules would be faced with a JavaScript null-pointer exception instead of a message giving any clue where to look for the problem.

Adds a message explaining that no known platform rules matched, where to look in pljava-so/pom.xml to see why an already-supported platform might not have matched, or to add support for a new platform.