-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Fix deprecation for the MappingJacksonParameterizedConverter
#3930
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
Comments
Hi, @artembilan |
@chickenchickenlove I say go for it. |
Not yet. |
roger that. |
@artembilan Would it be okay to create PR for spring-projects/spring-framework#34963? If it’s the latter, would it be alright for me to open a PR? |
Thank you for offer, @chickenchickenlove ! |
FYI, the required issue in the Framework has been fixed. |
There was misunderstanding from my side.
This way, even if we phasing out Jackson 2 support, that does not mean that we drop it off altogether. |
Ya, eventually, I think we should migrate all our Jackson support to the new one. |
@chickenchickenlove We can look at this issue since we need to tackle a bunch of external dependencies, deprecations, etc., and then coordinate with the framework changes. Were you already in the process of making any changes? |
@sobychacko |
The
MappingJackson2MessageConverter
is deprecated for removal in Spring Framework7.0
in favor ofJacksonJsonMessageConverter
.Related to: spring-projects/spring-framework#33798
The text was updated successfully, but these errors were encountered: