thinBackup-1.15
·
357 commits
to master
since this release
What's Changed
General
- This is a maintenance release mainly focussing on replacing deprecated methods or classes and minor improvements.
- The CI now runs on Java 11 and 17. So the plugin currently supports Java 8, 11 and 17!
Internal
- Update Jenkinsfile to also run on Java 17 by @StefanSpieker in #67
- Bump bom-2.346.x from 1706.vc166d5f429f8 to 1757.vf3c66da_b_7492 by @dependabot in #56 , #62 , #64 and #70
- SpotBugs fixes by @StefanSpieker in #60 and #66
- Converted some Tests from JUnit 4 to JUnit 5 by @StefanSpieker in #65 , #68 and #71
- Refactoring: Use AsyncPeriodicWork from jenkins and not the customized one by @StefanSpieker in #55
- removed unneeded suppressions by @StefanSpieker in #58
- Fixed some deprecation warnings by @StefanSpieker in #59
- Added missing not null asserts by @StefanSpieker in #69
- Updated readme by @StefanSpieker in #72
- Minor improvements around null checks by @StefanSpieker in #73
- Replaced deprecated DirectoryWalker in Tests with Files.walk by @StefanSpieker in #74
- Internal: Replaced deprectated DirectoryWalker in Cleaner with java.nio.file by @StefanSpieker in #75
Full Changelog: thinBackup-1.14...thinBackup-1.15