TeslaCN commented on a change in pull request #1668:
URL:
https://github.com/apache/shardingsphere-elasticjob/pull/1668#discussion_r513120901
##########
File path: elasticjob-lite/elasticjob-lite-spring/pom.xml
##########
@@ -34,7 +34,7 @@
<properties>
<springboot.version>2.3.1.RELEASE</springboot.version>
- <springframework.version>[3.1.0.RELEASE,)</springframework.version>
Review comment:
The class `org.springframework.util.ConcurrentLruCache` is added since
`5.3.0`.
If we don't specify the upper bound of Spring version, a part of Spring
modules will be upgraded to `5.3.0`.
But some modules are still the lower version.
Ref:
https://github.com/spring-projects/spring-framework/blob/master/spring-core/src/main/java/org/springframework/util/ConcurrentLruCache.java
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]