Release Notes
v5.19.7 on the GitHub
New Features
Core:
- Supported Java 9
Improvements
Core:
- Added isNotEmpty() function as more verbose instead of !isEmpty()
- Supported null values in all comparison and logical operators (null-safety)
Repository:
- Replaced Timer with ScheduledThreadPoolExecutor to avoid issues with changing system time
Fixed Bugs
- Fixed an issue with allTrue() and anyTrue() functions