Skip to content

Releases: susom/vertx-base

v2.4

23 Aug 05:10
Compare
Choose a tag to compare
  • Bug fixes and minor improvements in the PasswordOnlyAuthenticator (new in 2.3)
    • Error loading resources from a jar on the classpath (FileSystemNotFoundException)
    • Unhelpful NullPointerException if you didn't set passwordonly.jwt.secret property
    • Make the login page resource configurable via passwordonly.template.resource property

v2.3

20 Aug 06:14
Compare
Choose a tag to compare
  • Add a new authenticator PasswordOnlyAuthenticator
    • Similar to form-based login, but with no username
    • Example of how to use this is PasswordOnlySample
  • Upgrade spring-core dependency to 5.3.20
  • Upgrade jackson-databind dependency to 2.13.2.2

v2.2

25 Apr 08:59
Compare
Choose a tag to compare
  • Downgrade database library to 3.3 to ensure compatibility with Vert.x 3
  • Add vertx-codegen library again to avoid breaking projects that had relied on it
  • Add jackson-databind again to avoid breaking things, and override to 2.12.6.1 for security

v2.1

22 Apr 22:28
Compare
Choose a tag to compare
  • Avoid defaulting authentication to SAML, since it was removed
  • Surface susom/database as a hard dependency (at version 4.0), and stop shading it because the database health check won't work

v2.0

20 Apr 03:58
Compare
Choose a tag to compare
  • Upgrade Vert.x from 3.6.3 to 3.9.13
  • Upgrade susom/database from 3.1 to 4.0
  • Upgrade commons-lang3 from 3.2.1 to 3.12.0
  • Upgrade Spring core from 4.3.26 to 5.3.18 and jcl-over-slf4j from 1.7.30 to 1.7.36
  • Upgrade OWASP encoder from 1.2.2 to 1.2.3
  • Upgrade Google OAuth from 0.20.0 to 1.6.0
  • Upgrade Nimbus Jose JWT from 7.9 to 9.21
  • Switch from log4j 1.2 to reload4j (test only) and upgrade JUnit and HSQLDB
  • Migrate DatabaseHealthCheck from susom/database-goodies and remove that dependency (to avoid many Google Cloud libraries)
  • Remove SAML and related pac4j and other libraries
  • Remove Jackson databind
  • Remove Vert.x codegen library

v1.1

19 Feb 23:53
Compare
Choose a tag to compare
  • Update vert.x to 3.6.3
  • Update database to 3.1
  • Various minor version bumps

v1.0

09 Aug 21:56
Compare
Choose a tag to compare

Initial release to get artifacts into public Maven repositories.