-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Unable to serialize jakarta.ws.rs.core.Cookie after updating to 3.2.0 in native-image #35582
Comments
Can you please add a sample application we can use to reproduce the issue and test fixes against? Thanks |
Hi, simply take this Project: https://github.com/Afrouper/echo-server-java When "deleting" class de.afrouper.server. JacksonMapperConfiguration the error occurred in native-image mode. |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Aug 28, 2023
Thanks. #35592 takes care of the issue |
geoand
added a commit
that referenced
this issue
Aug 28, 2023
Fix Jakarta Cookie serialization in native
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Sep 4, 2023
Fixes: quarkusio#35582 (cherry picked from commit a9aa2f7)
DavideD
added a commit
to DavideD/quarkus
that referenced
this issue
Oct 31, 2023
Use method reference where possible
DavideD
added a commit
to DavideD/quarkus
that referenced
this issue
Oct 31, 2023
Use method reference where possible
DavideD
added a commit
to DavideD/quarkus
that referenced
this issue
Oct 31, 2023
Use method reference where possible
aloubyansky
pushed a commit
to aloubyansky/quarkus
that referenced
this issue
Oct 31, 2023
Fixes: quarkusio#35582 (cherry picked from commit a9aa2f7)
jedla97
added a commit
to jedla97/quarkus-test-suite
that referenced
this issue
Nov 9, 2023
9 tasks
jedla97
added a commit
to jedla97/quarkus-test-suite
that referenced
this issue
Nov 10, 2023
michalvavrik
pushed a commit
to michalvavrik/quarkus-test-suite
that referenced
this issue
Nov 21, 2023
michalvavrik
pushed a commit
to michalvavrik/quarkus-test-suite
that referenced
this issue
Nov 21, 2023
michalvavrik
pushed a commit
to michalvavrik/quarkus-test-suite
that referenced
this issue
Nov 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
After updating to Quarkus I am unable to serialize objects containing
jakarta.ws.rs.core.Cookie
when running in native-image.I am using the
quarkus-resteasy-reactive-jackson
dependency. I added a custom serializer to mitigate and the error has gone.I get the error with macOS and Linux native-images.
Expected behavior
The Class
jakarta.ws.rs.core.Cookie
is serialized to json.Actual behavior
I am getting an error during serialization:
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
OpenJDK Runtime Environment GraalVM CE 22.3.0 (build 17.0.5+8-jvmci-22.3-b08)
GraalVM version (if different from Java)
OpenJDK Runtime Environment GraalVM CE 22.3.0 (build 17.0.5+8-jvmci-22.3-b08)
Quarkus version or git rev
3.2.0
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.9.4
Additional information
No response
The text was updated successfully, but these errors were encountered: