-
Notifications
You must be signed in to change notification settings - Fork 21
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
With last version of jackson fasterxml since 2.17.1 to 2.18.0 included in the new spring boot 3.4.1 #514
base: main
Are you sure you want to change the base?
With last version of jackson fasterxml since 2.17.1 to 2.18.0 included in the new spring boot 3.4.1 #514
Conversation
…d in the new spring boot 3.4.1
Hey Antoine, it seems there is an issue with the test:
I think you can just drop the |
Yes indeed I test it today and seems to be due to duplicate |
Hi @fhussonnois, sorry but I read again this and I don't understand what you mean by:
Both |
Yes, sorry I was looking at the
Now, Jackson has a good support for records. But, you're totally right! For the |
…ow error with new fasterxml version
9f34d1b
to
2d2bec2
Compare
final String description) { | ||
super(name, op, before, after, description); | ||
final T after) { | ||
super(name, op, before, after, null); |
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.
Change are due to the change order of constructor.
look at issue #513