Fix Automatic-Module-Name
See original GitHub issuehttps://github.com/thymeleaf/thymeleaf-spring/issues/179 broke the JPMS compatibility adding invalid characters in the Automatic-Module-Name.
Please change the “-” with “.” character.
Error:
Unable to derive module descriptor for: thymeleaf-spring5-3.0.10.RELEASE.jar
Automatic-Module-Name: thymeleaf-spring5: Invalid module name: 'thymeleaf-spring5' is not a Java
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Automatic-Module-Name: Calling all Java Library Maintainers
This first step boils down to picking a module name, and adding it as Automatic-Module-Name: <module name> entry to the library's MANIFEST. MF. ......
Read more >Invalid Automatic-Module-Name s
TLDR: Run jar --describe-module --file ARTIFACT. jar to verify the selected module name adheres at least valid Java syntax before publishing.
Read more >Automatic module name containing number [duplicate]
1 Answer 1 ... The problem is that the module system does not identify 2_0 as a version number and hence doesn't strip...
Read more >Define JPMS automatic module name for all modules · Issue #47
The problem is that if a library doesn't declare an Automatic-Module-Name in the Jar MANIFEST the library falls into the unnamed module, and...
Read more >Automatic-Module-Name: Calling All Java Library Maintainers
This first step boils down to picking a module name and adding it as an Automatic-Module-Name: <module name> entry to the library's MANIFEST. ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Already in
3.0.11-SNAPSHOT
Awesome! Thank you!