question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

json format issue with quarkus 2.5.0.Final at patch request

See original GitHub issue

Describe 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:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
geoandcommented, Nov 30, 2021

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

0reactions
RehamAboelyazied7commented, Nov 30, 2021

I checked that https://github.com/quarkusio/quarkus/issues/21818 and I think it’s the same issue

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found