Skip to content

ph-commons 9.3.8

Choose a tag to compare

@phax phax released this 08 Nov 06:49
· 1192 commits to master since this release
  • Fixed method name in RFC2616Codec - getMaximumEncodedLength instead of getEncodedLength; added getMaximumDecodedLength
  • Avoid double quoting in HttpHeaderMap.getUnifiedValue if the value already seems to be quoted
  • Updated to BouncyCastle 1.64
  • Added new interface IBooleanConsumer
  • Added new method CertificateHelper.isCertificateValidPerNow
  • Improved performance of JsonParser when position tracking is disabled
  • Added possibility to read multiple JSON objects from a single source
  • Added new classes LoggingReader and LoggingWriter
  • Added new classes CountingReader and CountingWriter
  • JsonParser.parse now returns an enum indicating EOI or not (incompatible change)
  • Improved performance of JsonParser by reusing buffers internally
  • Added new class MappedCache that is a generalization of Cache. It adds a mapper to determine the cache key.
  • New parent POM 1.11.0 updates SLF4J to 1.7.29