Skip to content

Releases: seregamorph/spring-test-smart-context

v0.15

04 Oct 11:16

Choose a tag to compare

  • 2ebde4d Switch to AutoCloseable to be commons-dbcp2 compatible
  • 1923b2b Switch to Spring SingletonSupplier
  • 7bf5ca2 LateInitDataSource.getName
  • 9742dd9 Polish logging
  • a083f40 SmartDirtiesContextTestExecutionListener executes after DirtiesContextTestExecutionListener

Full Changelog: v0.14...v0.15

v0.14

03 Aug 15:13

Choose a tag to compare

What's Changed

  • Enhanced logging 40ad9bf
  • Reproducible build 510ecca
  • Switch to System.out before context is first time initialized ad4285e
  • Enhance failure diagnostics (fix NPE) 71c3a22
  • Enhance failure diagnostics (more details) c3b059e

Full Changelog: v0.13...v0.14

v0.13

14 May 05:50

Choose a tag to compare

  • Better logging of integration test classes 027d098
  • Save information about non-integration tests for resilient failover 46a7671
  • Resilient failover when the same class is discovered by several engines a46022d

Full Changelog: v0.12...v0.13

v0.12

11 May 21:12

Choose a tag to compare

  • Support Kotest engine

Full Changelog: v0.11...v0.12

v0.11

05 May 09:36

Choose a tag to compare

Changes

  • Enhanced logging of class or method number in sort

Full Changelog: v0.10...v0.11

v0.10

14 Apr 13:25

Choose a tag to compare

What's Changed

Full Changelog: v0.9...v0.10

v0.9

01 Mar 15:27

Choose a tag to compare

Changes

  • Additional failure cause diagnostics #16 by @seregamorph
  • Rename SmartDirtiesTestsHolder to SmartDirtiesTestsSupport c4d8d3e

v0.8

27 Dec 16:14

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

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

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.