JAXBUtils#getValidClass ignores classes with private default constructors
-------------------------------------------------------------------------
Key: CXF-2635
URL: https://issues.apache.org/jira/browse/CXF-2635
Project: CXF
Issue Type: Bug
Components: JAXB Databinding
Affects Versions: 2.2.5
Reporter: Valdis Rigdon
JAXBUtils#getValidClass attempts to see if there is a default constructor on
the given Class object. JAXB can handle private default constructors and this
check only looks for public ones.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.