-
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
Bump to Jackson 2.18 #43669
Bump to Jackson 2.18 #43669
Conversation
geoand
commented
Oct 3, 2024
•
edited
Loading
edited
- Replaces: Bump com.fasterxml.jackson:jackson-bom from 2.17.2 to 2.18.0 #43637
This comment was marked as resolved.
This comment was marked as resolved.
@@ -24,7 +24,7 @@ public JavaArchive get() { | |||
|
|||
@Test | |||
public void test() { | |||
RestAssured.with().contentType("application/json").body("{\"name\": \"brie\"}").put("/fromage") |
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.
How was it supposed to trigger an error before?
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.
It would trigger an error because no matching constructor existed - Jackson has now become smarter and doesn't need @JsonCreator
so I needed to find another way to trigger an mapping exception.
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.
Makes perfect sense, thanks!
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.
🙏🏽
Status for workflow
|