Re: PL/Java 1.5.1 (not BETA2, forgot to edit subject)

From: Chapman Flack <chap(at)anastigmatix(dot)net>
To: pgsql-pkg-debian(at)postgresql(dot)org, pgsql-pkg-yum(at)postgresql(dot)org
Subject: Re: PL/Java 1.5.1 (not BETA2, forgot to edit subject)
Date: 2018-10-17 16:57:02
Message-ID: 5BC769DE.30709@anastigmatix.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-debian pgsql-pkg-yum

On 10/17/18 01:49, Chapman Flack wrote:
> There is a PL/Java 1.5.1 release at github, supporting PG 11 back to PG 8.2:

In my haste to announce, I reused an old mail and didn't take the "BETA2"
out of the Subject:.

I also omitted one detail. The new release has some optionally-built
examples, built only if -Psaxon-examples is on the mvn command line.
The switch should only be included when building for PG 8.4 or newer,
and building with Java 8. When present, it will add the ~ 5 MB
Saxon-HE-9.8.0.14.jar at build time (which Maven will automatically
fetch, if not constrained to build offline). The jar will not be
included in the built package, so it will become an optional run-time
dependency. The related examples will still be included in the examples
jar, and declared in PostgreSQL if the examples jar is loaded, but the
Saxon-HE jar would have to be obtained and installed before they will work.

It would be ideal to have the package built that way (whenever the PG
version is >= 8.4), so that simply obtaining the Saxon jar will be the
only extra step required for anyone interested in trying those examples.

Regards,
-Chap

In response to

Browse pgsql-pkg-debian by date

  From Date Subject
Next Message apt.postgresql.org repository 2018-10-17 17:26:05 postgresql-q3c updated to version 1.5.0-6.pgdg+1
Previous Message apt.postgresql.org repository 2018-10-17 14:49:33 postgresql-pgmp updated to version 1.0.2-6.pgdg+1

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Ian Barwick 2018-10-18 02:17:34 Currently supported Fedora versions
Previous Message Chapman Flack 2018-10-17 05:49:25 PL/Java 1.5.1_BETA2