CXF 2.5.7 Release Notes
Overview
Apache CXF 2.5.7 delivers the latest set of patches and bug fixes for Apache CXF 2.5.x. This release fixes over 35 JIRA issues that have been reported by users.
Download
Installation Prerequisites
Before installing Apache CXF, make sure the following products,
with the specified versions, are installed on your system:
- Java 5 Development Kit
- Maven 2.2.1 or later
Java 5 Development Kit
You must install the J2SE Development Kit (JDK) 5.0, which can be downloaded
from:
http://java.sun.com/j2se/1.5.0/download.jsp
After installing the JDK, set or modify the following environment variables:
- JAVA_HOME – set this environment variable
to point at the root directory of the JDK 5.0 installation.
- PATH – make sure that your PATH includes:
%JAVA_HOME%\bin (Windows)
$JAVA_HOME/bin (UNIX)
Building the Samples
Building the samples included in the binary distribution is easy. Change to
the samples directory and follow the build instructions in the README.txt file
included with each sample.
Reporting Problems
If you have any problems or want to send feedback of any kind, please e-mail the
cxf dev list, dev@cxf.apache.org. You can also file issues in JIRA at:
http://issues.apache.org/jira/browse/CXF
Changelog
For a more detailed view of new features and bug fixes, see the release notes.
|
|
|
CXF-4683
|
workqueue configuration in BP does not derive the id attribute from the name attribute
|
Akitoshi Yoshida
|
Akitoshi Yoshida
|
|
Closed
|
Fixed
|
Dec 06, 2012
|
Dec 19, 2012
|
|
|
CXF-4679
|
STS onBehalfOf validation should throw exception for invalid tokens in issue operation
|
Colm O hEigeartaigh
|
Yogesh Chawla
|
|
Closed
|
Fixed
|
Dec 05, 2012
|
Dec 19, 2012
|
|
|
CXF-4678
|
ConcurrentModificationException from WS-RM's RMOutInterceptor's acknowledgement update code
|
Akitoshi Yoshida
|
Akitoshi Yoshida
|
|
Closed
|
Fixed
|
Dec 05, 2012
|
Dec 19, 2012
|
|
|
CXF-4665
|
cxf-utils.js missing from release zip file
|
Glen Mazza
|
Erhard Trudrung
|
|
Closed
|
Fixed
|
Nov 29, 2012
|
Dec 19, 2012
|
|
|
CXF-4659
|
Policy configuration in spring cause SAXParseException if no internet connection available
|
Daniel Kulp
|
Alexey Markevich
|
|
Closed
|
Fixed
|
Nov 28, 2012
|
Dec 19, 2012
|
|
|
CXF-4655
|
Enforce SAML SubjectConfirmation requirements for the non WS-SecurityPolicy case
|
Colm O hEigeartaigh
|
Colm O hEigeartaigh
|
|
Closed
|
Fixed
|
Nov 27, 2012
|
Dec 19, 2012
|
|
|
CXF-4654
|
cxf:list-buses - Table layout should be aligned if bus name is long
|
Freeman Yue Fang
|
Claus Ibsen
|
|
Closed
|
Fixed
|
Nov 27, 2012
|
Dec 19, 2012
|
|
|
CXF-4652
|
Additional namespace is added when web service provider implements Provider<DOMSource>
|
Freeman Yue Fang
|
Hong Fang Han
|
|
Closed
|
Fixed
|
Nov 26, 2012
|
Jul 16, 2013
|
|
|
CXF-4647
|
A wrong soap action when using ws-addressing may lead to an empty response or the fault with the wrong action
|
Akitoshi Yoshida
|
Akitoshi Yoshida
|
|
Closed
|
Fixed
|
Nov 22, 2012
|
Dec 19, 2012
|
|
|
CXF-4646
|
Use AlgorithmSuite functionality in WSS4J 1.6.8
|
Colm O hEigeartaigh
|
Colm O hEigeartaigh
|
|
Closed
|
Fixed
|
Nov 22, 2012
|
Dec 19, 2012
|
|
|
CXF-4643
|
Initial non-GET request returns 404 if it has query parameters
|
Sergey Beryozkin
|
Jason Gustafson
|
|
Closed
|
Fixed
|
Nov 21, 2012
|
Dec 19, 2012
|
|
|
CXF-4640
|
@PostConstruct methods invoked twice in Spring projects when using OSGi even with fix for CXF-3959
|
Freeman Yue Fang
|
Will Lauer
|
|
Closed
|
Fixed
|
Nov 16, 2012
|
Dec 19, 2012
|
|
|
CXF-4631
|
HttpUtils.toAbsoluteUri should use request.getServerPort() instead of request.getLocalPort()
|
Sergey Beryozkin
|
Jakub Bocheński
|
|
Closed
|
Fixed
|
Nov 13, 2012
|
Dec 19, 2012
|
|
|
CXF-4630
|
local part cannot be "null" when creating a QName
|
Daniel Kulp
|
Thomas Schurins
|
|
Closed
|
Fixed
|
Nov 13, 2012
|
Dec 19, 2012
|
|
|
CXF-4629
|
Security issue with GET methods: WSS4JInInterceptor always allows HTTP Get requests from browser
|
Daniel Kulp
|
Oleh Faizulin
|
|
Closed
|
Fixed
|
Nov 12, 2012
|
Dec 19, 2012
|
|
|
CXF-4623
|
Marshalling Error during asynchronous service invocation when adding a soap header using a SOAPHandler
|
Freeman Yue Fang
|
Ralf Brese
|
|
Closed
|
Fixed
|
Nov 08, 2012
|
Jul 16, 2013
|
|
|
CXF-4622
|
cxf:list-endpoints - Add option to list the full url of the service
|
Freeman Yue Fang
|
Freeman Yue Fang
|
|
Closed
|
Fixed
|
Nov 08, 2012
|
Dec 19, 2012
|
|
|
CXF-4620
|
Exception at compilation when a 'space' character is present in maven local repository path
|
Freeman Yue Fang
|
Hervé Barrault
|
|
Closed
|
Fixed
|
Nov 07, 2012
|
Dec 19, 2012
|
|
|
CXF-4619
|
cxf:list-endpoints - Duplicate headers if multiple endpoints installed
|
Freeman Yue Fang
|
Freeman Yue Fang
|
|
Closed
|
Fixed
|
Nov 07, 2012
|
Dec 19, 2012
|
|
|
CXF-4618
|
DataSourceProvider is not closing inputstream acquired from DataSource
|
Daniel Kulp
|
Steve Hodecker
|
|
Closed
|
Fixed
|
Nov 06, 2012
|
Dec 19, 2012
|
|