You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Scott Carey (Created) (JIRA)" <ji...@apache.org> on 2011/10/17 23:59:10 UTC

[jira] [Created] (AVRO-935) Update Java dependencies for 1.6.0

Update Java dependencies for 1.6.0
----------------------------------

                 Key: AVRO-935
                 URL: https://issues.apache.org/jira/browse/AVRO-935
             Project: Avro
          Issue Type: Improvement
          Components: java
            Reporter: Scott Carey
            Assignee: Scott Carey
             Fix For: 1.6.0


Update Java dependencies to the latest version where appropriate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (AVRO-935) Update Java dependencies for 1.6.0

Posted by "Scott Carey (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13133205#comment-13133205 ] 

Scott Carey commented on AVRO-935:
----------------------------------

I will have some time Sunday evening.  If you need it done before that feel free.  I'm +1 on the above w/ the extra configuration for failIfNoTests to false.
                
> Update Java dependencies for 1.6.0
> ----------------------------------
>
>                 Key: AVRO-935
>                 URL: https://issues.apache.org/jira/browse/AVRO-935
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>            Reporter: Scott Carey
>            Assignee: Scott Carey
>            Priority: Blocker
>             Fix For: 1.6.0
>
>         Attachments: AVRO-935.patch
>
>
> Update Java dependencies to the latest version where appropriate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (AVRO-935) Update Java dependencies for 1.6.0

Posted by "Scott Carey (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13130076#comment-13130076 ] 

Scott Carey commented on AVRO-935:
----------------------------------

Works for me, though it won't get past the compiler project without -DfailIfNoTests=false for some reason.

cd lang/java
mvn test -Dtest=TestGenericData

works, but fails after the project with it in there.

It also works if I add 
<failIfNoTests>false</failIfNoTests>

to the surefire plugin configuration in lang/java/pom.xml
                
> Update Java dependencies for 1.6.0
> ----------------------------------
>
>                 Key: AVRO-935
>                 URL: https://issues.apache.org/jira/browse/AVRO-935
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>            Reporter: Scott Carey
>            Assignee: Scott Carey
>             Fix For: 1.6.0
>
>         Attachments: AVRO-935.patch
>
>
> Update Java dependencies to the latest version where appropriate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AVRO-935) Update Java dependencies for 1.6.0

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

Scott Carey updated AVRO-935:
-----------------------------

    Status: Patch Available  (was: Open)
    
> Update Java dependencies for 1.6.0
> ----------------------------------
>
>                 Key: AVRO-935
>                 URL: https://issues.apache.org/jira/browse/AVRO-935
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>            Reporter: Scott Carey
>            Assignee: Scott Carey
>             Fix For: 1.6.0
>
>         Attachments: AVRO-935.patch
>
>
> Update Java dependencies to the latest version where appropriate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AVRO-935) Update Java dependencies for 1.6.0

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

Scott Carey updated AVRO-935:
-----------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)
    
> Update Java dependencies for 1.6.0
> ----------------------------------
>
>                 Key: AVRO-935
>                 URL: https://issues.apache.org/jira/browse/AVRO-935
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>            Reporter: Scott Carey
>            Assignee: Scott Carey
>            Priority: Blocker
>             Fix For: 1.6.0
>
>         Attachments: AVRO-935.2.patch, AVRO-935.patch
>
>
> Update Java dependencies to the latest version where appropriate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (AVRO-935) Update Java dependencies for 1.6.0

Posted by "Doug Cutting (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13130064#comment-13130064 ] 

Doug Cutting commented on AVRO-935:
-----------------------------------

Hmm.  'mvn test' passes for me, but running individual tests with, e.g., 'mvn -Dtest=TestSchema' now fails.  That's not critical for the 1.6.0 release, but it's nice if it works for developers.  Any idea why this now fails?
                
> Update Java dependencies for 1.6.0
> ----------------------------------
>
>                 Key: AVRO-935
>                 URL: https://issues.apache.org/jira/browse/AVRO-935
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>            Reporter: Scott Carey
>            Assignee: Scott Carey
>             Fix For: 1.6.0
>
>         Attachments: AVRO-935.patch
>
>
> Update Java dependencies to the latest version where appropriate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (AVRO-935) Update Java dependencies for 1.6.0

Posted by "Doug Cutting (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13130120#comment-13130120 ] 

Doug Cutting commented on AVRO-935:
-----------------------------------

+1 for adding that to the surefire plugin configuration.
                
> Update Java dependencies for 1.6.0
> ----------------------------------
>
>                 Key: AVRO-935
>                 URL: https://issues.apache.org/jira/browse/AVRO-935
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>            Reporter: Scott Carey
>            Assignee: Scott Carey
>             Fix For: 1.6.0
>
>         Attachments: AVRO-935.patch
>
>
> Update Java dependencies to the latest version where appropriate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (AVRO-935) Update Java dependencies for 1.6.0

Posted by "Scott Carey (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13129253#comment-13129253 ] 

Scott Carey commented on AVRO-935:
----------------------------------

A few of the less obvious changes may need discussion:

Hadoop.  Should we go to 0.20.205.0 ?  This is probably more compatible with the versions that most people are using than 0.20.2.  But the API's we touch are probably all the same.

Jackson.  We are on 1.7.3.  We should definitely at least move to the latest bugfix release of 1.7.x.
1.7.9 is out
1.8.6 has recently been released
1.9.0 has recently been released

I will create a patch using Jackson 1.8.6 and Hadoop 0.20.205.
                
> Update Java dependencies for 1.6.0
> ----------------------------------
>
>                 Key: AVRO-935
>                 URL: https://issues.apache.org/jira/browse/AVRO-935
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>            Reporter: Scott Carey
>            Assignee: Scott Carey
>             Fix For: 1.6.0
>
>
> Update Java dependencies to the latest version where appropriate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AVRO-935) Update Java dependencies for 1.6.0

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

Scott Carey updated AVRO-935:
-----------------------------

    Attachment: AVRO-935.patch

Patch that updates Avro Java's dependency and plugin versions.  Also makes minor modifications to support changes to velocity and hadoop.  
The Hadoop change is the only one that may be an issue, though I think it is the right way to go since both 0.20.20x.y and CDH3 require the same change in API use.
                
> Update Java dependencies for 1.6.0
> ----------------------------------
>
>                 Key: AVRO-935
>                 URL: https://issues.apache.org/jira/browse/AVRO-935
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>            Reporter: Scott Carey
>            Assignee: Scott Carey
>             Fix For: 1.6.0
>
>         Attachments: AVRO-935.patch
>
>
> Update Java dependencies to the latest version where appropriate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (AVRO-935) Update Java dependencies for 1.6.0

Posted by "Scott Carey (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13133779#comment-13133779 ] 

Scott Carey commented on AVRO-935:
----------------------------------

committed in revision 1188005.
                
> Update Java dependencies for 1.6.0
> ----------------------------------
>
>                 Key: AVRO-935
>                 URL: https://issues.apache.org/jira/browse/AVRO-935
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>            Reporter: Scott Carey
>            Assignee: Scott Carey
>            Priority: Blocker
>             Fix For: 1.6.0
>
>         Attachments: AVRO-935.2.patch, AVRO-935.patch
>
>
> Update Java dependencies to the latest version where appropriate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AVRO-935) Update Java dependencies for 1.6.0

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

Doug Cutting updated AVRO-935:
------------------------------

    Priority: Blocker  (was: Major)

Upgrading to blocker as we prepare for 1.6.0.
                
> Update Java dependencies for 1.6.0
> ----------------------------------
>
>                 Key: AVRO-935
>                 URL: https://issues.apache.org/jira/browse/AVRO-935
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>            Reporter: Scott Carey
>            Assignee: Scott Carey
>            Priority: Blocker
>             Fix For: 1.6.0
>
>         Attachments: AVRO-935.patch
>
>
> Update Java dependencies to the latest version where appropriate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AVRO-935) Update Java dependencies for 1.6.0

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

Scott Carey updated AVRO-935:
-----------------------------

    Attachment: AVRO-935.2.patch

New patch, prevents surefire from failing tests when none are found.

Also updates netty and slf4j to the latest bugfix versions since they have had updates recently.

Lastly, moves all plugin versions in pom.xml and lang/java/pom.xml into properties at the top of the file, for easier updates going forward.
                
> Update Java dependencies for 1.6.0
> ----------------------------------
>
>                 Key: AVRO-935
>                 URL: https://issues.apache.org/jira/browse/AVRO-935
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>            Reporter: Scott Carey
>            Assignee: Scott Carey
>            Priority: Blocker
>             Fix For: 1.6.0
>
>         Attachments: AVRO-935.2.patch, AVRO-935.patch
>
>
> Update Java dependencies to the latest version where appropriate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (AVRO-935) Update Java dependencies for 1.6.0

Posted by "Doug Cutting (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13133185#comment-13133185 ] 

Doug Cutting commented on AVRO-935:
-----------------------------------

Scott, do you want to update this and commit it, or should I?
                
> Update Java dependencies for 1.6.0
> ----------------------------------
>
>                 Key: AVRO-935
>                 URL: https://issues.apache.org/jira/browse/AVRO-935
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>            Reporter: Scott Carey
>            Assignee: Scott Carey
>             Fix For: 1.6.0
>
>         Attachments: AVRO-935.patch
>
>
> Update Java dependencies to the latest version where appropriate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira