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
Our bean name iteration algorithms with bean type checks across messaging endpoints (AbstractMethodMessageHandler) and web endpoints (AbstractHandlerMethodMapping) are slightly inconsistent with respect to scoped target exclusion (#16173) and now also with respect to lenient treatment of unresolvable bean types (#17619). Let's fix this for 4.2.4, along the lines of the consistent method selection changes in 4.2.3 (#18230).
Juergen Hoeller opened SPR-13725 and commented
Our bean name iteration algorithms with bean type checks across messaging endpoints (
AbstractMethodMessageHandler
) and web endpoints (AbstractHandlerMethodMapping
) are slightly inconsistent with respect to scoped target exclusion (#16173) and now also with respect to lenient treatment of unresolvable bean types (#17619). Let's fix this for 4.2.4, along the lines of the consistent method selection changes in 4.2.3 (#18230).Affects: 4.2.3
Issue Links:
Referenced from: commits a0747c2
The text was updated successfully, but these errors were encountered: