-
Notifications
You must be signed in to change notification settings - Fork 580
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
ClassCastException during Graal native image and ReST Client #2917
ClassCastException during Graal native image and ReST Client #2917
Conversation
I've updated the manual integration tests to trigger a |
@@ -191,8 +191,9 @@ private static void testBean(int port, String jwtToken) { | |||
// + JSON-B | |||
invoke(collector, "Rest client JSON-B", "json-b", aBean::restClientJsonB); | |||
// + query params | |||
invoke(collector, "Rest client Query param long", "1020", () -> aBean.restClientQuery(1020L)); |
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.
I updated the message to reflect they're targeting the wrapper Objects and not the primitive type.
/trigger |
/oca-checked |
Fixes #2913 |
Not sure why it's stating test failures. When I click on it it says |
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.
LGTM
…-io#2917) * Addresses helidon-io#2913 * Adding primitive PathParam
I've had issues testing this locally. I can replicate the issue and the build gets further with these changes, but ultimately still fails but for another reason.