Skip to content

ph-commons 11.0.0

Compare
Choose a tag to compare
@phax phax released this 12 Sep 08:13
· 240 commits to master since this release
  • Requires Java 11 as the baseline
  • Updated to BouncyCastle 1.71.1
  • Updated to JAXB 4.0.0
  • Updated to JAX-WS 4.0.0
  • Updated to SLF4J 2.0.0
  • Removed all classes and methods marked as deprecated
  • By default all XML processing disables DTD processing and disallows all external entities
  • Renamed IConfigurationValueProviderWithPriorityCallback method onConfigurationSource to onConfigurationValueProvider
  • Added additional overloads of XMLOffset(Date|Time|DateTime).of without ZoneOffset
  • Renamed JAXBMarshallerHelper.(is|get|set)Sun to (is|get|set)Jakarta - this is an backwards incompatible change, even though that part should not be used externally anyway
  • Added new interface IIterableConfigurationSource to enumerate all available configuration items
  • The default TransformerFactory created in XMLTransformerFactory uses now the secure reading
  • Made silent mode in class SystemProperties customizable
  • Class GenericJAXBMarshaller now works on ValidationEventHandler directly instead of the factory
  • Class GenericJAXBMarhsaller now also implements IJAXBValidator

What's Changed

Full Changelog: ph-commons-parent-pom-10.2.0...ph-commons-parent-pom-11.0.0