-
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-3709 Equals sign is added to system properties with empty value even if it's already in the key #3887
Conversation
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.
Just the pom formatting for me, otherwise I'm a happy lad
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.
Minor formatting issues, otherwise fine 👍
Tested locally and works
...st/rest-service/src/main/java/org/glassfish/admin/rest/resources/CollectionLeafResource.java
Outdated
Show resolved
Hide resolved
...st/rest-service/src/main/java/org/glassfish/admin/rest/resources/CollectionLeafResource.java
Outdated
Show resolved
Hide resolved
Alan is making further changes, hence the DO NOT MERGE label |
update PAYARA-3709 branch
That was from a different solution to the test
.../rest-service/src/test/java/fish/payara/admin/rest/resources/CollectionLeafResourceTest.java
Outdated
Show resolved
Hide resolved
options.append("=").append(entry.getValue()); | ||
|
||
if (key != null && !key.trim().isEmpty() && key.startsWith("-D")) { | ||
if (value == null || value.equals("null")) { |
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.
Could the text "null" ever be a valid value?
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.
Upon further thought, I think it should be accepted, "null" is a perfectly valid Gaelic name.
.../rest-service/src/test/java/fish/payara/admin/rest/resources/CollectionLeafResourceTest.java
Outdated
Show resolved
Hide resolved
Instead of listing separate nbproject directories
jenkins test please |
PAYARA-3709 Equals sign is added to system properties with empty value even if it's already in the key
* FIX payara#3849: Add vnd.api+json to the media types logged by PAYLOAD_TEXT Verbosity Signed-off-by: Arjun Vikram <arjvik@gmail.com>
PAYARA-3709 Equals sign is added to system properties with empty value even if it's already in the key
No description provided.