Releases: hazendaz/javabean-tester
Releases · hazendaz/javabean-tester
Javabean Tester 2.8.3
- library / plugin updates
Javabean Tester 2.8.2
- Library / Plugin Updates.
Javabean Tester 2.8.1
- dependency / plugin updates
- Add more tests
- Test cleanup
- Javadoc cleanup
- Update maven wrapper to 3.3.2
- Require maven 3.9.7 when building project - users can use whatever
- Bump fluido to 2.0.0-M9
Javabean Tester 2.8.0
- Update plugins / dependencies
- Fix and enhance extension class that can be automatically generated for equals testing
Javabean Tester 2.7.0
- update plugins
- update build libs
- update libs
- Add support for UUID and Instant., Thanks to @pthptht
- Updated GHA
Javabean Tester 2.6.3
No code change release!
- lib updates
- plugin updates
- eol markers fixed on files (no-op git need)
- update deprecated renovate config
- pom cleanup
- Merge jdk11on profile into main build as project requires java 11
- Update github actions to show projects works through java 23 (early access 22 / 23)
Javabean Tester 2.6.2
library updates and build updates around site. No user changes.
Javabean Tester 2.6.1
Users
- Require jdk 11 now
- Change deprecated isAccessible to canAccess for private constructor testing
- Make sure we set isAccessible back to false after we have tested it
Build
- Moved maven site to 4.0.0 alpha's and dropped changes / changelog plugins
- Run sortpom during builds now
- Make sure delombok uses latest lombok too
- Move coveralls to my fork / drop any javax namespace
- Support through jdk 22
- Cleanup m2e setup for java version
- Fix how annotation processors should work
Javabean Tester 2.6.0
- Use cglib without shaded asm
- Set asm to 9.5
Javabean Tester 2.5.3
- library updates
- build updates
- minor code cleanup
Note: Should work fine with jdk 21. We cannot show on build currently as we use lombok and lombok has not released support for jdk 21 yet.