alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Apache CXF example source code file (release_notes.txt)

This example Apache CXF source code file (release_notes.txt) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Apache CXF tags/keywords

apache, apache, cxf, cxf, httpconduit, if, jax-rs, jax-rs, soap/jms, soap/jms, support, the, wsdl, you

The Apache CXF release_notes.txt source code


Apache CXF 2.3.1 Release Notes

1. Overview

The 2.3.x versions of Apache CXF are significant new versions of CXF 
that provides several new features and enhancements.  

New features include: 
 * JAX-WS 2.2 Support
 * JAX-RS 1.1 Support
 * New annotations for Java first use cases to reduce the need for 
   external configuration and provide more control over the runtime and
   generated WSDL:
     * @WSDLDocumentation annotation to add documentation nodes to generated
       wsdl
     * @SchemaValidation annotation to turn on schema validation
     * @DataBinding to set the databinding used (if other than JAXB)
     * @GZIP to turn on GZIP compression
     * @FastInfoset to turn on FastInfoset support
     * @Logging to turn on and control various Logging functionality
     * @EndpointProperty to configure endpoint properties
     * @Policy to associate WS-Policy documents with the service
 * SOAP/JMS spec implementation.  While CXF has supported SOAP over JMS 
   since 2.0, there wasn't a standard specification to describe how it 
   should be done so different vendors did things differently and 
   interoperability was impossible.  The new SOAP/JMS specification support
   implements the new SOAP/JMS spec to achieve a higher degree of 
   interoperability.  The older SOAP/JMS configuration is still supported.
   WS-Addressing also now fully works with the JMS transport when used in
   conjunction with the SOAP/JMS spec implementation.
 * SDO databinding
 * Schema Validation support for Aegis Databinding if Woodstox 4 is used 
   for the Stax parser


2.3.1 fixes over 55 JIRA issues reported by users and the community.



2. Installation Prerequisites 

Before installing Apache CXF, make sure the following products,
with the specified versions, are installed on your system:

    * Java 5 Development Kit
    * Apache ant 1.6

2.1 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)

2.2 Apache Ant 1.6.5 (or newer, 1.7.0 should work as well)

To run samples included in the binary distribution of Apache CXF,
you must install the Apache Ant 1.6.5 build utility, which can be downloaded
from:

    http://ant.apache.org/bindownload.cgi

After installing Apache Ant, add the <AntInstallDir>/bin directory to your PATH.

For more details, see the Installation Guide.

3.  Integrating CXF Into You Application

If you use Maven to build your application, you need merely add
appropriate dependencies. See the pom.xml files in the samples.

If you don't use Maven, you'll need to add one or more jars to your
classpath. The file lib/WHICH_JARS should help you decide which 
jars you need.

4. 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.

5. 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


6. Migration notes:

See the migration guide at:
http://cxf.apache.org/docs/23-migration-guide.html
for caveats when upgrading from CXF 2.2.x to 2.3.x.


7. Specific issues, features, and improvements fixed in this version

Release Notes - CXF - Version 2.3.1


** Bug
    * [CXF-2839] - CXF HttpConduit doesn't read VM proxy settings
    * [CXF-2958] - CXF JAXRS Proxies can not handle explicilt collections of query and matrix parameters
    * [CXF-2992] - response context concurrent issue
    * [CXF-3022] - Integrating Spring 3 + GenericDAO (Don't repeat the DAO!) + CXF JAX-RS (JAXB Databinding) with a Generic Service Interface 
    * [CXF-3041] - AsymmetricBinding used only for response causes error
    * [CXF-3042] - SymmetricBinding used only for request causes error
    * [CXF-3057] - Only JAX-B sees @MTOM
    * [CXF-3058] - Aegis ignores MTOM threshold
    * [CXF-3059] -  idl2wsdl fails when constant is used to define boundary of sequence.
    * [CXF-3060] - AddressingFeature(true, true) does not work in client side when the wsa policy is not enforced
    * [CXF-3061] - Resolving a DTD from Schema fails when Endpoint definition uses wsdlLocation
    * [CXF-3065] - HTTPConduit does not respect HTTP 301 redirects responses to GET requests
    * [CXF-3068] - MimeBodyPartInputStream illegally returns "0" from a read call with chunked InputStream
    * [CXF-3069] - XmlElement(required=true) on @WebParam not honored in WSDL
    * [CXF-3073] - org/apache/cxf/transport/http/DigestAuthSupplier is not thread safe
    * [CXF-3075] - ConcurrentModificationException under load
    * [CXF-3076] - add catalog to avoid download schema files remotely
    * [CXF-3082] - EndpointImpl.publish() with no address throws NPE for service list
    * [CXF-3088] - UriBuilderImpl#clone does not clone leadingSlash
    * [CXF-3090] - JAX-RS Trailing slashes required for first access
    * [CXF-3091] - WSDLQueryHandler does not support URL encoded WSDL requests from clients
    * [CXF-3096] - Closing JMS endpoint always destroys SingleConnectionFactory
    * [CXF-3097] - ws-rm ImmediateAcknowledgement doesn't work for ws-rm client side
    * [CXF-3099] - Some samples still using Jetty 6
    * [CXF-3100] - HTTPConduit doesn't handle cookies when retransmitting in case of "401 Unauthorized" response
    * [CXF-3104] - @Mtom and  @MTOMFeature threshold configuration does not work
    * [CXF-3105] - jaxws customization parameter renaming not working
    * [CXF-3106] - JAXWS2.2: responses in @Addressing and @AddressingFeature does not work
    * [CXF-3107] - keep net.sf.cglib optional import version range same as it used in spring-beans 3.0.x
    * [CXF-3110] - jaxrs: ParameterizedTypeImpl cannot be cast to java.lang.Class
    * [CXF-3112] - Further problem with cookies in Jax-RS (similar to closed issue 3035)
    * [CXF-3114] - WS-RM's RMTxStore's does not recover stored sequences after restart
    * [CXF-3116] - NPE in HolderInInterceptor
    * [CXF-3122] - Async Handler for dispatch client is called twice in case of bad response message
    * [CXF-3126] - CXF example mvn -Pserver complain about the can't find right version of exec-maven-plugin
    * [CXF-3128] - @WebMethod(exclude=true) is not being honoured when generating WSDL
    * [CXF-3132] - asynchronous client can't get correct error if non-runtimeexcpetion happen
    * [CXF-3136] - context:annotation-config causes wsdl defined in jaxws:endpoint not to be found
    * [CXF-3147] - FormParam parsing fails when no content-type is provided
    * [CXF-3148] - CXF converts collections to arrays during serialization
    * [CXF-3149] - WebClient getCollection() doesn't work with Jackson's JSON Provider because it passes the wrong types to readFrom()
    * [CXF-3151] - Invalid WS-A ReplyTo constant value used by WS-RM
    * [CXF-3159] - JSONProvider has hard dependency on Jettison in Websphere

** Improvement
    * [CXF-3052] - Provide an optional support for decoupled fault destinations in case of one way requests
    * [CXF-3063] - Make it possible to use WSSE tokens for authorization decisions without extending WSS4JInInterceptor
    * [CXF-3067] - Remove duplicate code for handling WS-SP AlgorithmSuite assertions.
    * [CXF-3108] - Subclasses of RequestDispatcherProvider cannot add request parameters because RequestDispatcherProvider.HttpServletRequestFilter has private access
    * [CXF-3118] - CXF JAXRS client runtime should not require a servlet api dependency
    * [CXF-3127] - HttpConduit should not report IO exceptions in case of JAX-RS requests returning errors   
    * [CXF-3133] - Refactoring JAXRSInvoker to support CXF continuation better 
    * [CXF-3152] - Add support for processing a PKI Certificate Chain

** New Feature
    * [CXF-3072] - Support PKCS11 Provider for HTTP Transport
    * [CXF-3074] - Add a fork parameter in the cxf-java2ws-plugin

** Task
    * [CXF-3115] - Upgrade Spring version to 3.0.5.RELEASE
    * [CXF-3155] - Support ApplicationPath annotation






Other Apache CXF examples (source code examples)

Here is a short list of links related to this Apache CXF release_notes.txt source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.