Skip to content

ph-commons 9.3.6

Choose a tag to compare

@phax phax released this 28 Aug 07:03
· 1248 commits to master since this release
  • Extended the StreamHelper API with an even more flexible copyInputStreamToOutputStream method
  • StreamHelper.getCopy[WithLimit] can now return null if copying fails
  • Added new classes around com.helger.commons.codec.ICharArrayCodec
  • Added new class RFC2616Codec to correctly encode and decode HTTP header values
  • Added new option in HttpHeaderMap.getUnifiedValue to automatically quote the values if necessary
  • Added new overloads in StackTraceHelper to use a custom line separator
  • Added new methods CommonsAssert.assertNotEquals(boolean,boolean)