Skip to content

Stringprep Java 2.1

Latest
Compare
Choose a tag to compare
@jorsol jorsol released this 02 Apr 09:09
· 16 commits to main since this release
9a274f9

🐛 Bug Fixes

  • Stringprep::getProvider was not working on the module path.

✨ New features

  • The Profile interface now has overloaded methods with char[] versions.

🏗️ Improvements

  • The Java modules profiles com.ongres.saslprep and com.ongres.nameprep have implied readability with com.ongres.stringprep.
  • Exports the packages of the profiles in the module declaration to allow creating instances without the ServiceLoader lookup.
  • Introduce the annotation @ProfileName to declare the name of the profile used for ServiceLoader lookup.
  • Now the released jars are reproducible.
  • Publish CycloneDX SBOM.