Merge branch '5.3.x'
This commit is contained in:
@@ -126,7 +126,7 @@ public class Jaxb2UnmarshallerTests extends AbstractUnmarshallerTests<Jaxb2Marsh
|
||||
|
||||
@Test
|
||||
@SuppressWarnings("unchecked")
|
||||
public void unmarshalAnXmlReferingToAWrappedXmlElementDecl() throws Exception {
|
||||
public void unmarshalAnXmlReferringToAWrappedXmlElementDecl() throws Exception {
|
||||
// SPR-10714
|
||||
unmarshaller = new Jaxb2Marshaller();
|
||||
unmarshaller.setPackagesToScan(new String[] { "org.springframework.oxm.jaxb" });
|
||||
|
||||
Reference in New Issue
Block a user