-
Notifications
You must be signed in to change notification settings - Fork 305
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
PAYARA-1030 Remove Jettison from Payara #1943
Conversation
…-1030-replace-jettison-with-jackson
They don't always work though.
Propeties of action reports no longer include quotation marks
Jenkins test Payara 5 please |
Jenkins, quick test Payara 5 please |
Quick build and test failed! |
} | ||
|
||
|
||
} |
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.
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> |
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.
Isn't type jar the default?
<dependency> | ||
<groupId>javax.json</groupId> | ||
<artifactId>javax.json-api</artifactId> | ||
<version>1.1</version> |
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.
Better to put these versions at a central place / rely on the managed version
Seemingly unrelated failures in quicklook, all file not found ones. E.g.
|
Jenkins, quick test Payara 5 please |
Quick build and test passed! |
Jenkins, quick test Payara 5 please |
Quick build and test passed! |
No description provided.