Repository: cxf Updated Branches: refs/heads/master d58695e24 -> 44a2a4502
Update release notes Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/44a2a450 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/44a2a450 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/44a2a450 Branch: refs/heads/master Commit: 44a2a45027c51d005a725ad95ca8a57288e29e49 Parents: d58695e Author: Daniel Kulp <[email protected]> Authored: Fri Oct 30 15:30:07 2015 -0400 Committer: Daniel Kulp <[email protected]> Committed: Fri Oct 30 15:30:07 2015 -0400 ---------------------------------------------------------------------- distribution/src/main/release/release_notes.txt | 92 +++++++++----------- 1 file changed, 39 insertions(+), 53 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/44a2a450/distribution/src/main/release/release_notes.txt ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/release_notes.txt b/distribution/src/main/release/release_notes.txt index 160798a..74dd8d2 100644 --- a/distribution/src/main/release/release_notes.txt +++ b/distribution/src/main/release/release_notes.txt @@ -1,8 +1,8 @@ -Apache CXF 3.1.3 Release Notes +Apache CXF 3.1.4 Release Notes 1. Overview -The 3.1.3 version of Apache CXF is a significant new version of CXF +The 3.1.4 version of Apache CXF is a significant new version of CXF that provides several new features and enhancements. New features include: @@ -25,7 +25,7 @@ http://cxf.apache.org/docs/31-migration-guide.html for further information and requirements for upgrading from earlier versions of CXF. -3.1.3 fixes over 40 JIRA issues reported by users and the community. +3.1.4 fixes over 35 JIRA issues reported by users and the community. @@ -72,60 +72,46 @@ to 3.1. 7. Specific issues, features, and improvements fixed in this version ** Bug - * [CXF-6198] - No SOAPFault for HTTP error code 400 - * [CXF-6488] - Binding style vs part type R2203 And R2204 problems in wsdl document - * [CXF-6512] - The host property is missing in Swagger2 feature's configuration properties - * [CXF-6515] - provider sorting not right - * [CXF-6517] - Regression in 3.1.2 attachment handling - * [CXF-6522] - ThreadLocalInvocationHandler doesn't handle InvocationTargetException - * [CXF-6524] - Swagger 2 feature doesn't work with blueprint endpoints - * [CXF-6527] - WSDLRefValidator reject valid target reference URI/IRI - * [CXF-6534] - Kerberos delegation not possible if Authorization given - * [CXF-6535] - Swagger2Feature's properties cannot be set when using Blueprint - * [CXF-6536] - XML pretty printing produces double line spacing if incoming XML contains linefeeds - * [CXF-6542] - Setting the signature digest algorithm on the SAMLCallback does not work for WS-Security - * [CXF-6543] - It's not possible to specify the signature + digest algorithms for self-signed SAML Assertions with JAX-RS - * [CXF-6548] - LoggingOutInterceptor logs the wrong Content-Type for some scenarios - * [CXF-6550] - AsyncConduitHTTPFactory will throw NPE if passed properties are null - * [CXF-6551] - Digest authentication to intermediate HTTP proxy fails with 407 without retry - * [CXF-6552] - Multiple chained schema imports not handled correctly - * [CXF-6553] - Unable to override Content-Type on GET requests - * [CXF-6558] - DefaultEncryptingOAuthDataProvider.getAccessToken throws SecurityException on invalid accessToken format - * [CXF-6559] - AbstractOAuthDataProvider.refreshAccessToken method can't handle an invalid refresh token - * [CXF-6561] - ResourceOwnerGrantHandler: ResourceOwnerLoginHandler can't return null or throw exception - * [CXF-6570] - FormattedServiceListWriter - meta http-equiv value not quoted - * [CXF-6574] - Issue with Digest Authentication - * [CXF-6575] - WS-A Action generation defect - * [CXF-6577] - MessageContextImpl needs to get a property from a current message first - * [CXF-6579] - Inflated tokens can be corrupted if compression ratio is greater than 2:1 - * [CXF-6580] - wsdl2java - Issue with import to default namespace - * [CXF-6582] - Support newer symmetric signature algorithms with WS-SecurityPolicy - * [CXF-6583] - MessageListenerTest#testLocalTransaction fails intermittently - * [CXF-6584] - EncryptSignature is ignored - * [CXF-6585] - Possible to send invalid Soap 1.2 faults - * [CXF-6588] - NPE in providers.getMessageBodyReader - * [CXF-6590] - MAPCodec: memory leak with sync client when soapfaults returned from endpoint - * [CXF-6591] - Aegis DataSourceType.getBytes fails to close the InputStream fetched from DataSource, which prevents the underlying file to be deleted on Windows - * [CXF-6592] - Maven[cxf-java2wadl-plugin] when stylesheetReference are set,package ended with Nullpoint Error - * [CXF-6593] - Some thread-local contexts may get lost on the client side after a refresh + * [CXF-6347] - CXF bundle activators not called in Eclipse/Equinox + * [CXF-6493] - cxf-rt-transports-http-3.1.1.jar contains OSGi interface classes + * [CXF-6595] - CXF Karaf feature file: set dependency = true in the jta bundle for CXF + * [CXF-6599] - CXF ProxyHelper might cause OOM like conditions + * [CXF-6600] - Sudden repeating NPE on token request by STSClient + * [CXF-6601] - Swagger2Feature can hit a NPE when running in localtransport + * [CXF-6602] - Digest algorithms are not set properly when derived keys are used + * [CXF-6607] - Cached STS-issued tokens are not renewed on expiry in delegation scenario + * [CXF-6613] - java.lang.NoSuchFieldError: REFLECTION in CFX 3.1.4-SNAPSHOT + * [CXF-6614] - "Comparison method violates its general contract" in DestinationRegistryImpl.getSortedDestinations + * [CXF-6615] - the order of attributes in SubjectDN of certificate shouldn't be significant + * [CXF-6616] - need always close the CipherOutputStream when the encryption is done to get the complete content + * [CXF-6620] - Fix DefaultSubjectProvider to support NameID formats other than âunspecifiedâ + * [CXF-6621] - Schema imports are not handled correctly in generated WSDL and XSD files when using catalog rewrites + * [CXF-6629] - ConcurrentModificationException at AbstractResourceInfo.clearProxies() + * [CXF-6630] - Cannot call setAttribute with a null name + * [CXF-6632] - Memory leak due to literal keys in WSDLDefinition map + * [CXF-6637] - @GZIP and similar CXF annotations are not recognized if set on super classes + * [CXF-6638] - AsyncHTTPConduit does not allow body payloads with "PATCH" method + * [CXF-6642] - Memory Leak in ResponseImpl.readEntity() + * [CXF-6648] - Wildcard Content-Type is set for GET + * [CXF-6653] - NPE may result while generating a SequenceFault in WS-RM 1.1 + * [CXF-6655] - Error Invalid address. Endpoint address cannot be null + * [CXF-6657] - CXF Failover using JAXRS prevents header retrieval from ResponseExceptionMappers ** Improvement - * [CXF-6509] - CXF is mysterious about invalid JAX-RS bean classes - * [CXF-6521] - RS SAML Out Interceptors should be able to reuse tokens set by STSTokenOutInterceptor - * [CXF-6525] - Support for http://docs.oasis-open.org/wss/oasis-wss-SwAProfile-1.1#Attachment-Content-Only when using WSS-Policy - * [CXF-6538] - Let users disable sending Content-Type with empty requests with URLConnection conduit - * [CXF-6557] - Use the default swagger-ui html page in swagger2 sample - * [CXF-6562] - ResourceOwnerGrantHandler: doesn't have getter for loginHandler - * [CXF-6563] - Various java2wadl-plugin improvements - * [CXF-6565] - DOM4JProvider should support suppressing XML declarations - * [CXF-6566] - Update WADLGenerator to avoid converting existing resources to DOM - * [CXF-6568] - Default WebApplicationExceptionMapper should be optionally made less specific - * [CXF-6571] - Adding an option in Swager2Feature to scan non-swagger annotated resources - * [CXF-6586] - Missing some bean properties in Swagger2Feature + * [CXF-5606] - WADL to Java code generator should translate wadl:doc into Java documentation + * [CXF-6623] - Add support for nested @BeanParam's + * [CXF-6625] - Wadl-to-Java should be able to generate custom method annotation classes + * [CXF-6633] - Enhance Swagger feature with optional dynamic basePath, tags and Javadocs handling + * [CXF-6634] - Move DocumentationProvider interface out of .model.wadl. package + * [CXF-6643] - Upgrade Apache HTrace to 4.0 + * [CXF-6644] - Move Basic JSON parser code into a dedicated module + * [CXF-6645] - Introduce a 'jose.debug' property + * [CXF-6649] - Add Karaf feature cxf-rs-description-swagger2 + * [CXF-6658] - Make ServletContextResourceResolver optionally ignored ** Task - * [CXF-6530] - Add a webapp version of Swagger2Feature sample using spring - * [CXF-6541] - Add an OSGi version of Swagger2Feature sample using blueprint + * [CXF-6503] - Investigate if WADL JavaDocProvider can report JavaDocs of inherited methods +
