json format issue with quarkus 2.5.0.Final at patch request
See original GitHub issueDescribe the bug
I was using quarkus 2.4.1.Final and implemented a patch request with quarkus-resteasy-jackson now, I need to update to 2.5.0.Final but when I try updating it, the format of response is not right and I get an error parsing JSON data.
Expected behavior
the expected was to have the same json response as before
Actual behavior
the response code is 200 as before but with miss match json format - error to parse json
How to Reproduce?
find sample project for the problem: https://github.com/RehamAboelyazied7/mongo-with-quarkus
Output of uname -a
or ver
No response
Output of java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of mvnw --version
or gradlew --version
)
No response
Additional information
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
release - Quarkus
We released Quarkus 2.13.0.Final which, among a lot of smaller enhancements, comes with a cross site request forgery prevention filter and a Kafka...
Read more >Red Hat Integration 2022.q3 Release Notes for Red Hat Integration ...
For more details of other issues resolved between Camel Quarkus 2.2 and Camel Quarkus 2.7, see the. Release Notes for each patch release....
Read more >chore(deps): update dependency io.quarkus:quarkus ... - GitLab
An error occurred while retrieving approval data for this merge request. chore(deps): update dependency io.quarkus:quarkus ...
Read more >Release Notes - Keycloak
We are happy to announce that the new Keycloak Operator for the Quarkus based distribution is no longer a preview feature.
Read more >Changelog - Google Git
#2682 (ffang); Fix Error when using camel-quarkus-jackson in native mode: ... Ban commons-logging and commons-logging-api #3405; Create a Json-patch ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Very interesting.
Let’s close this then since the underlying issue has already been fixed.
Once 2.5.1 is out, please give it a try and comment if the issue has not been fixed
I checked that https://github.com/quarkusio/quarkus/issues/21818 and I think it’s the same issue