Skip to content

ph-commons 9.2.1

Choose a tag to compare

@phax phax released this 23 Jan 20:55
· 1371 commits to master since this release
  • Improved API of JsonParseException
  • Added additional default MicroTypeConverter registrations (File, Path, URL and URI)
  • Added special implementation of IHasInputStream for NonBlockingByteArrayOutputStream
  • Added enum entry EXMLSerializeXMLDeclaration.EMIT_NO_NEWLINE
  • Extended internal API of AbstractMapBasedWALDAO to allow for not invoking the callbacks
  • Added method ConfigFileBuilder.addPathFromEnvVar to get the configuration file path from an environment variable
  • Added new keystore type BCFKS - see issue #13
  • Added new constructor for MapEntry to take Map.Entry
  • Added new default methods to classes IHasDimension* (isLandscape, isPortrait and isQuadratic)
  • MimeTypeContent is now serializable
  • The OSGI export for submodule ph-scopes was corrected - see issue #14
  • Added static factory methods for ByteArrayWrapper