You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AbstractMessageChannelBinder uses a custom ObjectMapper. It has code to check if the application provides an ObjectMapper. However, since AMCB is in a binder child context, it doesn't see beans provided by the application, which is only available in the parent context. See this for more context. Consider a way for the applications to circumvent this limitation.
The text was updated successfully, but these errors were encountered:
AbstractMessageChannelBinder
uses a customObjectMapper.
It has code to check if the application provides anObjectMapper.
However, since AMCB is in a binder child context, it doesn't see beans provided by the application, which is only available in the parent context. See this for more context. Consider a way for the applications to circumvent this limitation.The text was updated successfully, but these errors were encountered: