Skip to content

ph-commons 9.1.3

Choose a tag to compare

@phax phax released this 19 Jul 16:54
· 1544 commits to master since this release
  • Updated to BouncyCastle 1.60
  • Extended LogHelper to have overloads with Supplier<String>
  • Added new Commons...Map constructors with parameters Map, Function, Function
  • Added new class LanguageCache
  • Added new CommonsArrayList static factory methods
  • Deprecated all the ChangeLog classes - they will be moved to ph-less-commons in v9.2
  • Added new interface IHasByteArray
  • Implementing IHasByteArray in ReadableResourceByteArray, ByteArrayInputStreamProvider, MessageDigestValue
  • Added new class ByteArrayWrapper
  • Added new method NonBlockingByteArrayOutputStream.getBufferOrCopy() that copies only on demand
  • Added new ArrayHelper.startsWith overloads
  • Added static factory methods in CommonsCopyOnWriteArrayList
  • The internal logger name was changed from s_aLogger to LOGGER
  • Extended IPrivilegedAction with new static methods
  • Added new class Predicates with basic typed predicates for primitive types
  • Added some static IBooleanPredicate factory methods
  • Added ToStringGenerator.appendPasswordIf method
  • Added equals implementation to PasswordAuthentication