From commits-return-43569-archive-asf-public=cust-asf.ponee.io@tomee.apache.org Mon Oct 22 17:50:03 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id DDBEF180675 for ; Mon, 22 Oct 2018 17:50:02 +0200 (CEST) Received: (qmail 71122 invoked by uid 500); 22 Oct 2018 15:50:02 -0000 Mailing-List: contact commits-help@tomee.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tomee.apache.org Delivered-To: mailing list commits@tomee.apache.org Received: (qmail 71072 invoked by uid 500); 22 Oct 2018 15:50:02 -0000 Delivered-To: apmail-openejb-commits@openejb.apache.org Received: (qmail 71069 invoked by uid 99); 22 Oct 2018 15:50:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2018 15:50:01 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 9C9A4C04F5 for ; Mon, 22 Oct 2018 15:50:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.8 X-Spam-Level: X-Spam-Status: No, score=-109.8 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_NUMSUBJECT=0.5, KAM_SHORT=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id GgcolYkr24dn for ; Mon, 22 Oct 2018 15:50:00 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 9E5565F36F for ; Mon, 22 Oct 2018 15:50:00 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 4521CE00A6 for ; Mon, 22 Oct 2018 15:50:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 0E3F7252A0 for ; Mon, 22 Oct 2018 15:50:00 +0000 (UTC) Date: Mon, 22 Oct 2018 15:50:00 +0000 (UTC) From: "Artur Linhart (JIRA)" To: commits@openejb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (TOMEE-2260) TomEE should support library asm7 (xbean 4.11 or higher) to support fully Java 11 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Artur Linhart created TOMEE-2260: ------------------------------------ Summary: TomEE should support library asm7 (xbean 4.11 or high= er) to support fully Java 11 Key: TOMEE-2260 URL: https://issues.apache.org/jira/browse/TOMEE-2260 Project: TomEE Issue Type: Dependency upgrade Components: TomEE Core Server Affects Versions: 7.1.0, 8.0.0-M1 Environment: Java 11 Reporter: Artur Linhart Because the TomEE server uses for the analysis of the deployed classes the = asm library, there should be included the library asm7, which does official= ly support all of the=C2=A0features from java 11. It is especially importan= t because Java 11 is the LTS Version from Oracle, so very much suitable for= the development of production stable applications. Todays asm6 library use= d in=C2=A0versions 7.1.0 and 8.0.0-M1 does not support java 11 officially a= nd fully, asm6 in versions 6.2 and 6.2.1 (in xbeans 4.9 and 4.10) supports = java 11 only in experimental way. See [https://asm.ow2.io/versions.html] =C2=A0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)