Skip to content

Declare module descriptor (JPMS, Java 9+, Project Jigsaw) #315

New issue

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

Closed
C-Otto opened this issue Jan 22, 2021 · 1 comment
Closed

Declare module descriptor (JPMS, Java 9+, Project Jigsaw) #315

C-Otto opened this issue Jan 22, 2021 · 1 comment
Labels
status/declined Issue has been declined

Comments

@C-Otto
Copy link

C-Otto commented Jan 22, 2021

Using spring-shell in a project which uses JPMS (Project Jigsaw) produces errors like this:

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
@C-Otto C-Otto changed the title Declare module name (JPMS, Java 9+, Project Jigsaw) Declare module descriptor (JPMS, Java 9+, Project Jigsaw) Jan 24, 2021
@jvalkeal jvalkeal added the status/declined Issue has been declined label Sep 13, 2022
@jvalkeal
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/declined Issue has been declined
Projects
None yet
Development

No branches or pull requests

2 participants