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
Spring Framework 6.x changed the parameter name resolution, this hinders migration to Spring Boot 3.x. We should adjust IT tests to use @PathVariable and @RequestParam with proper names.
Actual Behavior
When we switch to Spring Boot 3.x the IT tests for MethodInvokeIT start to fail.
Steps to Reproduce the Problem
Run the MethodInvokeIT and see it error out.
Release Note
RELEASE NOTE:
The text was updated successfully, but these errors were encountered:
Expected Behavior
Spring Framework 6.x changed the parameter name resolution, this hinders migration to Spring Boot 3.x. We should adjust IT tests to use
@PathVariable
and@RequestParam
with proper names.Actual Behavior
When we switch to Spring Boot 3.x the IT tests for
MethodInvokeIT
start to fail.Steps to Reproduce the Problem
Run the
MethodInvokeIT
and see it error out.Release Note
RELEASE NOTE:
The text was updated successfully, but these errors were encountered: