You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "David Dabbs (JIRA)" <ji...@apache.org> on 2010/03/08 18:05:27 UTC

[jira] Created: (AVRO-455) Patch to update java lib dependencies.

Patch to update java lib dependencies.
--------------------------------------

                 Key: AVRO-455
                 URL: https://issues.apache.org/jira/browse/AVRO-455
             Project: Avro
          Issue Type: Improvement
          Components: java
    Affects Versions: 1.3.0
         Environment: Any
            Reporter: David Dabbs
            Priority: Minor
             Fix For: 1.3.1


The attached patch updates the Java lib to use Ivy 2.1.0 as well as newer versions of some dependency libs.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


RE: [jira] Updated: (AVRO-455) Patch to update java lib dependencies.

Posted by David Dabbs <dm...@gmail.com>.
Thanks. I'll scan the issues list for more janitorial work as I get familiar
with the codebase.

dd

> -----Original Message-----
> From: Doug Cutting [mailto:cutting@apache.org]
> Sent: Monday, March 08, 2010 5:56 PM
> To: avro-dev@hadoop.apache.org
> Subject: Re: [jira] Updated: (AVRO-455) Patch to update java lib
> dependencies.
> 
> David Dabbs wrote:
> > So this will show up in 1.3.1 when it is released?
> 
> Yes.
> 
> Perhaps I should roll a 1.3.1 candidate later this week?
> 
> Doug


Re: [jira] Updated: (AVRO-455) Patch to update java lib dependencies.

Posted by Doug Cutting <cu...@apache.org>.
David Dabbs wrote:
> So this will show up in 1.3.1 when it is released?

Yes.

Perhaps I should roll a 1.3.1 candidate later this week?

Doug

RE: [jira] Updated: (AVRO-455) Patch to update java lib dependencies.

Posted by David Dabbs <dm...@gmail.com>.
You're welcome. So this will show up in 1.3.1 when it is released?

dd



> -----Original Message-----
> From: Doug Cutting (JIRA) [mailto:jira@apache.org]
> Sent: Monday, March 08, 2010 5:11 PM
> To: avro-dev@hadoop.apache.org
> Subject: [jira] Updated: (AVRO-455) Patch to update java lib
> dependencies.
> 
> Doug Cutting updated AVRO-455:
> ------------------------------
> 
>       Resolution: Fixed
>         Assignee: David Dabbs
>     Hadoop Flags: [Reviewed]
>           Status: Resolved  (was: Patch Available)
> 
> I just committed this.  Thanks, David!
> 



[jira] Updated: (AVRO-455) Patch to update java lib dependencies.

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting updated AVRO-455:
------------------------------

      Resolution: Fixed
        Assignee: David Dabbs
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

I just committed this.  Thanks, David!

> Patch to update java lib dependencies.
> --------------------------------------
>
>                 Key: AVRO-455
>                 URL: https://issues.apache.org/jira/browse/AVRO-455
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>    Affects Versions: 1.3.0
>         Environment: Any
>            Reporter: David Dabbs
>            Assignee: David Dabbs
>            Priority: Minor
>             Fix For: 1.3.1
>
>         Attachments: avro-java-dependencies-update.patch
>
>
> The attached patch updates the Java lib to use Ivy 2.1.0 as well as newer versions of some dependency libs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AVRO-455) Patch to update java lib dependencies.

Posted by "David Dabbs (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Dabbs updated AVRO-455:
-----------------------------

    Attachment: avro-java-dependencies-update.patch

Updates java lib dependencies.

> Patch to update java lib dependencies.
> --------------------------------------
>
>                 Key: AVRO-455
>                 URL: https://issues.apache.org/jira/browse/AVRO-455
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>    Affects Versions: 1.3.0
>         Environment: Any
>            Reporter: David Dabbs
>            Priority: Minor
>             Fix For: 1.3.1
>
>         Attachments: avro-java-dependencies-update.patch
>
>
> The attached patch updates the Java lib to use Ivy 2.1.0 as well as newer versions of some dependency libs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AVRO-455) Patch to update java lib dependencies.

Posted by "David Dabbs (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Dabbs updated AVRO-455:
-----------------------------

    Status: Patch Available  (was: Open)

Index: build.xml
===================================================================
--- build.xml	(revision 920126)
+++ build.xml	(working copy)
@@ -76,7 +76,7 @@
   <property name="javac.args" value=""/>
   <property name="javac.args.warnings" value="-Xlint:unchecked"/>
 
-  <property name="ivy.version" value="2.1.0-rc1"/>
+  <property name="ivy.version" value="2.1.0"/>
   <property name="ivy.url"
 	    value="http://repo2.maven.org/maven2/org/apache/ivy/ivy" />
   <property name="ivy.home" value="${user.home}/.ant" />
Index: ivy.xml
===================================================================
--- ivy.xml	(revision 920126)
+++ ivy.xml	(working copy)
@@ -35,17 +35,17 @@
 
   <dependencies>
     <dependency org="org.codehaus.jackson" name="jackson-mapper-asl"
-        rev="1.4.0"/>
-    <dependency org="org.slf4j" name="slf4j-api" rev="1.5.8"/>
-    <dependency org="org.slf4j" name="slf4j-simple" rev="1.5.8"
+        rev="1.4.2"/>
+    <dependency org="org.slf4j" name="slf4j-api" rev="1.5.11"/>
+    <dependency org="org.slf4j" name="slf4j-simple" rev="1.5.11"
         conf="test->default;tools->default"/>
     <dependency org="com.thoughtworks.paranamer" name="paranamer"
-        rev="2.1"/>
+        rev="2.2"/>
     <dependency org="com.thoughtworks.paranamer" name="paranamer-ant"
-        rev="2.1"/>
+        rev="2.2"/>
     <dependency org="org.mortbay.jetty" name="jetty"
-        rev="6.1.21"/>
-    <dependency org="junit" name="junit" rev="4.7" conf="test->default"/>
+        rev="6.1.22"/>
+    <dependency org="junit" name="junit" rev="4.8.1" conf="test->default"/>
     <dependency org="checkstyle" name="checkstyle" rev="5.0"
         conf="test->default"/>
     <dependency org="org.apache.rat" name="apache-rat" rev="0.6"
@@ -56,8 +56,8 @@
     </dependency>
     <dependency org="net.java.dev.javacc" name="javacc" rev="5.0" 
         conf="build->default" />
-    <dependency org="commons-lang" name="commons-lang" rev="2.4" />
-    <dependency org="org.apache.maven" name="maven-ant-tasks" rev="2.0.9"
+    <dependency org="commons-lang" name="commons-lang" rev="2.5" />
+    <dependency org="org.apache.maven" name="maven-ant-tasks" rev="2.1.0"
         conf="build->default"/>
     <dependency org="net.sf.jopt-simple" name="jopt-simple" rev="3.2"
         conf="build->default;test->default;tools->default"/>


> Patch to update java lib dependencies.
> --------------------------------------
>
>                 Key: AVRO-455
>                 URL: https://issues.apache.org/jira/browse/AVRO-455
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>    Affects Versions: 1.3.0
>         Environment: Any
>            Reporter: David Dabbs
>            Priority: Minor
>             Fix For: 1.3.1
>
>         Attachments: avro-java-dependencies-update.patch
>
>
> The attached patch updates the Java lib to use Ivy 2.1.0 as well as newer versions of some dependency libs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.