Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2089C10DBE for ; Wed, 26 Mar 2014 10:00:36 +0000 (UTC) Received: (qmail 20880 invoked by uid 500); 26 Mar 2014 10:00:25 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 20632 invoked by uid 500); 26 Mar 2014 10:00:23 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 20551 invoked by uid 99); 26 Mar 2014 10:00:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Mar 2014 10:00:20 +0000 Date: Wed, 26 Mar 2014 10:00:20 +0000 (UTC) From: "Anuj Khandelwal (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMQ-4652) Test failed under Java 8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQ-4652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13947747#comment-13947747 ] Anuj Khandelwal commented on AMQ-4652: -------------------------------------- Since Java 8 is out now and ActiveMQ is still built with Java 7. When can we expect ActiveMQ compiled with java 8 ? Thanks, Anuj > Test failed under Java 8 > ------------------------ > > Key: AMQ-4652 > URL: https://issues.apache.org/jira/browse/AMQ-4652 > Project: ActiveMQ > Issue Type: Task > Affects Versions: 5.9.0 > Environment: Ubuntu 13.04, version: "3.8.0-26-generic", arch: "i386" > OpenJDK 8b99 > Maven 3.1.0 > Reporter: Greg Bakos > Priority: Minor > Fix For: 5.x > > > I've tried to make a build under OpenJDK 8b99 and I've got these testing errors: > Running org.apache.activemq.transport.mqtt.MQTTNioTest > Tests run: 18, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 162.262 sec <<< FAILURE! > Running org.apache.activemq.transport.mqtt.MQTTSSLTest > Tests run: 17, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 160.224 sec <<< FAILURE! > Running org.apache.activemq.transport.mqtt.MQTTTest > Tests run: 17, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 156.354 sec <<< FAILURE! > Results : > Tests in error: > testPingOnMQTTNIO(org.apache.activemq.transport.mqtt.MQTTNioTest): The client id MUST be configured when clean session is set to false > testReceiveMessageSentWhileOffline(org.apache.activemq.transport.mqtt.MQTTSSLTest): Command from server contained an invalid message id: 1 > testReceiveMessageSentWhileOffline(org.apache.activemq.transport.mqtt.MQTTTest): Command from server contained an invalid message id: 1 -- This message was sent by Atlassian JIRA (v6.2#6252)