-
Bug
-
Resolution: Done
-
Major
-
4.7.6.Final
-
None
-
None
Using Wildfly 26.1.1.Final with OpenJDK 11.
We have a requirement to allow POST with OR WITHOUT a request payload. We have the following...
@POST @Path("mypath") Response doit ( @PathParam("foo") Double foo, @PathParam("bar") Double bar, MyPayload myPayload);
...however, when there is no request payload, there is a SEVERE message...
2022-05-23 16:05:49,220 SEVERE [org.eclipse.yasson.internal.Unmarshaller] (default task-675) Invalid token=EOF at (line no=1, column no=0, offset=-1). Expected tokens are: [CURLYOPEN, SQUAREOPEN, STRING, NUMBER, TRUE, FALSE, NULL]
- is incorporated by
-
RESTEASY-3122 Upgrade Yasson from 3.0.0-RC1 to 3.0.0
- Resolved
- relates to
-
RESTEASY-3168 Add tests for the Jakarta JSON Binding Provider
- Resolved