-
Notifications
You must be signed in to change notification settings - Fork 304
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
PAYARA-3676 PAYARA-3665 Fix More Asadmin Prompt Issues #3870
PAYARA-3676 PAYARA-3665 Fix More Asadmin Prompt Issues #3870
Conversation
nucleus/admin/cli/src/main/java/com/sun/enterprise/admin/cli/LoginCommand.java
Outdated
Show resolved
Hide resolved
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.
Common structure for the commands should be extracted to avoid duplication.
nucleus/admin/cli/src/main/java/com/sun/enterprise/admin/cli/LoginCommand.java
Show resolved
Hide resolved
nucleus/admin/cli/src/main/java/com/sun/enterprise/admin/cli/remote/RemoteCLICommand.java
Show resolved
Hide resolved
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.
Copyright notices need updating; otherwise good
Jenkins test please |
1 similar comment
Jenkins test please |
…ompt-Issues PAYARA-3676 PAYARA-3665 Fix More Asadmin Prompt Issues
…a#618)" This reverts pull request payara#618. > * Merge pull request payara#3870 from Pandrex247/PAYARA-3676-Asadmin-Prompt-Issues > > PAYARA-3676 PAYARA-3665 Fix More Asadmin Prompt Issues > > > * PAYARA-3665 Merge conflicts > > > > Notable changes are in the second commit: String vs. char
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
…ompt-Issues PAYARA-3676 PAYARA-3665 Fix More Asadmin Prompt Issues
Much more aggressive use of JLine to hopefully catch any remaining issues around asadmin prompts exiting after a single input character.
Fixes #3833