ph-commons 9.3.8
·
1192 commits
to master
since this release
- Fixed method name in
RFC2616Codec-getMaximumEncodedLengthinstead ofgetEncodedLength; addedgetMaximumDecodedLength - Avoid double quoting in
HttpHeaderMap.getUnifiedValueif the value already seems to be quoted - Updated to BouncyCastle 1.64
- Added new interface
IBooleanConsumer - Added new method
CertificateHelper.isCertificateValidPerNow - Improved performance of
JsonParserwhen position tracking is disabled - Added possibility to read multiple JSON objects from a single source
- Added new classes
LoggingReaderandLoggingWriter - Added new classes
CountingReaderandCountingWriter JsonParser.parsenow returns an enum indicating EOI or not (incompatible change)- Improved performance of JsonParser by reusing buffers internally
- Added new class
MappedCachethat is a generalization ofCache. It adds a mapper to determine the cache key. - New parent POM 1.11.0 updates SLF4J to 1.7.29