Have package naming more closely follow Appendix D.5.1 of JAXB 2.0/2.2
specification
------------------------------------------------------------------------------------
Key: CXF-2917
URL: https://issues.apache.org/jira/browse/CXF-2917
Project: CXF
Issue Type: Improvement
Components: JAXB Databinding
Affects Versions: 2.3
Reporter: Glen Mazza
Assignee: Glen Mazza
Priority: Minor
Thread on this issue is here:
http://cxf.547215.n5.nabble.com/Missing-piece-of-urn-in-class-name-td2112085.html#a2112085
Mainly, two changes:
>From JAXB 2.2, Section D.5.1 (equivalent in earlier 2.0+ versions of JAXB):
Rule #1) Since there is no formal syntax to identify the optional URI scheme,
re-strict the schemes to be removed to case insensitive checks for schemes "
http " and "urn ".
CXF was removing *all* schemes, with the change it will remove just those two.
Rule #2) Remove the trailing file type, one of .?? or .??? or .html.
CXF was removing *everything* after the period, now just removing those three
cases.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.