PL/Java 1.5.0-BETA2 announced.
PL/Java brings functions, triggers, and types in Java. 1.5.0, now in second beta/release candidate, supports latest PostgreSQL and Java versions with a range of improvements and fixes.
Project site: http://tada.github.io/pljava/
Release notes: http://tada.github.io/pljava/releasenotes.html
Although PL/Java has historically used numbered betas and not "RC" releases, this may be considered a 1.5.0 release candidate.
Changes since 1.5.0-BETA1:
- Microsoft Windows builds are now supported using both the Visual Studio and the MinGW-w64 toolchains.
- Fixed: two build/install issues on Mac OS X El Capitan (issue 94, issue 96)
- Fixed: parameter declaration generated for trigger function (issue 92)
- Fixed: source location missing for some annotation errors (issue 95)
- Fixed:
pljava-api
jar missing from installation jar
Please see the release notes for more details and the cumulative list of changes.
Many thanks to all the individuals and organizations listed in the release notes under Credits.