Skip to content

Releases: gradlex-org/extra-java-module-info

1.10

03 Feb 11:12
158aa7e
Compare
Choose a tag to compare
  • [New] #160 - Add 'preserveExisting' option to patch real modules
  • [New] #140 - Add 'removePackage' option to deal with duplicated packages

1.9

18 Nov 12:14
3a63cec
Compare
Choose a tag to compare
1.9
  • [New] #137 - Configuration option for 'versionsProvidingConfiguration'
  • [New] #130 - Support classifier in coordinates notation
  • [New] #138 - 'javaModulesMergeJars' extends 'internal' if available
  • [Fixed] #129 - Find Jar for coordinates when version in Jar name differs
  • [Fixed] #100 - Fix error message about automatic module name mismatch

1.8

31 Jan 08:54
b25ec13
Compare
Choose a tag to compare
1.8
  • [New] #99 - Default behavior for 'module(id, name)' notation without configuration block
  • [New] - Use custom mappings from 'java-module-dependencies' for 'known modules' (if available)
  • [Fixed] #96 - Scope computation of 'requireAllDefinedDependencies'

1.7

14 Jan 08:47
85f169f
Compare
Choose a tag to compare
1.7

Version 1.7

  • [New] #95 - granular exports and opens declarations (Thanks Ihor Herasymenko for contributing!)
  • [Fixed] #94 - requireAllDefinedDependencies: skip platform dependencies

1.6.2

03 Jan 11:19
ea2eb88
Compare
Choose a tag to compare
  • [New] - Use shared mappings from 'java-module-dependencies' for 'known modules' (if available)

1.6.1

07 Dec 16:50
10e46a4
Compare
Choose a tag to compare
  • [Fixed] #89 - Make Jar patching reproducible

1.6

17 Nov 21:41
7c3ef68
Compare
Choose a tag to compare
1.6
  • [New] #74 - Add 'deriveAutomaticModuleNamesFromFileNames' option (Thanks Mike Wacker for suggesting!)
  • [New] #85 - Add check that existing 'Automatic-Module-Names' are not changed accidentally
  • [Fixed] #77 - 'exportAllPackages' breaks module for multi-release Jars (Thanks Christopher Schnick for reporting!)
  • [Fixed] #78 - Empty Jars created when Intellij refreshes project (Thanks Kostas Pagratis for reporting!)
  • [Fixed] #81 - 'requireAllDefinedDependencies' does not work reliably for 'annotationProcessor'

1.5

31 Oct 07:44
b3ae281
Compare
Choose a tag to compare
1.5
  • [New] #75 - Add 'failOnAutomaticModules' option (Thanks Ihor Herasymenko for contributing!)
  • [New] #75 - Support patching of real modules (Thanks Ihor Herasymenko for contributing!)
  • [New] #75 - Add 'moduleDescriptorRecommendations' help task (Thanks Ihor Herasymenko for contributing!)

1.4.2

01 Sep 09:16
f317c6d
Compare
Choose a tag to compare
  • [Fixed] #45 Preserve sub-folders of 'META-INF/services' in merged Jars

v1.4.1

09 Jun 10:15
240abbb
Compare
Choose a tag to compare
  • [Fixed] #50 Remove merged Jars from classpath even if they are (automatic) modules