[
https://issues.apache.org/jira/browse/CXF-6138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14236991#comment-14236991
]
ASF GitHub Bot commented on CXF-6138:
-------------------------------------
GitHub user paul-mcculloch opened a pull request:
https://github.com/apache/cxf/pull/36
CXF-6138 JAXB unmarshaller Properties cleared by initialize()
The existing functionality, of setting an empty HashMap for
unmarshallerProperies upon initialize() is now conditional upon the existing
value being null or empty.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/paul-mcculloch/cxf master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cxf/pull/36.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 #36
----
commit 8633d16103a9a331b18f7dcc60379c1b782b14a9
Author: paul <[email protected]>
Date: 2014-12-06T22:04:08Z
CXF-6138 JAXB unmarshaller Properties get overwriten on a call to
initialize()
commit 2d5ca823a398948baf481b113367984176d625c2
Author: paul <[email protected]>
Date: 2014-12-06T22:15:02Z
CXF-6138 JAXB unmarshaller Properties get overwriten on a call to initialize
commit e050e7ad11c71b9a44f267295c85434efb6dacab
Author: paul <[email protected]>
Date: 2014-12-06T22:31:55Z
Fix style
----
> JAXB unmarshaller Properties can't be configured
> ------------------------------------------------
>
> Key: CXF-6138
> URL: https://issues.apache.org/jira/browse/CXF-6138
> Project: CXF
> Issue Type: Bug
> Components: JAXB Databinding
> Affects Versions: 3.0.2
> Reporter: Paul McCulloch
>
> The unmarshaller properties are overwritten with an empty map during
> initialisation.
> If a value for this property is configured before this , for example with
> Spring, then these values are ignored.
> The relevant code is org.apache.cxf.jaxb.JAXBDataBinding.initialize(Service)
> line 308 & appears to have been introduced at 2.7.9
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)