From e8a9324420b87b8663dcbd705f362f5d63c86501 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Wed, 29 Jan 2020 17:28:44 -0600 Subject: [PATCH] Remove springdata-next profile from CI environment. Due to binary differences between MongoDB 3.x and 4.x, and because Spring Session Data MongoDB 2.3 supports MongoDB 4.x, there is no longer any need to backport support for Spring Data Neumann. Resolves #126. --- Jenkinsfile | 33 --------------------------------- pom.xml | 19 +------------------ 2 files changed, 1 insertion(+), 51 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 818ebd8..1a5daf3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -49,17 +49,6 @@ pipeline { sh "PROFILE=spring-next,convergence ci/test.sh" } } - stage("Test: springdata-next (jdk8)") { - agent { - docker { - image 'adoptopenjdk/openjdk8:latest' - args '-v $HOME/.m2:/root/.m2' - } - } - steps { - sh "PROFILE=springdata-next,convergence ci/test.sh" - } - } stage("Test: baseline (jdk11)") { agent { docker { @@ -82,17 +71,6 @@ pipeline { sh "PROFILE=spring-next,convergence ci/test.sh" } } - stage("Test: springdata-next (jdk11)") { - agent { - docker { - image 'adoptopenjdk/openjdk11:latest' - args '-v $HOME/.m2:/root/.m2' - } - } - steps { - sh "PROFILE=springdata-next,convergence ci/test.sh" - } - } stage("Test: baseline (jdk13)") { agent { docker { @@ -115,17 +93,6 @@ pipeline { sh "PROFILE=spring-next,convergence ci/test.sh" } } - stage("Test: springdata-next (jdk13)") { - agent { - docker { - image 'adoptopenjdk/openjdk13:latest' - args '-v $HOME/.m2:/root/.m2' - } - } - steps { - sh "PROFILE=springdata-next,convergence ci/test.sh" - } - } } } stage('Deploy to Artifactory') { diff --git a/pom.xml b/pom.xml index 4077c31..8ba737a 100644 --- a/pom.xml +++ b/pom.xml @@ -102,24 +102,7 @@ - - - springdata-next - - Dysprosium-BUILD-SNAPSHOT - 5.2.4.BUILD-SNAPSHOT - Neumann-BUILD-SNAPSHOT - 5.1.8.BUILD-SNAPSHOT - 2.2.0.BUILD-SNAPSHOT - - - - spring-libs-snapshot - https://repo.spring.io/libs-snapshot - - - - + convergence