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

PAYARA-3709 Equals sign is added to system properties with empty value even if it's already in the key #3887

Merged
merged 21 commits into from
Apr 15, 2019

Conversation

AlanRoth
Copy link

No description provided.

Copy link
Contributor

@cubastanley cubastanley left a 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

Copy link
Member

@Pandrex247 Pandrex247 left a 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

@MarkWareham MarkWareham added the PR: DO NOT MERGE Don't merge PR until further notice label Apr 11, 2019
@MarkWareham
Copy link
Contributor

Alan is making further changes, hence the DO NOT MERGE label

@AlanRoth AlanRoth requested a review from MarkWareham April 11, 2019 10:17
That was from a different solution to the test
@AlanRoth AlanRoth requested a review from Pandrex247 April 12, 2019 07:35
@Pandrex247 Pandrex247 dismissed their stale review April 12, 2019 09:39

Changes made

@AlanRoth AlanRoth requested review from cubastanley and removed request for MattGill98 April 12, 2019 10:01
options.append("=").append(entry.getValue());

if (key != null && !key.trim().isEmpty() && key.startsWith("-D")) {
if (value == null || value.equals("null")) {
Copy link
Contributor

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?

Copy link
Author

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.

@MarkWareham MarkWareham removed the PR: DO NOT MERGE Don't merge PR until further notice label Apr 15, 2019
@AlanRoth AlanRoth added the PR: DO NOT MERGE Don't merge PR until further notice label Apr 15, 2019
@AlanRoth AlanRoth removed the PR: DO NOT MERGE Don't merge PR until further notice label Apr 15, 2019
@AlanRoth
Copy link
Author

jenkins test please

@Pandrex247 Pandrex247 merged commit b9c592e into payara:master Apr 15, 2019
Pandrex247 added a commit to Pandrex247/Payara that referenced this pull request Jun 12, 2019
PAYARA-3709 Equals sign is added to system properties with empty value even if it's already in the key
AlanRoth pushed a commit to AlanRoth/Payara that referenced this pull request Aug 13, 2019
* FIX payara#3849: Add vnd.api+json to the media types logged by PAYLOAD_TEXT Verbosity

Signed-off-by: Arjun Vikram <arjvik@gmail.com>
Cousjava pushed a commit to Cousjava/Payara that referenced this pull request Aug 21, 2019
PAYARA-3709 Equals sign is added to system properties with empty value even if it's already in the key
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.

6 participants