amergey commented on code in PR #299:
URL: https://github.com/apache/aries/pull/299#discussion_r1903342717
##########
blueprint/blueprint-spring/pom.xml:
##########
@@ -119,13 +119,13 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
- <version>4.2.2.RELEASE</version>
+ <version>6.1.15</version>
Review Comment:
Yes, but people using spring cannot stay with Java 8, so blueprint-spring
itself will not be use in java 8.
Anyway I realized looking at this PR than same code can work for spring 5
and current spring 6 as well with no differences yet, so no need to separate
artifacts yet, and blueprint-spring can stay with java 8
--
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]