Closed
Description
The last thymeleaf-spring5
release (3.0.10) introduced a bug when added the Automatic-Module-Name in the manifest. The names added are not JPMS compatible.
Now I can't run Spring Boot + Thymeleaf with JPMS anymore. (this was working in previous versions)
Error:
Error occurred during initialization of boot layer
java.lang.module.FindException: Unable to derive module descriptor for target/modules/thymeleaf-spring5-3.0.10.RELEASE.jar
Caused by: java.lang.module.FindException: Automatic-Module-Name: thymeleaf-spring5: Invalid module name: 'thymeleaf-spring5' is not a Java identifier
Created an issue for them:
thymeleaf/thymeleaf-spring#195