-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[MNG-8530] Prompter fixes #2086
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
Conversation
This change aligns now what we really want: * maven-core provides Plexus Interactivity API * maven-jline provides Plexus Interactivity API implementation * new Maven4 API Prompter simply delegates to maven-jline one --- https://issues.apache.org/jira/browse/MNG-8530
And now legacy goes for current, and not other way around.
* make sure out prompter override legacy * honor proper exceptions
gnodet
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, nice work !
| @Experimental | ||
| @Named | ||
| @Singleton | ||
| @Priority(10) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cstamas Would it make sense to move that one to compat/maven-compat ? The idea would be to avoid introducing any new dependency on sisu in impl/* jars ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup
|
Resolve #9373 |
This change aligns now what we really want:
https://issues.apache.org/jira/browse/MNG-8530