Skip to content

1.3.1

Compare
Choose a tag to compare
@AlexisJehan AlexisJehan released this 22 Dec 20:30

API changes

io.crypto

  • Add StandardKeyFactories, StandardKeyPairGenerators and StandardSignatures classes

io.crypto.StandardCiphers

  • Add the getAesGcmInstance() method

lang.array.ByteArrays

  • Rename the ofHexString() method to ofHexadecimalString()
  • Rename the toHexString() method to toHexadecimalString()

lang

  • Add the Comparables class

lang.Strings

  • Add multiple split() methods

misc.quality.Ensure

  • Add notNullAndEqualTo(), notEqualTo(), notNullAndNotEqualTo(), notNullAndLowerThan(),
    notNullAndLowerThanOrEqualTo(), notNullAndGreaterThan(), notNullAndGreaterThanOrEqualTo() and
    notNullAndBetween() methods

util.NullableOptional

  • Add the orElseThrow() method

Notes

  • Update junit-jupiter-api and junit-jupiter-engine dependencies to 5.3.2