Skip to content
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

Make picocli-shell-jline2 an explicitly declared named JPMS module #1610

Closed
remkop opened this issue Feb 26, 2022 · 0 comments
Closed

Make picocli-shell-jline2 an explicitly declared named JPMS module #1610

remkop opened this issue Feb 26, 2022 · 0 comments
Labels
theme: module An issue or change related to JPMS modules type: API 🔌 type: doc 📘
Milestone

Comments

@remkop
Copy link
Owner

remkop commented Feb 26, 2022

Make picocli-shell-jline2 a named JPMS module with the following module-info:

/**
 * Defines picocli-based implementations of JLine 2 APIs
 * for building interactive command line (REPL) applications.
 *
 * @since 4.7.0
 */
module info.picocli.shell.jline2 {
    requires info.picocli;
    requires jline;

    exports picocli.shell.jline2;
}

See also #1298

@remkop remkop added type: doc 📘 type: API 🔌 theme: module An issue or change related to JPMS modules labels Feb 26, 2022
@remkop remkop added this to the 4.7 milestone Feb 26, 2022
@remkop remkop closed this as completed in e91ae6e Feb 26, 2022
@remkop remkop changed the title Make picocli-shell-jline2 a named JPMS module Make picocli-shell-jline2 an explicitly declared named JPMS module Feb 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme: module An issue or change related to JPMS modules type: API 🔌 type: doc 📘
Projects
None yet
Development

No branches or pull requests

1 participant