ph-commons 9.3.6
·
1248 commits
to master
since this release
- Extended the
StreamHelperAPI with an even more flexiblecopyInputStreamToOutputStreammethod StreamHelper.getCopy[WithLimit]can now returnnullif copying fails- Added new classes around
com.helger.commons.codec.ICharArrayCodec - Added new class
RFC2616Codecto correctly encode and decode HTTP header values - Added new option in
HttpHeaderMap.getUnifiedValueto automatically quote the values if necessary - Added new overloads in
StackTraceHelperto use a custom line separator - Added new methods
CommonsAssert.assertNotEquals(boolean,boolean)