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
In Spring Framework 6.2.x we introduced a hierarchy for MockHttpServletRequestBuilder and MockMultipartHttpServletRequestBuilder to add support for AssertJ. Unfortunately, this broke source and binary compatibility.
This has been restored in #33229 but we should take the opportunity of a major release to simplify the code.
In Spring Framework 6.2.x we introduced a hierarchy for
MockHttpServletRequestBuilder
andMockMultipartHttpServletRequestBuilder
to add support for AssertJ. Unfortunately, this broke source and binary compatibility.This has been restored in #33229 but we should take the opportunity of a major release to simplify the code.
This task is mostly about reverting 265299c
The text was updated successfully, but these errors were encountered: