Skip to content

ph-commons 11.0.3

Choose a tag to compare

@phax phax released this 16 Apr 12:15
· 561 commits to master since this release
  • Updated to BouncyCastle 1.73
  • Deprecated classes AbstractJAXBBuilder and AbstractWritingJAXBBuilder for removal
  • Classes LoggingJAXBReadExceptionHandler and LoggingJAXBWriteExceptionHandler received a singleton accessor field
  • Extended IKeyStoreType interface with method isKeyStorePathRequired
  • Added new enum entry EKeyStoreType.PKCS11 for support of PKCS11 - see PR #34 - thx @sopgreg
  • Deprecated classes JAXBDocumentType and IJAXBDocumentType
  • The GenericJAXBMarshaller now has an API to disable the usage of XML Schema that applies for reading, writing and validation
  • Added an optional progress callback to the StreamHelper.copy(Byte|Char)Stream builders

What's Changed

  • Support PKCS11 KeyStores without keyStorePath by @sopgreg in #34

New Contributors

Full Changelog: ph-commons-parent-pom-11.0.2...ph-commons-parent-pom-11.0.3