Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure IT tests are compatible with Spring Boot 3.x #1061

Closed
artur-ciocanu opened this issue Jun 27, 2024 · 0 comments · Fixed by #1062
Closed

Ensure IT tests are compatible with Spring Boot 3.x #1061

artur-ciocanu opened this issue Jun 27, 2024 · 0 comments · Fixed by #1062
Labels
kind/bug Something isn't working

Comments

@artur-ciocanu
Copy link
Contributor

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant