Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gCp8B-0002Vs-3a for pgsql-pkg-yum@arkaria.postgresql.org; Wed, 17 Oct 2018 16:57:11 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gCp89-0007xO-EH for pgsql-pkg-yum@arkaria.postgresql.org; Wed, 17 Oct 2018 16:57:09 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gCp88-0007xB-OV; Wed, 17 Oct 2018 16:57:09 +0000 Received: from bay.acenet.us ([173.230.252.50]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gCp86-000372-3f; Wed, 17 Oct 2018 16:57:07 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=anastigmatix.net; s=default; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject:Sender: Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=t05iRCyKxq4IQVPGu6fGmoJPzDDK0f8eHCdIervMuc0=; b=UjUxdv3aL4GI6nAw2DcquyaxmZ rLUsnCodJ2C3RphGGtWqvsUeB0OrLJJ9eoXyoztgZLqvlnirpuQiHkNOa8vxPc97Dxs6CIDVRFae4 EsLWZYpIdhXd2UCAysEcUx0uTdxU19qjBBPz5NEZuo+iWD15lR48iEFpMYtIIbg0LCms63qneYhn0 gw+aV5urHPnq7f3ujCa8rvv+4WdUtvyg+YI0+/GtmmbqHEQjPCWkRGCkKbtCwoDjKO6k7tsDrtl31 toZ7acLBo0ab7cM8wHLs4u7PIMD7lzMAiyBH9esNhTySXwOFuQ1DYaEsLshBHJsXXz9ebocfZNl9N UqLD2AsA==; Received: from [184.19.49.99] (port=56273) by bay.acenet.us with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1gCp83-00G0of-AH; Wed, 17 Oct 2018 12:57:04 -0400 Subject: Re: PL/Java 1.5.1 (not BETA2, forgot to edit subject) To: pgsql-pkg-debian@postgresql.org, pgsql-pkg-yum@postgresql.org References: <5BC6CD65.80402@anastigmatix.net> From: Chapman Flack X-Enigmail-Draft-Status: N1110 Message-ID: <5BC769DE.30709@anastigmatix.net> Date: Wed, 17 Oct 2018 12:57:02 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <5BC6CD65.80402@anastigmatix.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-OutGoing-Spam-Status: No, score=-99.5 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bay.acenet.us X-AntiAbuse: Original Domain - postgresql.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - anastigmatix.net X-Get-Message-Sender-Via: bay.acenet.us: authenticated_id: chap+anastigmatix.net/only user confirmed/virtual account not confirmed X-Authenticated-Sender: bay.acenet.us: chap@anastigmatix.net X-Source: X-Source-Args: X-Source-Dir: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk 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