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
MarshallingHttpMessageConverter.afterPropertiesSet() asserts that both the marshaller and unmarshaller have been set. However, there are use cases for which only one of these two is required.
I suggest making this check when the marshaller or unmarshaller is first used, rather than at init time.
Kenny MacLeod opened SPR-5942 and commented
MarshallingHttpMessageConverter.afterPropertiesSet() asserts that both the marshaller and unmarshaller have been set. However, there are use cases for which only one of these two is required.
I suggest making this check when the marshaller or unmarshaller is first used, rather than at init time.
Affects: 3.0 M3
Referenced from: commits 307fb0a
The text was updated successfully, but these errors were encountered: