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

CUSTCOM-194 The delete-jvm-options command shouldn't require to specify the Java version prefix #4585

Merged
merged 2 commits into from
Mar 25, 2020

Conversation

MeroRai
Copy link
Member

@MeroRai MeroRai commented Mar 22, 2020

Description

This is a bug fix to fix an issue where the delete-jvm-options command required the specify Java version prefix to execute successfully.

Testing

New tests

None

Testing Performed

Build test
Manually tested the delete-jvm-options command with and without the Java version prefix with the following commands:

  • ./asadmin delete-jvm-options '[Azul-1.8.0u222|1.8.0u500]-XX\:+UseOpenJSSE'
  • ./asadmin delete-jvm-options '-XX\:+UseOpenJSSE'

Testing Environment

Documentation

Not required

@MeroRai MeroRai requested review from rdebusscher and OndroMih March 22, 2020 21:28
@MeroRai MeroRai self-assigned this Mar 22, 2020
@MeroRai
Copy link
Member Author

MeroRai commented Mar 23, 2020

Jenkins test please

Copy link

@rdebusscher rdebusscher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Possible that multiple options are not removed correctly.

@MeroRai
Copy link
Member Author

MeroRai commented Mar 24, 2020

Jenkins test please

@MeroRai MeroRai merged commit fe7de93 into payara:master Mar 25, 2020
MarkWareham pushed a commit to MarkWareham/Payara that referenced this pull request Apr 3, 2020
CUSTCOM-194 The delete-jvm-options command shouldn't require to specify the Java version prefix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants