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

Fix the dependency missing of dubbo-spring-boot.(#14947) #14948

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

lanxi0
Copy link
Contributor

@lanxi0 lanxi0 commented Nov 26, 2024

Fix the dependency missing of dubbo-spring-boot.(#14947)

What is the purpose of the change?

ServiceServiceIdConflictProcessor imported ServiceConfig and other classes, But it doesn't rely on dubbo-config-spring.and when running dubbo-demo-spring-boot, An error indicating that the Class not found.
Fixed the issue of missing dependencies

Checklist

  • Make sure there is a GitHub_issue field for the change.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit-test to verify your logic correction. If the new feature or significant change is committed, please remember to add sample in dubbo samples project.
  • Make sure gitHub actions can pass. Why the workflow is failing and how to fix it?

…ServiceIdConflictProcessor imported ServiceConfig and other classes, But it doesn't rely on dubbo-config-spring.and when running dubbo-demo-spring-boot, An error indicating that the Class not found.
@oxsean oxsean merged commit 6ad5809 into apache:3.3 Nov 27, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants