This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/karaf.git
from 56b612b204 Merge pull request #1829 from jbonofre/KARAF-7817 add 606dcbf395 KARAF-7747: Provide Spring 6.1.x/6.0.x features new 21dca2b3bd Merge pull request #1840 from jbonofre/KARAF-7747 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: assemblies/features/spring-legacy/pom.xml | 4 +- .../spring-legacy/src/main/feature/feature.xml | 208 ++++++++++++++++++++- assemblies/features/spring/pom.xml | 2 +- .../features/spring/src/main/feature/feature.xml | 136 +++++++------- itests/test/pom.xml | 6 + .../java/org/apache/karaf/itests/BaseTest.java | 3 + .../itests/features/Spring53FeaturesTest.java | 22 +++ ...FeaturesTest.java => Spring60FeaturesTest.java} | 44 ++--- ...FeaturesTest.java => Spring61FeaturesTest.java} | 49 ++--- pom.xml | 3 + 10 files changed, 330 insertions(+), 147 deletions(-) copy itests/test/src/test/java/org/apache/karaf/itests/features/{Spring52FeaturesTest.java => Spring60FeaturesTest.java} (77%) copy itests/test/src/test/java/org/apache/karaf/itests/features/{Spring53FeaturesTest.java => Spring61FeaturesTest.java} (65%)