Skip to content

Commit 2fe7337

Browse files
committed
Update CHANGELOG
1 parent fa99da1 commit 2fe7337

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Extra Java Module Info Gradle Plugin - Changelog
22

3+
## Version 1.5
4+
* [New] [#75](https://github.com/gradlex-org/extra-java-module-info/issues/75) - Add 'failOnAutomaticModules' option (Thanks [Ihor Herasymenko](https://github.com/iherasymenko) for contributing!)
5+
* [New] [#75](https://github.com/gradlex-org/extra-java-module-info/issues/75) - Support patching of real modules (Thanks [Ihor Herasymenko](https://github.com/iherasymenko) for contributing!)
6+
* [New] [#75](https://github.com/gradlex-org/extra-java-module-info/issues/75) - Add 'moduleDescriptorRecommendations' help task (Thanks [Ihor Herasymenko](https://github.com/iherasymenko) for contributing!)
7+
38
## Version 1.4.2
4-
* [Fixed] [#45](https://github.com/gradlex-org/extra-java-module-info/issues/45) Preserve sub-folders of 'META-INF/services' in merged Jars
9+
* [Fixed] [#45](https://github.com/gradlex-org/extra-java-module-info/issues/45) - Preserve sub-folders of 'META-INF/services' in merged Jars
510

611
## Version 1.4.1
7-
* [Fixed] [#50](https://github.com/gradlex-org/extra-java-module-info/issues/50) Remove merged Jars from classpath even if they are (automatic) modules
12+
* [Fixed] [#50](https://github.com/gradlex-org/extra-java-module-info/issues/50) - Remove merged Jars from classpath even if they are (automatic) modules
813

914
## Version 1.4
1015
* [New] Minimal Gradle version is now 6.8 for integration with recently added features like the Dependency Version Catalog
@@ -13,7 +18,7 @@
1318
* [New] [#30](https://github.com/gradlex-org/extra-java-module-info/issues/30) - Add 'opens(...)' to module DSL (Thanks [Wexalian](https://github.com/Wexalian) for suggesting!)
1419
* [Fixed] [#47](https://github.com/gradlex-org/extra-java-module-info/issues/47) - requireAllDefinedDependencies() gives error when dependency only appears on runtime path (Thanks [Sola](https://github.com/unlimitedsola) for reporting!)
1520
* [Fixed] [#45](https://github.com/gradlex-org/extra-java-module-info/issues/45) - Sub-folders in 'META-INF/services' are not ignored (Thanks [Jonas Beyer](https://github.com/j-beyer) for reporting!)
16-
* [Fixed] [#44](https://github.com/gradlex-org/extra-java-module-info/issues/44) - Name resolution for jars with '-' character failing if Jars are taken from local .m2 repository (Thanks [Aidan Do](https://github.com/REslim30) for reporting!)
21+
* [Fixed] [#44](https://github.com/gradlex-org/extra-java-module-info/issues/44) - Name resolution for jars with '-' character fails if Jars are in local .m2 repository (Thanks [Aidan Do](https://github.com/REslim30) for reporting!)
1722

1823
## Version 1.3
1924
* [New] [#42](https://github.com/gradlex-org/extra-java-module-info/issues/42) - Added support for 'uses' directives (Thanks [Stefan Reek](https://github.com/StefanReek) for contributing!)

0 commit comments

Comments
 (0)