Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gK0cg-0007Db-Cg for pgsql-pkg-yum@arkaria.postgresql.org; Tue, 06 Nov 2018 12:38:22 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gK0ce-0001Ph-FB for pgsql-pkg-yum@arkaria.postgresql.org; Tue, 06 Nov 2018 12:38:20 +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 1gK0cd-0001PX-VP; Tue, 06 Nov 2018 12:38:20 +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 1gK0cb-0005KC-3J; Tue, 06 Nov 2018 12:38:19 +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=WVGsLvEGulhdMPHZ+iPmZZvRcARLTNsF2JuKRnvmve4=; b=ah9mz5Wgi1ksrgsZy9AMKEKBUM TgwZ4K9ZRP1VVF+OgR8mBl9sWD2qJy6KK7r68aQf35ZUAM7tMH4NQGZfCOKWpKvmjj8R/OnEDEPnT IC8KoEPUZ0TX1SPPJarT1RDHUN3nl0bwY4dnFdDBBMt8AhCkxFqGO9TtFlNnGGMnCiOsSZUwaWLKA 3R9zzX6LaI8NlmLoxmQ3wSrOqqBBDU/NexADWWPKGSq96/TESwM14Ky/xd33mqM4+sj/AAtNh6Gj4 8GpC8/5bzmp2J6fTh8IBbScfu2ZR4xN23wcPc7fcH1uJ8hwBrTmxaghqJX8z1kBJXmh2c9XAs9sBg Idi06niw==; Received: from [50.104.189.171] (port=33877) by bay.acenet.us with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1gK0cS-00DZAc-T3; Tue, 06 Nov 2018 07:38:10 -0500 Subject: Re: PL/Java 1.5.2 - fixes one regression in date conversion in 1.5.1 To: Christoph Berg , "pljava-dev@lists.pgfoundry.org" , pgsql-pkg-debian@postgresql.org, pgsql-pkg-yum@postgresql.org References: <5BE08D74.2060207@anastigmatix.net> <20181106074931.GB3898@msg.df7cb.de> From: Chapman Flack Message-ID: <5BE18B2F.9030805@anastigmatix.net> Date: Tue, 6 Nov 2018 07:38:07 -0500 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: <20181106074931.GB3898@msg.df7cb.de> Content-Type: text/plain; charset=windows-1252 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 11/06/18 02:49, Christoph Berg wrote: > 1.5.2 doesn't build on Jessie and Trusty anymore (JDK 7): > > 23:35:43 [ERROR] .../example/saxon/S9.java:[35,16] error: package java.time does not exist > ... > I've also enabled -Psaxon-examples - is it correct that no new files > appear in the .deb, but the examples are inside the existing > /usr/share/postgresql/11/pljava/pljava-examples-1.5.2.jar file? Correct. 1) Thanks for enabling -Psaxon-examples :) 2) ... but don't enable it for JDK 7 builds (S9.java uses Java 8 features). I think that should solve the Jessie / Trusty problem. Cheers, -Chap