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

[Feature] spring5.3.39 cannot start in springboot3.2.5 #15041

Open
4 tasks done
L1yp opened this issue Jan 8, 2025 · 5 comments
Open
4 tasks done

[Feature] spring5.3.39 cannot start in springboot3.2.5 #15041

L1yp opened this issue Jan 8, 2025 · 5 comments
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage

Comments

@L1yp
Copy link

L1yp commented Jan 8, 2025

Pre-check

  • I am sure that all the content I provide is in English.

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Apache Dubbo Component

Java SDK (apache/dubbo)

Descriptions

spring5.3.39 cannot start in springboot3.2.5

Related issues

No response

Are you willing to submit a pull request to fix on your own?

  • Yes I am willing to submit a pull request on my own!

Code of Conduct

@L1yp L1yp added component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage labels Jan 8, 2025
@oxsean
Copy link
Collaborator

oxsean commented Jan 8, 2025

Spring Boot 3.0 builds on and requires Spring Framework 6
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Release-Notes

@L1yp
Copy link
Author

L1yp commented Jan 8, 2025

Spring Boot 3.0 builds on and requires Spring Framework 6 https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Release-Notes

download source code and build, install to maven repo?

@oxsean
Copy link
Collaborator

oxsean commented Jan 8, 2025

I don't quite understand what you mean. Spring Boot 3 must dependency on Spring 6.

@L1yp
Copy link
Author

L1yp commented Jan 8, 2025

I don't quite understand what you mean. Spring Boot 3 must dependency on Spring 6.

After I introduced dubbo, I couldn't start my project. My springboot version is 3.2.5, and I saw that the spring version of dubbo-config is 5.3.39, so I have questions about this: How to introduce dubbo dependencies in the springboot3 (spring6) environment?

my code:

      <dependency>
        <groupId>org.apache.dubbo</groupId>
        <artifactId>dubbo-spring-boot-autoconfigure-compatible</artifactId>
        <version>3.3.2</version>
      </dependency>
      <dependency>
        <groupId>org.apache.dubbo</groupId>
        <artifactId>dubbo-spring-boot-starter</artifactId>
        <version>3.3.2</version>
      </dependency>

@oxsean
Copy link
Collaborator

oxsean commented Jan 8, 2025

Refer to this example to import spring boot bom to manage spring versions
https://github.com/apache/dubbo-samples/tree/master/1-basic/dubbo-samples-spring-boot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage
Projects
Status: Todo
Development

No branches or pull requests

2 participants