-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
[Improvement-16507] Remove spring-boot-starter-cache #16593
Conversation
Thanks for opening this pull request! Please check out our contributing guidelines. (https://github.com/apache/dolphinscheduler/blob/dev/docs/docs/en/contribute/join/pull-request.md) |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should remove the code and dependency of spring-boot-starter-cache.
Hi ruanwenjun, |
@caishunfeng Can you please guide me to fix 5 failing issues? |
You should check these two dependency. @binitshrest
|
Thank you SbloodyS. I found them. There are so many of these dependencies. Should i remove them too. |
|
...ava/org/apache/dolphinscheduler/plugin/datasource/api/datasource/BaseDataSourceParamDTO.java
Outdated
Show resolved
Hide resolved
dolphinscheduler-standalone-server/src/main/resources/application.yaml
Outdated
Show resolved
Hide resolved
@binitshrest Yes, the ci has passed. But there are some extra things need to do.
Since you have removed these from LICENSE, and we really don't rely on these, good job, you have solved a new problem. |
Yes, Sir. We don't need to add that exclusion code in all place. I saw in this morning. Once i put that exclusion in root dependency. It will remove from all. I am not sure if i should remove from test scope . I will make also some changes what you have said earlier. |
Do i have to worry about this sir? @ruanwenjun |
No, this is not related to your change, and will not block this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally LGTM. Just some NIT.
.gitignore
Outdated
@@ -54,4 +54,4 @@ dolphinscheduler-worker/logs | |||
dolphinscheduler-master/logs | |||
dolphinscheduler-api/logs | |||
__pycache__ | |||
ds_schema_check_test | |||
ds_schema_check_test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please avoid unnessnary chanage.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is still unaddressed.
This issue was closed accidentally. I am reopening this issue. |
Reopening |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Quality Gate passedIssues Measures |
Awesome work, congrats on your first merged pull request! |
I changed and removed the some extra dependencies that should be removed after removing spring-boot-starter-cache from pom.xml and application.properties file. That has caused the issues. After removing extra dependencies and the server runs smoothly with out any bugs
close #16507