Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 08D93200D2A for ; Sat, 28 Oct 2017 18:21:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 07697160BE1; Sat, 28 Oct 2017 16:21:10 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4D31A1609D5 for ; Sat, 28 Oct 2017 18:21:09 +0200 (CEST) Received: (qmail 34451 invoked by uid 500); 28 Oct 2017 16:21:08 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 34435 invoked by uid 99); 28 Oct 2017 16:21:08 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Oct 2017 16:21:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 61F6C1A1218 for ; Sat, 28 Oct 2017 16:21:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.701 X-Spam-Level: X-Spam-Status: No, score=-0.701 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 4y4pACftpIBg for ; Sat, 28 Oct 2017 16:21:05 +0000 (UTC) Received: from smtp754.redcondor.net (smtp754.redcondor.net [208.80.206.54]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 4A9AD5FBE6 for ; Sat, 28 Oct 2017 16:21:06 +0000 (UTC) Received: from mailproxy10.neonova.net ([137.118.22.75]) by smtp754.redcondor.net ({97b16bb2-c597-43ea-8fbe-137c536017bc}) via TCP (outbound) with ESMTP id 20171028162059381_0754 for ; Sat, 28 Oct 2017 16:20:59 +0000 X-RC-FROM: X-RC-RCPT: Received: from [192.168.1.3] (ip72-201-73-113.ph.ph.cox.net [72.201.73.113]) (Authenticated sender: ralph.goers@dslextreme.com) by mailproxy10.neonova.net (Postfix) with ESMTPA id 1895636056D for ; Sat, 28 Oct 2017 12:21:44 -0400 (EDT) From: Ralph Goers Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: [LOGGING] Logging is Java 1.2 but required Java 1.4 code Date: Sat, 28 Oct 2017 09:20:54 -0700 References: To: Commons Developers List In-Reply-To: Message-Id: X-Mailer: Apple Mail (2.3273) X-DLP-OUTBOUND: 137.118.22.64/27 X-MAG-OUTBOUND: greymail.redcondor.net@137.118.22.64/27 archived-at: Sat, 28 Oct 2017 16:21:10 -0000 That isn=E2=80=99t strictly true Gary, There are ways to build the = module-info without upgrading the main code to Java 9. That said, it is = a bit of a hack to do it. Ralph > On Oct 28, 2017, at 8:19 AM, Gary Gregory = wrote: >=20 > Let's update to at least a minimum of Java 6 such that the build can = run > with Java 9. Builing with Java 9 will be a requirement to add module = info. >=20 > Gary >=20 > On Oct 28, 2017 01:21, "Benedikt Ritter" wrote: >=20 >> Hi all, >>=20 >> After I was able to update the the build to the latest parent POM, = I=E2=80=99m >> running into animal sniffer problems. The build is defined to target = Java >> 1.2 but there are classes which require later JDKs: >>=20 >> - Jdk13LumberjackLogger >> - Jdk14Logger >>=20 >> This breaks the build because animal sniffer reports that these = classes >> don=E2=80=99t work on Java 1.2. I don=E2=80=99t understand how this = is supposed to work. >> Did we ship those classes and users have to decide whether they want = to >> load them or not depending on the JRE they are running on? Do we want = to >> exclude the two classes from animal sniffer? >>=20 >> Regards, >> Benedikt >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org >> For additional commands, e-mail: dev-help@commons.apache.org >>=20 >>=20 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org