Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4BC45EEF8 for ; Thu, 17 Jan 2013 06:48:28 +0000 (UTC) Received: (qmail 68600 invoked by uid 500); 17 Jan 2013 06:48:27 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 67734 invoked by uid 500); 17 Jan 2013 06:48:25 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 67238 invoked by uid 99); 17 Jan 2013 06:48:22 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2013 06:48:22 +0000 Date: Thu, 17 Jan 2013 06:48:22 +0000 (UTC) From: "Lukasz Lenart (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (OGNL-230) Update Javassist to 3.17.1 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/OGNL-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13555919#comment-13555919 ] Lukasz Lenart commented on OGNL-230: ------------------------------------ I've tried compile commons-ognl with the version 3.17.1-GA on JDK5 but got [ERROR] bad class file: /Users/lukaszlenart/.m2/repository/org/javassist/javassist/3.17.1-GA/javassist-3.17.1-GA.jar(javassist/CannotCompileException.class) [ERROR] class file has wrong version 50.0, should be 49.0 looks like the jar in the Maven Central was build with JDK6 :\ When I try to build on JDK6 many tests fail. The only version which works is 3.16.1-GA, I had the same with OGNL 3.x (but just only on JDK6). > Update Javassist to 3.17.1 > -------------------------- > > Key: OGNL-230 > URL: https://issues.apache.org/jira/browse/OGNL-230 > Project: Commons OGNL > Issue Type: Improvement > Components: Core Runtime > Reporter: Eduardo Macarron > Priority: Trivial > Labels: javassist > Original Estimate: 1h > Remaining Estimate: 1h > > Hello. > I have just tested latest MyBatis trunk with OGNL 4 and all test pass. Good work! > I noticed OGNL 4 depends on a quite old Javassist version (3.12.1). I would like to suggest to upgrade to 3.17.1 (still jdk 5) before going GA. > BTW, this version is ASL 2.0 (old versions are not) > Note Javasisst maven groupid has changed: > from: > > javassist > javassist > 3.12.1-GA > > to: > > org.javassist > javassist > 3.17.1-GA > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira