Re: RFR: 8134111: Unmarshaller unmarshalls XML element which doesn't have the expected namespace

2016-03-31 Thread Lance Andersen
Changes for 9 and 8u look fine > On Mar 31, 2016, at 3:39 PM, Aleksej Efimov wrote: > > Hi, > > Please, help to review the fix for JDK-8134111 [1]. This bug was already > resolved in standalone JAXB project and was integrated to JDK9 as part of > JAXWS/B sync

RFR: 8134111: Unmarshaller unmarshalls XML element which doesn't have the expected namespace

2016-03-31 Thread Aleksej Efimov
Hi, Please, help to review the fix for JDK-8134111 [1]. This bug was already resolved in standalone JAXB project and was integrated to JDK9 as part of JAXWS/B sync process [2]. The changes that fixed the incorrect unmarshalling behavior are located in StructureLoader class [3]. JDK9 change