Releases: susom/vertx-base
Releases · susom/vertx-base
v2.4
- 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
- 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
v2.1
v2.0
- 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