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 1gCQ8x-0003ZE-AO for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 16 Oct 2018 14:16:19 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gCQ8v-0007s0-8u for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 16 Oct 2018 14:16:17 +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 1gCQ8v-0007rt-40 for pgsql-pkg-debian@lists.postgresql.org; Tue, 16 Oct 2018 14:16:17 +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 1gCQ8s-0005O6-4S for pgsql-pkg-debian@postgresql.org; Tue, 16 Oct 2018 14:16:16 +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:References:To:From: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=OUOwEQp6F7cGWUlMJ8baAzt5ii07Ruj0R0ZdAuiwoA8=; b=o3O21qHKLR1cl/uqB7YxllezHr iE8iOxFLOQ/TMj0FL/0hqiBSa6gDBeSJy+Oyf+Aog3lDgwM8xiNOk9/VXlmExu6UigXbu7VqnfLSz TRmyPOBT3Oq/mSubeN2Jixp4oPKINVyyglMtAaVzYVX2h3WaTm1PlI+wwtE9nMcCQkMKXexZygc2f gX+2reZ/MfbZEzxjSKfE1uxOhhKq44dP1L4b4TdrGJhGssvSAEHTKsJttbb+Zlgezd+dplfXHlmj/ PjZSDu8pYerJXorYT6IFdtabkjec2YCT4jQGTcNzf+jIpquM8DBAmGNJQnv0pJfIsJhCMLSKo0ZGN KOIh/Kxg==; Received: from cos-128-210-107-26.science.purdue.edu ([128.210.107.26]:43480 helo=gibbs.math.purdue.edu) by bay.acenet.us with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1gCQ8p-009rw7-5c; Tue, 16 Oct 2018 10:16:12 -0400 Subject: Re: PL/Java 1.5.1 From: Chapman Flack To: Christoph Berg , pgsql-pkg-debian@postgresql.org References: <5B96B226.2080803@anastigmatix.net> <20180915203221.GA19015@msg.df7cb.de> <5B9D73A2.2090402@anastigmatix.net> <20180916201808.GA30681@msg.df7cb.de> <5B9ECCD1.1050309@anastigmatix.net> <20180918104603.GE6196@msg.df7cb.de> <5BC54F32.7020705@anastigmatix.net> <5BC55BB2.9060706@anastigmatix.net> Message-ID: Date: Tue, 16 Oct 2018 10:16:05 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <5BC55BB2.9060706@anastigmatix.net> Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit X-OutGoing-Spam-Status: No, score=-99.7 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/15/2018 11:32 PM, Chapman Flack wrote: > On 10/15/18 22:38, Chapman Flack wrote: >> artful, 10 for bionic, 11 for cosmic. Debian's default-jdk seems to >> be 7 in wheezy and jessie, 8 in stretch, 10 in buster and sid, >> 11 in experimental). >> >> It might be nice to build pljava packages where libjvmdefault => the >> default version for the release. It still has to be /built/ with 8, but > > ... except in this scheme, it would have to be built with 7 for wheezy or > jessie (the build JDK can't be /newer/ than the runtime). Slipped my mind. Hmm, it also slipped my mind that the pom.xml contains 1.6, so it should be ok to build with 8 everywhere, the built classes should still work in Java 6/7. I don't think I've confirmed that recently, but I can check easily enough later today. -Chap