#808 - Removed build setup after Spring 5.1 upgrade.

This commit is contained in:
Oliver Drotbohm
2019-02-15 11:46:46 +01:00
parent e74d1098cc
commit 9131a82b90
3 changed files with 4 additions and 168 deletions

View File

@@ -79,14 +79,8 @@ groups:
- name: spring-hateoas
jobs:
- Test - JDK 8
- Test - JDK 8 and Spring 5.0 (snapshots)
- Test - JDK 8 and Spring 5.1 (snapshots)
- Test - JDK 11
- Test - JDK 11 and Spring 5.0 (snapshots)
- Test - JDK 11 and Spring 5.1 (snapshots)
- Test - JDK 13
- Test - JDK 13 and Spring 5.0 (snapshots)
- Test - JDK 13 and Spring 5.1 (snapshots)
- Build
- name: pull-requests
jobs:
@@ -106,32 +100,6 @@ jobs:
params: { PROFILE: "non-existent" }
<<: *slack-failure
- name: Test - JDK 8 and Spring 5.0 (snapshots)
serial: true
public: true
plan:
- get: spring-hateoas-github
trigger: true
- get: openjdk:8-jdk
trigger: true
- task: test
file: spring-hateoas-github/ci/test.yml
params: { PROFILE: "spring5-next" }
<<: *slack-failure
- name: Test - JDK 8 and Spring 5.1 (snapshots)
serial: true
public: true
plan:
- get: spring-hateoas-github
trigger: true
- get: openjdk:8-jdk
trigger: true
- task: test
file: spring-hateoas-github/ci/test.yml
params: { PROFILE: "spring51-next" }
<<: *slack-failure
- name: Test - JDK 11
serial: true
public: true
@@ -146,34 +114,6 @@ jobs:
params: { PROFILE: "non-existant" }
<<: *slack-failure
- name: Test - JDK 11 and Spring 5.0 (snapshots)
serial: true
public: true
plan:
- get: spring-hateoas-github
trigger: true
- get: openjdk:11-jdk
trigger: true
- task: test
image: openjdk:11-jdk
file: spring-hateoas-github/ci/test.yml
params: { PROFILE: "spring5-next" }
<<: *slack-failure
- name: Test - JDK 11 and Spring 5.1 (snapshots)
serial: true
public: true
plan:
- get: spring-hateoas-github
trigger: true
- get: openjdk:11-jdk
trigger: true
- task: test
image: openjdk:11-jdk
file: spring-hateoas-github/ci/test.yml
params: { PROFILE: "spring51-next" }
<<: *slack-failure
- name: Test - JDK 13
serial: true
public: true
@@ -188,34 +128,6 @@ jobs:
params: { PROFILE: "non-existant" }
<<: *slack-failure
- name: Test - JDK 13 and Spring 5.0 (snapshots)
serial: true
public: true
plan:
- get: spring-hateoas-github
trigger: true
- get: openjdk:13-jdk
trigger: true
- task: test
image: openjdk:13-jdk
file: spring-hateoas-github/ci/test.yml
params: { PROFILE: "spring5-next" }
<<: *slack-failure
- name: Test - JDK 13 and Spring 5.1 (snapshots)
serial: true
public: true
plan:
- get: spring-hateoas-github
trigger: true
- get: openjdk:13-jdk
trigger: true
- task: test
image: openjdk:13-jdk
file: spring-hateoas-github/ci/test.yml
params: { PROFILE: "spring51-next" }
<<: *slack-failure
- name: Build
serial: true
public: true
@@ -224,14 +136,8 @@ jobs:
trigger: true
passed: [
Test - JDK 8,
Test - JDK 8 and Spring 5.0 (snapshots),
Test - JDK 8 and Spring 5.1 (snapshots),
Test - JDK 11,
Test - JDK 11 and Spring 5.0 (snapshots),
Test - JDK 11 and Spring 5.1 (snapshots),
Test - JDK 13,
Test - JDK 13 and Spring 5.0 (snapshots),
Test - JDK 13 and Spring 5.1 (snapshots)
Test - JDK 13
]
- put: spring-hateoas-status
params:
@@ -299,36 +205,14 @@ jobs:
- task: test (JDK 8)
file: spring-hateoas-github/ci/test.yml
params: { PROFILE: "non-existent" }
- task: test (JDK 8 and Spring 5.0 snapshots)
file: spring-hateoas-github/ci/test.yml
params: { PROFILE: "spring5-next" }
- task: test (JDK 8 and Spring 5.1 snapshots)
file: spring-hateoas-github/ci/test.yml
params: { PROFILE: "spring51-next" }
- task: test (JDK 11)
image: openjdk:11-jdk
file: spring-hateoas-github/ci/test.yml
params: { PROFILE: "non-existent" }
- task: test (JDK 11 and Spring 5.0 snapshots)
image: openjdk:11-jdk
file: spring-hateoas-github/ci/test.yml
params: { PROFILE: "spring5-next" }
- task: test (JDK 11 and Spring 5.1 snapshots)
image: openjdk:11-jdk
file: spring-hateoas-github/ci/test.yml
params: { PROFILE: "spring51-next" }
- task: test (JDK 13)
image: openjdk:13-jdk
file: spring-hateoas-github/ci/test.yml
params: { PROFILE: "non-existent" }
- task: test (JDK 13 and Spring 5.0 snapshots)
image: openjdk:13-jdk
file: spring-hateoas-github/ci/test.yml
params: { PROFILE: "spring5-next" }
- task: test (JDK 13 and Spring 5.1 snapshots)
image: openjdk:13-jdk
file: spring-hateoas-github/ci/test.yml
params: { PROFILE: "spring51-next" }
on_failure:
aggregate:
- put: spring-hateoas-pull-requests

30
pom.xml
View File

@@ -84,35 +84,7 @@
</properties>
<profiles>
<profile>
<id>spring5-next</id>
<properties>
<spring.version>5.0.12.BUILD-SNAPSHOT</spring.version>
<jackson.version>2.9.2</jackson.version>
</properties>
<repositories>
<repository>
<id>spring-libs-snapshot</id>
<url>http://repo.spring.io/libs-snapshot</url>
</repository>
</repositories>
</profile>
<profile>
<id>spring51-next</id>
<properties>
<spring.version>5.1.4.BUILD-SNAPSHOT</spring.version>
<jackson.version>2.9.2</jackson.version>
</properties>
<repositories>
<repository>
<id>spring-libs-snapshot</id>
<url>http://repo.spring.io/libs-snapshot</url>
</repository>
</repositories>
</profile>
<profile>
<!-- Profile to be run on the CI server, JARs JavaDocs -->

View File

@@ -23,12 +23,12 @@ Check the matrix below to see the status of supported versions:
| image:https://ci.spring.io/api/v1/teams/spring-data/pipelines/spring-hateoas-0.x/jobs/Test%20-%20JDK%208/badge[link="https://ci.spring.io/teams/spring-data/pipelines/spring-hateoas-0.25.x"]
| Test - JDK 8 and Spring 5.0 (snapshots)
| image:https://ci.spring.io/api/v1/teams/spring-data/pipelines/spring-hateoas/jobs/Test%20-%20JDK%208%20and%20Spring%205.0%20(snapshots)/badge[link="https://ci.spring.io/teams/spring-data/pipelines/spring-hateoas"]
|
| image:https://ci.spring.io/api/v1/teams/spring-data/pipelines/spring-hateoas-0.25.x/jobs/Test%20-%20JDK%208%20and%20Spring%205.0%20(snapshots)/badge[link="https://ci.spring.io/teams/spring-data/pipelines/spring-hateoas"]
| image:https://ci.spring.io/api/v1/teams/spring-data/pipelines/spring-hateoas-0.x/jobs/Test%20-%20JDK%208%20and%20Spring%205.0%20(snapshots)/badge[link="https://ci.spring.io/teams/spring-data/pipelines/spring-hateoas"]
| Test - JDK 8 and Spring 5.1 (snapshots)
| image:https://ci.spring.io/api/v1/teams/spring-data/pipelines/spring-hateoas/jobs/Test%20-%20JDK%208%20and%20Spring%205.1%20(snapshots)/badge[link="https://ci.spring.io/teams/spring-data/pipelines/spring-hateoas"]
|
| image:https://ci.spring.io/api/v1/teams/spring-data/pipelines/spring-hateoas-0.25.x/jobs/Test%20-%20JDK%208%20and%20Spring%205.1%20(snapshots)/badge[link="https://ci.spring.io/teams/spring-data/pipelines/spring-hateoas"]
| image:https://ci.spring.io/api/v1/teams/spring-data/pipelines/spring-hateoas-0.x/jobs/Test%20-%20JDK%208%20and%20Spring%205.1%20(snapshots)/badge[link="https://ci.spring.io/teams/spring-data/pipelines/spring-hateoas"]
@@ -37,31 +37,11 @@ Check the matrix below to see the status of supported versions:
| Not supported
| Not supported
| Test - JDK 11 and Spring 5.0 (snapshots)
| image:https://ci.spring.io/api/v1/teams/spring-data/pipelines/spring-hateoas/jobs/Test%20-%20JDK%2011%20and%20Spring%205.0%20(snapshots)/badge[link="https://ci.spring.io/teams/spring-data/pipelines/spring-hateoas"]
| Not supported
| Not supported
| Test - JDK 11 and Spring 5.1 (snapshots)
| image:https://ci.spring.io/api/v1/teams/spring-data/pipelines/spring-hateoas/jobs/Test%20-%20JDK%2011%20and%20Spring%205.1%20(snapshots)/badge[link="https://ci.spring.io/teams/spring-data/pipelines/spring-hateoas"]
| Not supported
| Not supported
| Test - JDK 13
| image:https://ci.spring.io/api/v1/teams/spring-data/pipelines/spring-hateoas/jobs/Test%20-%20JDK%2013/badge[link="https://ci.spring.io/teams/spring-data/pipelines/spring-hateoas"]
| Not supported
| Not supported
| Test - JDK 13 and Spring 5.0 (snapshots)
| image:https://ci.spring.io/api/v1/teams/spring-data/pipelines/spring-hateoas/jobs/Test%20-%20JDK%2013%20and%20Spring%205.0%20(snapshots)/badge[link="https://ci.spring.io/teams/spring-data/pipelines/spring-hateoas"]
| Not supported
| Not supported
| Test - JDK 13 and Spring 5.1 (snapshots)
| image:https://ci.spring.io/api/v1/teams/spring-data/pipelines/spring-hateoas/jobs/Test%20-%20JDK%2013%20and%20Spring%205.1%20(snapshots)/badge[link="https://ci.spring.io/teams/spring-data/pipelines/spring-hateoas"]
| Not supported
| Not supported
| Build - Release to repo.spring.io
| image:https://ci.spring.io/api/v1/teams/spring-data/pipelines/spring-hateoas/jobs/Build/badge[link="https://ci.spring.io/teams/spring-data/pipelines/spring-hateoas"]
| image:https://ci.spring.io/api/v1/teams/spring-data/pipelines/spring-hateoas-0.25.x/jobs/Build/badge[link="https://ci.spring.io/teams/spring-data/pipelines/spring-hateoas-0.25.x"]