Skip to content

Releases: centic9/commons-test

1.0.0.21

19 Apr 07:29
Compare
Choose a tag to compare
  • 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

03 Jun 15:13
Compare
Choose a tag to compare
  • 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

07 Oct 18:57
Compare
Choose a tag to compare
  • 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

11 Oct 09:12
Compare
Choose a tag to compare
  • Try to enable automatic releasing of the package on Maven Central

1.0.0.17

11 Oct 09:11
Compare
Choose a tag to compare
  • 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

15 Mar 17:17
Compare
Choose a tag to compare
  • Add ThreadDump
  • Enhance TestHelper.EqualsTest slightly, revert some previous changes
  • Add timeout for waitForThreadToFinishSubstring

1.0.0.15

23 Jul 20:22
Compare
Choose a tag to compare
  • 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

25 Feb 19:31
Compare
Choose a tag to compare
  • Update to Java 8 as minimum Java version
  • Update to latest versions of commons-email and commons-dost

1.0.0.13

15 Jun 21:08
Compare
Choose a tag to compare
  • Update third party dependencies
  • Update to Gradle 3.4.1
  • Add helper method to create a temporary directory

1.0.0.12

05 May 20:44
Compare
Choose a tag to compare
  • 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