HHH-15415 Cleanup of JaxbXmlFormatMapper initialization
This commit is contained in:
parent
f6580ae520
commit
492b4aa540
|
@ -816,14 +816,7 @@ public class SessionFactoryOptionsBuilder implements SessionFactoryOptions {
|
||||||
if (jacksonFormatMapper != null) {
|
if (jacksonFormatMapper != null) {
|
||||||
return jacksonFormatMapper;
|
return jacksonFormatMapper;
|
||||||
}
|
}
|
||||||
|
return new JaxbXmlFormatMapper();
|
||||||
try {
|
|
||||||
return new JaxbXmlFormatMapper();
|
|
||||||
}
|
|
||||||
catch (NoClassDefFoundError ex) {
|
|
||||||
// Ignore
|
|
||||||
}
|
|
||||||
return null;
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue