Skip to content

Spring Boot 2.1.0 RC1 + thymeleaf doesn't work with JPMS #14901

Closed
@panga

Description

@panga

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    for: external-projectFor an external project and not something we can fixstatus: invalidAn issue that we don't feel is valid

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions