apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.83k stars 4.62k forks source link

[Improvement] Remove spring-boot-starter-cache dependency #16507

Closed ruanwenjun closed 2 weeks ago

ruanwenjun commented 2 months ago

Search before asking

Description

This is not used anymore.

Are you willing to submit a PR?

Code of Conduct

binitshrest commented 2 months ago

I am interested in solving this issue.

SbloodyS commented 2 months ago

I am interested in solving this issue.

I've assigned to you. Looking forward to your contribution.

binitshrest commented 2 months ago

I am interested in solving this issue.

I've assigned to you. Looking forward to your contribution.

Hi, I have started working on this contributions. This applications is not running in my system due to spotless plugin error. I tried upgrading but it says it is missing some class file i.e com/sun/source/tree/Tree

I have JDK 17 installed.

SbloodyS commented 2 months ago

Hi, I have started working on this contributions. This applications is not running in my system due to spotless plugin error. I tried upgrading but it says it is missing some class file i.e com/sun/source/tree/Tree

I have JDK 17 installed.

You can refer to the docs in https://github.com/apache/dolphinscheduler/blob/dev/docs/docs/en/contribute/development-environment-setup.md

binitshrest commented 2 months ago

I have checked the docs and i have installed the required OS and particular installation. Let me work from now on. I will keep you posted.

binitshrest commented 2 months ago

After careful observation about dependency spring-boot-starter-cache depedency and apllication.properties it has already been removed and i did some more few work understanding the code base and removed other extra dependencies that includes annotations like cacheable and cacheconfig. I removed and i ran the standalone server. It was running without any error. I am ready to do pull request.