Skip to content

Releases: gradlex-org/java-module-testing

1.7

17 Apr 09:20
52d1404
Compare
Choose a tag to compare
  • #100 Use exportsTo and opensTo statements from Module Info DSL

1.6.1

15 Apr 13:46
8137489
Compare
Choose a tag to compare
  • Use all test src folders in compilation (if there are more than one)
  • Only add class folders that exist to the --patch-module argument
  • Only perform extendsFrom(compileOnly) if not already done

1.6

19 Feb 07:45
cd207a9
Compare
Choose a tag to compare
1.6
  • #85 Further improve interoperability with java-module-dependencies plugin

1.5

18 Nov 12:24
a2f25ea
Compare
Choose a tag to compare
1.5
  • #47 Add support for Classpath Test Suites
  • #51 testCompileOnly extends compileOnly for Whitebox Test Suites
  • #67 Whitebox Test Suites: add exportsTo configuration option

1.4

23 Jan 09:31
1bf4d37
Compare
Choose a tag to compare
1.4
  • #2 New approach to split Module Path and Classpath for whitebox testing
  • #40 useJUnitJupiter("") without version does not fail for empty test directories
  • #39 Add TaskLockService for conveniently running test tasks in isolation

1.3.1

23 Jan 09:31
86234ae
Compare
Choose a tag to compare
  • Improve interoperability with java-module-dependencies plugin

1.3

17 Nov 21:48
5f2d82a
Compare
Choose a tag to compare
1.3
  • #18 Allow whitebox tests to define requires in java9/module-info.java (Thanks brianoliver for suggesting!)

1.2.2

01 Sep 08:44
1bf64ca
Compare
Choose a tag to compare
  • No duplicated '--add-opens' runtime args

1.2.1

22 Aug 10:48
541f999
Compare
Choose a tag to compare
  • Fix 'module-info.java' parsing bug

1.2

06 Jul 06:50
e2be414
Compare
Choose a tag to compare
1.2

Version 1.2

  • #8 Automatically configure test suites based on the existence of a module-info.java file
  • #5 Improve module-info parsing