Skip to content

Commit

Permalink
deps: bump spring-boot version in integration tests to latest 2 (2.7.17)
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <[email protected]>
  • Loading branch information
manusa committed Nov 17, 2023
1 parent 57bf3b9 commit d4d4158
Show file tree
Hide file tree
Showing 39 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion gradle-plugin/it/src/it/spring-boot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
plugins {
id 'org.eclipse.jkube.kubernetes' version "${jKubeVersion}"
id 'org.eclipse.jkube.openshift' version "${jKubeVersion}"
id 'org.springframework.boot' version '2.7.14'
id 'org.springframework.boot' version '2.7.17'
id 'io.spring.dependency-management' version '1.0.15.RELEASE'
id 'java'
}
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-maven-plugin/it/src/it/configmap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.6.RELEASE</version>
<version>2.7.17</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-maven-plugin/it/src/it/env-metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.6.RELEASE</version>
<version>2.7.17</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.3.RELEASE</version>
<version>2.7.17</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.6.RELEASE</version>
<version>2.7.17</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-maven-plugin/it/src/it/namespace/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.3.RELEASE</version>
<version>2.7.17</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.6.RELEASE</version>
<version>2.7.17</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-maven-plugin/it/src/it/registry-286/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.6.RELEASE</version>
<version>2.7.17</version>
</parent>

<name>JKube Maven :: Sample :: Registry-286</name>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-maven-plugin/it/src/it/revisionhistory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.6.RELEASE</version>
<version>2.7.17</version>
</parent>

<name>JKube Maven :: Sample :: Revision History Test</name>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-maven-plugin/it/src/it/secret-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.6.RELEASE</version>
<version>2.7.17</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-maven-plugin/it/src/it/sidecar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.10.RELEASE</version>
<version>2.7.17</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.6.RELEASE</version>
<version>2.7.17</version>
</parent>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-maven-plugin/it/src/it/simple-maven-scm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.6.RELEASE</version>
<version>2.7.17</version>
</parent>

<scm>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ items:
annotations:
jkube.eclipse.org/git-commit: "@ignore@"
prometheus.io/port: "9779"
jkube.eclipse.org/scm-url: https://github.com/spring-projects/spring-boot/spring-boot-starter-parent/jkube-maven-sample-zero-config
jkube.eclipse.org/scm-url: https://github.com/spring-projects/spring-boot/jkube-maven-sample-zero-config
jkube.eclipse.org/git-branch: "@ignore@"
prometheus.io/scrape: "true"
jkube.eclipse.org/scm-tag: HEAD
Expand All @@ -49,7 +49,7 @@ items:
jkube.eclipse.org/git-commit: "@ignore@"
jkube.eclipse.org/git-branch: "@ignore@"
jkube.eclipse.org/scm-tag: HEAD
jkube.eclipse.org/scm-url: https://github.com/spring-projects/spring-boot/spring-boot-starter-parent/jkube-maven-sample-zero-config
jkube.eclipse.org/scm-url: https://github.com/spring-projects/spring-boot/jkube-maven-sample-zero-config
labels:
app: jkube-maven-sample-zero-config
provider: jkube
Expand All @@ -68,7 +68,7 @@ items:
metadata:
annotations:
jkube.eclipse.org/git-commit: "@ignore@"
jkube.eclipse.org/scm-url: https://github.com/spring-projects/spring-boot/spring-boot-starter-parent/jkube-maven-sample-zero-config
jkube.eclipse.org/scm-url: https://github.com/spring-projects/spring-boot/jkube-maven-sample-zero-config
jkube.eclipse.org/git-branch: "@ignore@"
jkube.eclipse.org/scm-tag: HEAD
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.6.RELEASE</version>
<version>2.7.17</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ items:
annotations:
jkube.eclipse.org/git-commit: "@ignore@"
prometheus.io/port: "9779"
jkube.eclipse.org/scm-url: https://github.com/spring-projects/spring-boot/spring-boot-starter-parent/jkube-maven-sample-zero-config
jkube.eclipse.org/scm-url: https://github.com/spring-projects/spring-boot/jkube-maven-sample-zero-config
jkube.eclipse.org/git-branch: "@ignore@"
prometheus.io/scrape: "true"
jkube.eclipse.org/scm-tag: HEAD
Expand All @@ -49,7 +49,7 @@ items:
jkube.eclipse.org/git-commit: "@ignore@"
jkube.eclipse.org/git-branch: "@ignore@"
jkube.eclipse.org/scm-tag: HEAD
jkube.eclipse.org/scm-url: https://github.com/spring-projects/spring-boot/spring-boot-starter-parent/jkube-maven-sample-zero-config
jkube.eclipse.org/scm-url: https://github.com/spring-projects/spring-boot/jkube-maven-sample-zero-config
labels:
app: jkube-maven-sample-zero-config
provider: jkube
Expand All @@ -68,7 +68,7 @@ items:
metadata:
annotations:
jkube.eclipse.org/git-commit: "@ignore@"
jkube.eclipse.org/scm-url: https://github.com/spring-projects/spring-boot/spring-boot-starter-parent/jkube-maven-sample-zero-config
jkube.eclipse.org/scm-url: https://github.com/spring-projects/spring-boot/jkube-maven-sample-zero-config
jkube.eclipse.org/git-branch: "@ignore@"
jkube.eclipse.org/scm-tag: HEAD
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.6.RELEASE</version>
<version>2.7.17</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-maven-plugin/it/src/it/simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.6.RELEASE</version>
<version>2.7.17</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-maven-plugin/it/src/it/spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.4</version>
<version>2.7.17</version>
</parent>

<name>JKube Maven :: Sample :: Spring Boot Web</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ items:
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /health
path: /actuator/health
port: 8080
scheme: HTTP
initialDelaySeconds: 180
Expand All @@ -87,7 +87,7 @@ items:
protocol: TCP
readinessProbe:
httpGet:
path: /health
path: /actuator/health
port: 8080
scheme: HTTP
initialDelaySeconds: 10
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-maven-plugin/it/src/it/statefulset/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.3.RELEASE</version>
<version>2.7.17</version>
</parent>

<name>JKube Maven :: Sample :: Stateful Set</name>
Expand Down
2 changes: 1 addition & 1 deletion openshift-maven-plugin/it/src/it/configmap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.6.RELEASE</version>
<version>2.7.17</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion openshift-maven-plugin/it/src/it/env-metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.6.RELEASE</version>
<version>2.7.17</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion openshift-maven-plugin/it/src/it/project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.3.RELEASE</version>
<version>2.7.17</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion openshift-maven-plugin/it/src/it/registry-286/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.6.RELEASE</version>
<version>2.7.17</version>
</parent>

<name>JKube Maven :: Sample :: Registry-286</name>
Expand Down
2 changes: 1 addition & 1 deletion openshift-maven-plugin/it/src/it/revisionhistory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.6.RELEASE</version>
<version>2.7.17</version>
</parent>

<name>JKube Maven :: Sample :: Revision History Test</name>
Expand Down
2 changes: 1 addition & 1 deletion openshift-maven-plugin/it/src/it/secret-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.6.RELEASE</version>
<version>2.7.17</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion openshift-maven-plugin/it/src/it/sidecar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.10.RELEASE</version>
<version>2.7.17</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.6.RELEASE</version>
<version>2.7.17</version>
</parent>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion openshift-maven-plugin/it/src/it/simple-maven-scm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.6.RELEASE</version>
<version>2.7.17</version>
</parent>

<scm>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ items:
annotations:
jkube.eclipse.org/git-commit: "@ignore@"
prometheus.io/port: "9779"
jkube.eclipse.org/scm-url: https://github.com/spring-projects/spring-boot/spring-boot-starter-parent/jkube-maven-sample-zero-config
jkube.eclipse.org/scm-url: https://github.com/spring-projects/spring-boot/jkube-maven-sample-zero-config
jkube.eclipse.org/git-branch: "@ignore@"
prometheus.io/scrape: "true"
jkube.eclipse.org/scm-tag: HEAD
Expand All @@ -49,7 +49,7 @@ items:
jkube.eclipse.org/git-commit: "@ignore@"
jkube.eclipse.org/git-branch: "@ignore@"
jkube.eclipse.org/scm-tag: HEAD
jkube.eclipse.org/scm-url: https://github.com/spring-projects/spring-boot/spring-boot-starter-parent/jkube-maven-sample-zero-config
jkube.eclipse.org/scm-url: https://github.com/spring-projects/spring-boot/jkube-maven-sample-zero-config
labels:
app: jkube-maven-sample-zero-config
provider: jkube
Expand All @@ -71,7 +71,7 @@ items:
metadata:
annotations:
jkube.eclipse.org/git-commit: "@ignore@"
jkube.eclipse.org/scm-url: https://github.com/spring-projects/spring-boot/spring-boot-starter-parent/jkube-maven-sample-zero-config
jkube.eclipse.org/scm-url: https://github.com/spring-projects/spring-boot/jkube-maven-sample-zero-config
jkube.eclipse.org/git-branch: "@ignore@"
jkube.eclipse.org/scm-tag: HEAD
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.6.RELEASE</version>
<version>2.7.17</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ items:
annotations:
jkube.eclipse.org/git-commit: "@ignore@"
prometheus.io/port: "9779"
jkube.eclipse.org/scm-url: https://github.com/spring-projects/spring-boot/spring-boot-starter-parent/jkube-maven-sample-zero-config
jkube.eclipse.org/scm-url: https://github.com/spring-projects/spring-boot/jkube-maven-sample-zero-config
jkube.eclipse.org/git-branch: "@ignore@"
prometheus.io/scrape: "true"
jkube.eclipse.org/scm-tag: HEAD
Expand All @@ -49,7 +49,7 @@ items:
jkube.eclipse.org/git-commit: "@ignore@"
jkube.eclipse.org/git-branch: "@ignore@"
jkube.eclipse.org/scm-tag: HEAD
jkube.eclipse.org/scm-url: https://github.com/spring-projects/spring-boot/spring-boot-starter-parent/jkube-maven-sample-zero-config
jkube.eclipse.org/scm-url: https://github.com/spring-projects/spring-boot/jkube-maven-sample-zero-config
labels:
app: jkube-maven-sample-zero-config
provider: jkube
Expand All @@ -71,7 +71,7 @@ items:
metadata:
annotations:
jkube.eclipse.org/git-commit: "@ignore@"
jkube.eclipse.org/scm-url: https://github.com/spring-projects/spring-boot/spring-boot-starter-parent/jkube-maven-sample-zero-config
jkube.eclipse.org/scm-url: https://github.com/spring-projects/spring-boot/jkube-maven-sample-zero-config
jkube.eclipse.org/git-branch: "@ignore@"
jkube.eclipse.org/scm-tag: HEAD
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.6.RELEASE</version>
<version>2.7.17</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion openshift-maven-plugin/it/src/it/simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.6.RELEASE</version>
<version>2.7.17</version>
</parent>

<dependencies>
Expand Down
Loading

0 comments on commit d4d4158

Please sign in to comment.