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 954A1200C8F for ; Fri, 9 Jun 2017 14:07:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 93C07160BC8; Fri, 9 Jun 2017 12:07:32 +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 D8D5B160B9C for ; Fri, 9 Jun 2017 14:07:31 +0200 (CEST) Received: (qmail 48472 invoked by uid 500); 9 Jun 2017 12:07:30 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 48461 invoked by uid 99); 9 Jun 2017 12:07:30 -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; Fri, 09 Jun 2017 12:07:30 +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 41C7F1AFA2F for ; Fri, 9 Jun 2017 12:07:30 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.001 X-Spam-Level: **** X-Spam-Status: No, score=4.001 tagged_above=-999 required=6.31 tests=[HEADER_FROM_DIFFERENT_DOMAINS=0.001, KAM_LAZY_DOMAIN_SECURITY=1, RDNS_NONE=3] 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 UUFXIvKImrKT for ; Fri, 9 Jun 2017 12:07:28 +0000 (UTC) Received: from blaine.gmane.org (unknown [195.159.176.226]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 26B845F613 for ; Fri, 9 Jun 2017 12:07:28 +0000 (UTC) Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dJIh8-0002TR-U2 for users@maven.apache.org; Fri, 09 Jun 2017 14:07:14 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: users@maven.apache.org From: =?UTF-8?B?SsO2cmc=?= Schaible Subject: Re: Producing java8 and java7 versions Date: Fri, 09 Jun 2017 14:07:13 +0200 Lines: 17 Message-ID: References: <3CF3EE62-76F7-4F3B-BA3D-C44CDAE3148D@c-ware.de> <61784906-5797-40F6-B13B-955950A4A345@c-ware.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit X-Complaints-To: usenet@blaine.gmane.org User-Agent: KNode/4.14.10 archived-at: Fri, 09 Jun 2017 12:07:32 -0000 Hi Paul, Paul Hammant wrote: > Older releases tried to have a single jar that had adaptive bytecode > within, right Jörg > > Specifically, class file formats 49, 50, 51 in one Jar. This is still the case. The -java7 version just omits class files targetting Java 8, because in some environments they cause harm if the runtime is not yet Java 8 compatible (Android, app servers scanning jars for annotations ...). Cheers, Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org