Return-Path: Delivered-To: apmail-avro-dev-archive@www.apache.org Received: (qmail 48738 invoked from network); 20 Feb 2011 11:19:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Feb 2011 11:19:04 -0000 Received: (qmail 28163 invoked by uid 500); 20 Feb 2011 11:19:04 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 27994 invoked by uid 500); 20 Feb 2011 11:19:02 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 27980 invoked by uid 99); 20 Feb 2011 11:19:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Feb 2011 11:19:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Feb 2011 11:18:58 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A87261AE01A for ; Sun, 20 Feb 2011 11:18:38 +0000 (UTC) Date: Sun, 20 Feb 2011 11:18:38 +0000 (UTC) From: "Scott Carey (JIRA)" To: dev@avro.apache.org Message-ID: <1595630762.4391.1298200718686.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <481558500.4365.1298198198458.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Assigned: (AVRO-771) Java: Upgrade dependencies for 1.5.0 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/AVRO-771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey reassigned AVRO-771: -------------------------------- Assignee: Scott Carey > Java: Upgrade dependencies for 1.5.0 > ------------------------------------ > > Key: AVRO-771 > URL: https://issues.apache.org/jira/browse/AVRO-771 > Project: Avro > Issue Type: Improvement > Reporter: Scott Carey > Assignee: Scott Carey > Fix For: 1.5.0 > > > This is not a blocker. > This is the 'mvn versions:display-dependency-updates' > The following dependencies in Dependency Management are using the newest version: > [INFO] net.sf.jopt-simple:jopt-simple ................................... 3.2 > [INFO] org.apache.hadoop:hadoop-core ................................. 0.20.2 > [INFO] > [INFO] The following dependencies in Dependency Management have newer versions: > [INFO] com.thoughtworks.paranamer:paranamer ................ 2.3 -> 2.3-debug > [INFO] org.apache.velocity:velocity ...................... 1.6.4 -> 1.7-beta1 > [INFO] org.codehaus.jackson:jackson-mapper-asl ............... 1.4.2 -> 1.7.3 > [INFO] org.jboss.netty:netty ..................... 3.2.1.Final -> 3.2.4.Final > [INFO] org.mortbay.jetty:jetty ............................. 6.1.22 -> 6.1.26 > [INFO] > [INFO] The following dependencies in Dependencies have newer versions: > [INFO] junit:junit ........................................... 4.8.1 -> 4.8.2 > [INFO] org.slf4j:slf4j-api .................................. 1.5.11 -> 1.6.1 > [INFO] org.slf4j:slf4j-simple ............................... 1.5.11 -> 1.6.1 > We should consider a newer Jackson version, at least the latest 1.4.x, but perhaps higher. > Junit is a trivial upgrade. > slf4j has some changes affecting compatibility (but is API compatible) in 1.6.x. We may want to delay that one. > Jetty and Netty can be upgraded. > The most important one above is Jackson since it is the most likely to have classpath collisions. Even though we do not use features from newer versions, it might be wise to move to that. > For plugins, there are these updates: > [INFO] The following plugin updates are available: > [INFO] maven-surefire-plugin ................................ 2.7.1 -> 2.7.2 > [INFO] org.codehaus.mojo:exec-maven-plugin ...................... 1.1 -> 1.2 > Both of which seem minor by their release notes. > (see mvn versions:help for more useful tools) -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira