-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add Jackson 3 support and deprecate Jackson 2 APIs #10058
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! Would it be okay if I work on this issue? Is this related to spring-projects/spring-framework#33798? |
That's correct. |
Repurpose an issue to a broader subject. |
MappingJackson2MessageConverter
from Spring Framework 7.0
Hi @artembilan! I see the scope got expanded. Are we looking at migrating Jackson 2 to 3 across all Spring Integration modules for this issue? |
Thank you for looking into this, @anthologia ! Well, it is not about migration any more. The most important part that Jackson 3 has to be managed as dependency to make everything working. |
Thanks for clarifying! I'll fix the compile warning issues (in this milestone) first, then get into this. |
Thanks. |
Oh, I meant I'd handle the |
Good. |
This is where we use it:
ConfigurableCompositeMessageConverter
WebSocketInboundChannelAdapter
WebSocketOutboundMessageHandler
StompInboundChannelAdapterWebSocketIntegrationTests
Has to be migrated to a new
JacksonJsonMessageConverter
.The text was updated successfully, but these errors were encountered: