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

Support `install_jar` from an http URL #442

Closed jcflack closed 1 year ago

jcflack commented 1 year ago

Fix some issues identified in #425 that kept install_jar from working with an http URL.

Update the GitHub Actions and Appveyor CI scripts to include a test of install_jar over an authenticated http connection. (And then cherrypick, from the recent CI pull request, the changes to suppress Appveyor, because it keeps falling over for what seem to be reasons of its own.)

Node.java gets a new appendClasspathIf method, and SQLDeploymentDescriptor gets some typos fixed, in the process of adding the new tests.