Skip to content

Releases: seregamorph/spring-test-smart-context

v0.8

27 Dec 16:14
Compare
Choose a tag to compare

Changes

  • Support mixed JUnit platform engines in one module #12 @seregamorph
  • Extract IntegrationTestFilter from SmartDirtiesTestsSorter #14
  • Refactor Sorter logging #13

v0.7

22 Dec 14:52
Compare
Choose a tag to compare

Changes

  • Enhanced logging of test suite classes 86e9ede by @seregamorph
  • Refactor SpringContextEventTestLogger to Listener #11
  • Updated dependencies to spring-framework, junit-jupiter and TestNG to avoid vulnerability scanner warnings

v0.6

09 Dec 21:58
Compare
Choose a tag to compare

Changes

  • Support of @Nested tests without custom configuration #9 @seregamorph
  • Optimization @DirtiesContext(BEFORE_CLASS) go first in a group ca7be87
  • TestKit for internal test of the framework 598a71b
  • Refactor CurrentTestContext 6cc45e8

Thanks @cfraenkel for insights and review.

v0.5

06 Dec 11:29
Compare
Choose a tag to compare

Changes

  • Sort @DirtiesContext Test classes to the end of their group #10 by @cfraenkel

v0.4

27 Nov 09:53
Compare
Choose a tag to compare

Changes

  • Fix isReorderTestJUnit5Jupiter incorrectly filters out Tests #7 by @cfraenkel (#8)
  • Switch to central-publishing-maven-plugin 9317726

v0.3

31 Jan 15:03
Compare
Choose a tag to compare

Added lazy LateInitDataSource
Enhanced javadoc

v0.2

27 Jan 16:33
Compare
Choose a tag to compare

Supports all three major frameworks:

Supported launchers: IDEA, Maven, Gradle.
Also it's compatible with Develocity (former Gradle Enterprise).

Thanks to @gavlyukovskiy for contribution and @marcphilipp for review and consultation.

v0.1

20 Jan 14:17
Compare
Choose a tag to compare

Initial release.
Supports TestNG only.
Supported launchers: IDEA, Maven.
Supported launch modes: both direct TestNG and via JUnit5 platform launcher.