v3.7.0
fmbenhassine
released this
18 Jun 23:14
·
313 commits
to master
since this release
This is a minor release and can be a drop-in replacement of v3.6.
Here are the main changes introduced in this version:
New Features
- issue #246 : Add ability to randomize types with protected constructor
- issue #250 : Add ability to randomize types with Bean Validation annotations placed on getters
Fixed Bugs
- issue #258 : Dependency check issue
Enhancements
- issue #243 : Make random-beans build on java 9
- issue #252 : refactor the objects stream to generate values lazily
- issue #253 : improve code of getting the wrapper type of a primitive type
We would like to thank @murphd40 , @sparty02 , @VanOvermeire , @pgaschuetz and @huningd for their contributions to this release. A big thank goes to @PascalSchumacher for his amazing work on random beans!