CzyerChen commented on PR #658: URL: https://github.com/apache/skywalking-java/pull/658#issuecomment-1857315195
> The link I provided, it has tested 3.1.4.RELEASE, 3.2.18.RELEASE, 4.0.9.RELEASE, check this, https://github.com/apache/skywalking-java/blob/main/test/plugin/scenarios/spring-3.1.x-scenario/support-version.list. > > What I want to confirm with you is, is this test covers your scenario if we add 3.2.0.xx into that? Or 3.2.18 is still having this bug just not covered by the test. - SpringBoot version upgrade to 3.2.0 and Spring version upgrade to 6.1.1, then `getMethodValue` removed and caused `NoSuchMethodError`, so i want to commit this change. - I add Spring version 6.1.0/6.1.1 support-version into `spring-6.x-scenario`, change dependency versions in pom.xml to support Spring 6.x([springboot2+spring5 dependency management for 2.7.x with springboot3+spring6 dependency management for 3.0.x ](https://docs.spring.io/spring-boot/docs/3.0.x/reference/html/dependency-versions.html#appendix.dependency-versions). - Upgrade from springboot3.1.x+spring6.0.x to springboot3.2.x+spring6.1.x, our testcase `spring-6.x-scenario` is a spring project, not a springboot project, so i follow the issue [http request parameter error](https://github.com/spring-projects/spring-boot/issues/38541#issuecomment-1827462871) to change maven compile config, and it works. - I passed `spring-6.x-scenario` locally. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
