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-2378 JSON Parsing issues #2377

Merged
merged 7 commits into from
Feb 11, 2018

Conversation

Cousjava
Copy link
Contributor

@Cousjava Cousjava commented Feb 6, 2018

No description provided.

@Cousjava Cousjava added this to the Payara 5.181 milestone Feb 6, 2018
@@ -67,8 +69,7 @@ public ProgressStatusDTO readFrom(final HttpURLConnection urlConnection) throws

@Override
public ProgressStatusDTO readFrom(final InputStream is, final String contentType) throws IOException {
JsonParser jp = factory.createJsonParser(is);
try {
try (JsonParser jp = factory.createJsonParser(is)) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Just as a comment, but when you see uncommon abbreviations like "jp" here, best to rename it to something more clear right away

@Cousjava
Copy link
Contributor Author

Cousjava commented Feb 8, 2018

Jenkins, quick test Payara 5 please

@arjantijms
Copy link
Contributor

Jenkins, quick test Payara 5 please

@payara payara deleted a comment from payara-ci Feb 11, 2018
@payara payara deleted a comment from Cousjava Feb 11, 2018
@payara payara deleted a comment from payara-ci Feb 11, 2018
@payara payara deleted a comment from payara-ci Feb 11, 2018
@payara payara deleted a comment from Cousjava Feb 11, 2018
@payara payara deleted a comment from payara-ci Feb 11, 2018
@payara payara deleted a comment from Cousjava Feb 11, 2018
@payara payara deleted a comment from payara-ci Feb 11, 2018
@payara payara deleted a comment from Cousjava Feb 11, 2018
@payara payara deleted a comment from payara-ci Feb 11, 2018
@payara payara deleted a comment from Cousjava Feb 11, 2018
@payara payara deleted a comment from payara-ci Feb 11, 2018
@payara-ci
Copy link
Contributor

Quick build and test passed!

@smillidge smillidge merged commit da76679 into payara:Payara-5 Feb 11, 2018
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.

5 participants