[ https://issues.apache.org/jira/browse/CXF-7405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16047757#comment-16047757 ]
ASF GitHub Bot commented on CXF-7405: ------------------------------------- GitHub user asoldano opened a pull request: https://github.com/apache/cxf/pull/282 [CXF-7405] Removal of commons-lang dependency and upgrade to Velocity 2 Initial proposal for fixing CXF-7405. Two notes: 1) I had to build Velocity from sources from its 2.0 tag at https://github.com/apache/velocity-engine.git ; can we push the binaries to the maven repo? 2) I'm not sure what to do with the logger at tools/common/src/main/java/org/apache/cxf/tools/common/VelocityGenerator.java , see commented code there. You can merge this pull request into a Git repository by running: $ git pull https://github.com/asoldano/cxf velocity2 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cxf/pull/282.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #282 ---- commit d72c13d9fa3bc5fe01d236ae9e55163ebc3d5992 Author: Alessio Soldano <asold...@redhat.com> Date: 2017-06-12T23:49:16Z [CXF-7405] Removal of commons-lang dependency and upgrade to Velocity 2 ---- > Upgrade to commons-lang3 and Velocity 2 > --------------------------------------- > > Key: CXF-7405 > URL: https://issues.apache.org/jira/browse/CXF-7405 > Project: CXF > Issue Type: Task > Components: JAXB Databinding, Tooling > Reporter: Alessio Soldano > Assignee: Alessio Soldano > Fix For: 3.2.0 > > > The master (3.2.0-SNAPSHOT) seems to be moving towards using commons-lang3 > instead of commons-lang. The cxf xjc plugin 3.1.0 is also requiring > commons-lang3. However, at the moment both versions are still pulled, > basically because of velocity 1.7 transitive dependencies. > It would really make sense to finish up the migration to newer commons-lang3, > by also upgrading velocity from 1.7 to 2.0. -- This message was sent by Atlassian JIRA (v6.4.14#64029)