linghengqian opened a new issue, #2425: URL: https://github.com/apache/shardingsphere-elasticjob/issues/2425
## Feature Request **For English only**, other languages will not accept. Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we cannot make decision by current information, we will **close it**. Please answer these questions before submitting your issue. Thanks! ### Is your feature request related to a problem? - For https://github.com/apache/shardingsphere-elasticjob/pull/2417 . ### Describe the feature you would like. - Bump Slf4j API to 2.0.x and drop support for Spring Boot 2. This obviously avoids defining something like the following in the relevant unit tests of Spring Boot 3. ```xml <properties> <slf4j.version>2.0.13</slf4j.version> <logback.version>1.5.6</logback.version> </properties> ``` - But on the other hand, ShardingSphere itself is still using Slf4j API 1.7.36. And using Slf4j 2.0.x will indeed conflict with Spring Boot 2.x, refer to https://github.com/apache/shardingsphere/pull/29008 . - Open the current issue to discuss whether we should maintain support for Spring Boot 2. -- 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]
