We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using spring-shell in a project which uses JPMS (Project Jigsaw) produces errors like this:
spring-shell
package org.springframework.shell.standard is declared in the unnamed module
Please provide a module name for the library.
$ jar --file=~/.gradle/caches/modules-2/files-2.1/org.springframework.shell/spring-shell-core/2.0.0.RELEASE/75a94aaa62302ee0d5020fca1962b5d63c23a075/spring-shell-core-2.0.0.RELEASE.jar --describe-module No module descriptor found. Derived automatic module. [email protected] automatic requires java.base mandated contains org.springframework.shell contains org.springframework.shell.jline contains org.springframework.shell.result
The text was updated successfully, but these errors were encountered:
Closing this for limited support #529.
We can revisit if ecosystem gets better. More info i.e. in spring-projects/spring-framework#18079 and spring-projects/spring-boot#13799.
Sorry, something went wrong.
No branches or pull requests
Using
spring-shell
in a project which uses JPMS (Project Jigsaw) produces errors like this:Please provide a module name for the library.
The text was updated successfully, but these errors were encountered: