Subject: Re: [Pljava-dev] PL/Java 1.5.1-BETA1 announced; security note. References: <5948B0FA.9020905@anastigmatix.net> From: Chapman Flack Message-ID: <59491175.3040608@anastigmatix.net> Date: Tue, 20 Jun 2017 08:13:41 -0400 MIME-Version: 1.0 In-Reply-To: <5948B0FA.9020905@anastigmatix.net> Content-Type: text/plain; charset=windows-1252 On 06/20/17 01:22, Chapman Flack wrote: > PL/Java brings functions, triggers, and types in Java. 1.5.1, now in beta, > ... > Project site: http://tada.github.io/pljava/ > Release notes: http://tada.github.io/pljava/releasenotes.html > ... > Selected changes: Some notable changes I forgot to mention are in the release notes, here: http://tada.github.io/pljava/releasenotes.html#Conveniences_for_downstream_package_maintainers The changes are intended to help those who maintain PL/Java prebuilt packages for various distributions tailor the build appropriately without having to patch the source. One, the -Dpljava.libjvmdefault= on the mvn command line, allows the package maintainer to build in a usually-correct default for pljava.libjvm_location when building for a distribution that has a known, conventional location for Java. Users of such a package can avoid fussing with pljava.libjvm_location, and have CREATE EXTENSION pljava; just work. A whole new section intended for package maintainers has been added to the build docs. > Release page: https://github.com/tada/pljava/releases/tag/V1_5_1b1 > > This wiki page will add links to prebuilt packages that become available: > https://github.com/tada/pljava/wiki/Prebuilt-packages