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 29D42200C73 for ; Wed, 10 May 2017 19:24:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 285AC160B9C; Wed, 10 May 2017 17:24:08 +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 6EE06160B99 for ; Wed, 10 May 2017 19:24:07 +0200 (CEST) Received: (qmail 97573 invoked by uid 500); 10 May 2017 17:24:06 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 97562 invoked by uid 99); 10 May 2017 17:24:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 May 2017 17:24:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id B97981813F6 for ; Wed, 10 May 2017 17:24:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.488 X-Spam-Level: *** X-Spam-Status: No, score=3.488 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=1.313, URI_TRY_3LD=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id I45N0fA_LLzk for ; Wed, 10 May 2017 17:24:04 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 349245F36C for ; Wed, 10 May 2017 17:24:04 +0000 (UTC) Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id A421C408EB328 for ; Wed, 10 May 2017 10:24:03 -0700 (MST) Date: Wed, 10 May 2017 10:11:31 -0700 (PDT) From: abhijith To: users@activemq.apache.org Message-ID: <1494436291763-4725907.post@n4.nabble.com> In-Reply-To: <1494436143868-4725905.post@n4.nabble.com> References: <1494277926330-4725798.post@n4.nabble.com> <1494297269680-4725816.post@n4.nabble.com> <1494423670141-4725888.post@n4.nabble.com> <1494429394063-4725893.post@n4.nabble.com> <1494436143868-4725905.post@n4.nabble.com> Subject: Re: Artemis v2.0 JDK8 dependency MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Wed, 10 May 2017 17:24:08 -0000 Another note which is on v1.5.4. This version also suffers from same bytecode compatibility issues. [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ credit-artemis-client --- [INFO] Restricted to JDK 1.7 yet org.apache.activemq:artemis-journal:jar:1.5.4:test contains org/apache/activemq/artemis/core/io/AbstractSequentialFile$1.class targeted to JDK 1.8 [INFO] Restricted to JDK 1.7 yet org.apache.activemq:artemis-core-client:jar:1.5.4:compile contains org/apache/activemq/artemis/api/config/ActiveMQDefaultConfiguration.class targeted to JDK 1.8 [INFO] Restricted to JDK 1.7 yet org.apache.activemq:artemis-jdbc-store:jar:1.5.4:test contains org/apache/activemq/artemis/jdbc/store/drivers/AbstractJDBCDriver$1.class targeted to JDK 1.8 [INFO] Restricted to JDK 1.7 yet org.apache.activemq:artemis-commons:jar:1.5.4:compile contains org/apache/activemq/artemis/api/core/ActiveMQAddressExistsException.class targeted to JDK 1.8 [INFO] Restricted to JDK 1.7 yet org.apache.activemq:artemis-server:jar:1.5.4:test contains org/apache/activemq/artemis/api/core/management/MessageCounterInfo.class targeted to JDK 1.8 [INFO] Restricted to JDK 1.7 yet org.apache.activemq:artemis-service-extensions:jar:1.5.4:test contains org/apache/activemq/artemis/service/extensions/ActiveMQServiceExtensionLogger.class targeted to JDK 1.8 [INFO] Restricted to JDK 1.7 yet org.apache.activemq:artemis-jms-server:jar:1.5.4:test contains org/apache/activemq/artemis/jms/bridge/ActiveMQJMSBridgeLogger.class targeted to JDK 1.8 [INFO] Restricted to JDK 1.7 yet org.apache.activemq:artemis-native:jar:1.5.4:test contains org/apache/activemq/artemis/jlibaio/LibaioContext$1.class targeted to JDK 1.8 [INFO] Restricted to JDK 1.7 yet org.apache.activemq:artemis-cli:jar:1.5.4:test contains org/apache/activemq/artemis/cli/Artemis.class targeted to JDK 1.8 [INFO] Restricted to JDK 1.7 yet org.apache.activemq:artemis-dto:jar:1.5.4:test contains org/apache/activemq/artemis/dto/AppDTO.class targeted to JDK 1.8 [INFO] Restricted to JDK 1.7 yet org.apache.activemq:artemis-jms-client:jar:1.5.4:compile contains org/apache/activemq/artemis/api/jms/ActiveMQJMSClient.class targeted to JDK 1.8 [INFO] Restricted to JDK 1.7 yet org.apache.activemq:artemis-selector:jar:1.5.4:compile contains org/apache/activemq/artemis/selector/filter/ArithmeticExpression$1.class targeted to JDK 1.8 I think JDK8 dependency should be clarified in documentation. -- View this message in context: http://activemq.2283324.n4.nabble.com/Artemis-v2-0-JDK8-dependency-tp4725798p4725907.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.