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-1030 Remove Jettison from Payara #1943

Merged
merged 14 commits into from
Sep 12, 2017

Conversation

Cousjava
Copy link
Contributor

@Cousjava Cousjava commented Sep 7, 2017

No description provided.

@Cousjava
Copy link
Contributor Author

Cousjava commented Sep 7, 2017

Jenkins test Payara 5 please

@Cousjava
Copy link
Contributor Author

Cousjava commented Sep 7, 2017

Jenkins, quick test Payara 5 please

@payara-ci
Copy link
Contributor

Quick build and test failed!

}


}
Copy link
Contributor

Choose a reason for hiding this comment

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

Since the body of every case is a return statement, the else is not really needed here. The following would be a bit easier on the eye:

if (BIGDECIMAL.isValue(object)) {
    return createValue((BigDecimal) object);
} 

if (BIGINTEGER.isValue(object)) {
    return createValue((BigInteger) object);
}

<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
<version>${jsonp.version}</version>
<type>jar</type>
Copy link
Contributor

Choose a reason for hiding this comment

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

Isn't type jar the default?

<dependency>
<groupId>javax.json</groupId>
<artifactId>javax.json-api</artifactId>
<version>1.1</version>
Copy link
Contributor

Choose a reason for hiding this comment

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

Better to put these versions at a central place / rely on the managed version

@arjantijms
Copy link
Contributor

Seemingly unrelated failures in quicklook, all file not found ones. E.g.

java.io.FileNotFoundException: http://localhost:8080/jaxbosgi/jaxb1

@arjantijms
Copy link
Contributor

Jenkins, quick test Payara 5 please

@payara-ci
Copy link
Contributor

Quick build and test passed!

@Cousjava Cousjava added the PR: DO NOT MERGE Don't merge PR until further notice label Sep 8, 2017
@Cousjava
Copy link
Contributor Author

Cousjava commented Sep 8, 2017

Jenkins, quick test Payara 5 please

@payara-ci
Copy link
Contributor

Quick build and test passed!

@Cousjava Cousjava removed the PR: DO NOT MERGE Don't merge PR until further notice label Sep 8, 2017
@Cousjava Cousjava added this to the Payara 5-alpha1 milestone Sep 8, 2017
@Cousjava Cousjava requested a review from arjantijms September 8, 2017 12:26
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.

4 participants