Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 361578 checked in

Bug 361578 - JAXBException logged when @XmlAnyAttribute is on property of sub-type of Map.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=361578

 

- Changed AnnotationProcessor to check if property type is assignable from java.util.Map instead of comparing it directly with “java.util.Map”.

- Added a regression test.

 

Reviewed By: Rick Barkhouse

Testing: Moxy JUnit Tests & JAXB TCK Tests Passed.

 

Checked into trunk (2.4) at r10649


Back to the top