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-4092: Put Strings into optionMap #4175

Merged
merged 2 commits into from Aug 26, 2019
Merged

Conversation

pdudits
Copy link
Contributor

@pdudits pdudits commented Aug 23, 2019

JDK$Version caused JsonException when trying to serialize it

JDK$Version caused JsonException when trying to serialize it
@Pandrex247
Copy link
Member

Jenkins test please

@@ -258,16 +260,8 @@ protected ActionReportResult buildActionReportResult() {

private Map<String, String> optionToMap(JvmOption option){
Map baseMap = new HashMap<>();
Copy link
Contributor

Choose a reason for hiding this comment

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

Cosmetic: Could this baseMap be a Map<String, String>? Sorry for being pedantic.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, thanks. It's not pedantic, it's right thing to do, but I didn't read that line while fixing :)

Copy link
Contributor

Choose a reason for hiding this comment

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

Thank you.

@pdudits
Copy link
Contributor Author

pdudits commented Aug 24, 2019

Jenkins test please

1 similar comment
@pdudits
Copy link
Contributor Author

pdudits commented Aug 24, 2019

Jenkins test please

@pdudits pdudits merged commit 705f74d into payara:master Aug 26, 2019
Pandrex247 pushed a commit that referenced this pull request Aug 27, 2019
PAYARA-4092: Put Strings into optionMap
@Pandrex247 Pandrex247 added this to the 5.193 milestone Aug 27, 2019
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.

None yet

4 participants