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 1gCei8-0005Fv-KA for pgsql-pkg-yum@arkaria.postgresql.org; Wed, 17 Oct 2018 05:49:36 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gCei6-0008Mk-OE for pgsql-pkg-yum@arkaria.postgresql.org; Wed, 17 Oct 2018 05:49:34 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gCei6-0008Ma-7w; Wed, 17 Oct 2018 05:49:34 +0000 Received: from bay.acenet.us ([173.230.252.50]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gCei2-00062u-UC; Wed, 17 Oct 2018 05:49:33 +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: MIME-Version:Date:Message-ID:To:Subject:From:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=PnY+e27nY/zbOnb3ZRXvC0aiKaHw1B78IFygQm3K9FA=; b=lKz6+ENoj2fN9vb9q4vpMd11DD 9Qze9K6zFiu7JcE231mvb41uuxWvonPSxwIDkQ/nYunvjg9tgw6qdQgLiq+Odrad8t21HXyjL8vYR 2gRTpHcvfskTyVmgjTk4wYx2AwTdRG7xv2Keb3yC7rzWGiTHfVbq9CxFiJm29bTflxbf61a9vvCgm AOXS6IqqwsTZ8td1R6IL6MRIptH9BvnmVzvoyYGrlSWV8cHtGM5wIoGjS/lm8cNGmFtpwfr/rxUZX WMe4Zl33ojKnCdfqIV+5MqoKYDdQUF2hKZSEhNordeu/l6JpgcIIZCwBXulbh/NXlAFDDTx1IyVW8 90u3dYAQ==; Received: from [184.19.49.99] (port=55958) by bay.acenet.us with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1gCehy-005xsU-4D; Wed, 17 Oct 2018 01:49:27 -0400 From: Chapman Flack Subject: PL/Java 1.5.1_BETA2 To: pgsql-pkg-debian@postgresql.org, pgsql-pkg-yum@postgresql.org X-Enigmail-Draft-Status: N1110 Message-ID: <5BC6CD65.80402@anastigmatix.net> Date: Wed, 17 Oct 2018 01:49:25 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-OutGoing-Spam-Status: No, score=-94.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 Hello packagers, There is a PL/Java 1.5.1 release at github, supporting PG 11 back to PG 8.2: https://github.com/tada/pljava/releases/tag/V1_5_1 Release notes: http://tada.github.io/pljava/releasenotes.html It requires Java 8 to build; its pljava.libjvm_location GUC can be pointed at run time to any Java 6 to Java 11 (and, with luck, later) JRE. When pointed to a later JRE, it allows a user to write and use Java functions using the latest language features. The build script allows a default value for libjvm_location to be built in. A package built for a platform with a standardized location for Java can build in an appropriate default, so the user experience of installing PL/Java is as simple as possible, and doesn't require setting the GUC first. A reasonable value for the default might be whatever version of Java would be installed by the target distro/release's default-java or similar package. That way, PL/Java could be installed in simple cases without pulling in another JRE if the default one is already there. A site that needs a different Java version could then download that and adjust the GUC accordingly. The PL/Java build instructions are here: http://tada.github.io/pljava/build/build.html ... and a page of tips specifically for packaging is here: http://tada.github.io/pljava/build/package.html I hope this new version can find a home in your repositories. If it gives you any difficulties, please let me know. Thanks! Chapman Flack