Releases: centic9/commons-test
Releases · centic9/commons-test
1.0.0.21
- Switch to JUnit 5
- Third party upgrades
- Update to JDK 11 minimum
- Minor JavaDoc and test improvements
Full Changelog: 1.0.0.20...1.0.0.21
1.0.0.20
- Update to commons-dost 1.1 (removes log4j v1)
- Update to Gradle 6.9
- Other third party updates
- Make MockSMTPServer AutoCloseable
Full Changelog: 1.0.0.19...1.0.0.20
1.0.0.19
- Speed up memory verifier with a lot of watched objects a lot by not running Runtime.gc() when the weak reference is already gone anyway
1.0.0.18
- Try to enable automatic releasing of the package on Maven Central
1.0.0.17
- make TestRunnable.doEnd() a default method to not having to implement it when not needed
- Remove some unused code from test-sources
- Update JavaDoc
1.0.0.16
- Add ThreadDump
- Enhance TestHelper.EqualsTest slightly, revert some previous changes
- Add timeout for waitForThreadToFinishSubstring
1.0.0.15
- Update TravisCI build to Java 8
- Update to commons-dost 1.0.0.25
- Add base class to use for verifying memory usage
- Update release-plugin to 2.7.0, gradle to 4.6, JaCoCo to 0.8.1
- Update Gradle Wrapper to 4.6
- Fix some IDE warnings
1.0.0.14
- Update to Java 8 as minimum Java version
- Update to latest versions of commons-email and commons-dost
1.0.0.13
- Update third party dependencies
- Update to Gradle 3.4.1
- Add helper method to create a temporary directory
1.0.0.12
- Add heap-dump to MemoryLeakVerifier functionality
- Update to JaCoCo 0.7.6
- Gradle 2.12
- Use exception which has more information when deleting test-dir
- Switch back to Java 7 for Eclipse settings as well
- Fix all reported JavaDoc problems
- Update to version 2.3.5 of the Gradle release plugin