Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

britter/bean-validators

Repository files navigation

bean-validators

Build Status Coverage Status Codacy Badge Maven Central License

Additional validator implementations for javax.validation. Most validators use Apache Commons Lang3 and Apache Commons Validator functionality to implement various validation routines.

More information can be found on the project website.

How to release

  • Set the version to be released in build.gradle.kts and commit and tag the change
  • Sign an arbitrary file to force gpg-agent to store the password for the gpg key (see gradle/gradle#11706)
  • Run ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
  • Deploy the site for the new version ./gradlew gitPublishPush
  • Set the version to the next SNAPSHOT version in build.gradle.kts and commit and push the change

License

Code is under the Apache Licence v2.

Additional Resources