soi-toolkit / soi-toolkit-mule

SOI Toolkit and Mule ESB
Apache License 2.0
6 stars 1 forks source link

Upgrade cxf-codegen-plugin to the same version that comes with Mule ESB #330

Closed hdahl closed 9 years ago

hdahl commented 9 years ago

Original issue 330 created by soi-toolkit on 2013-01-23T21:11:16.000Z:

The cxf-codegen-plugin version used by soi-toolkit is v2.1.9 while Mule ESB v3.3.x is using cxf v2.5.1.

This cause problems when upgrading to Java SE 7.

hdahl commented 9 years ago

Comment #1 originally posted by soi-toolkit on 2013-01-23T22:11:48.000Z:

<empty>

hdahl commented 9 years ago

Comment #2 originally posted by soi-toolkit on 2013-10-17T01:28:39.000Z:

Seems like CXF became Java7-ready with 2.5.1: https://issues.apache.org/jira/browse/CXF-3904 which is also the version in Mule 3.3.0 - 3.4.0.

hdahl commented 9 years ago

Comment #3 originally posted by soi-toolkit on 2013-10-17T01:38:53.000Z:

The soi-tk parent pom and the default-parent-pom already specifies 2.5.1 - was fixed with issue 335.

Closing this as duplicate of issue 335.