v0.6.0
Major refactoring as we move towards 1.0.0
- partial rolling support has been added such that logrotate and other agents can rotate files with out data loss
- Unfortunately this feature requires some manual integration but In the future will make this easier and provide a Spring Boot actuator endpoint for rolling signaling.
- jlink was not working because of the eclipse null annotations missing
module-info.java
. The annotations are now marked asprovided
sojlink
will work. Thanks @bowbahdoe ! - rainbowgum-jdk module will now safely detect if
java.logging
is available and thus is now arequires static
. - property and builder error messaging has improved
What's Changed
New Contributors
Full Changelog: v0.5.0...v0.6.0