Skip to content

Commit 2f8d1e8

Browse files
authored
Pin the parent Devfile version to 1.2.0 (#36)
* Pin the parent Devfile version to 1.2.0 The default version of the parent Stack will be updated in [1] to use JDK 17, so that users on recent versions of Spring Boot can use such Stack. This is to make sure this sample does not break with such change, and continues to work as before, since it is using Sprint Boot 2.x (and expects JDK 11). Signed-off-by: Armel Soro <[email protected]> * Git-ignore the whole '.odo' folder Recent versions of odo add additional files to this folder. Signed-off-by: Armel Soro <[email protected]> --------- Signed-off-by: Armel Soro <[email protected]>
1 parent 91e3eb5 commit 2f8d1e8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.project
33
.settings
44
target
5-
.odo/env
5+
.odo
66
.idea
7-
.DS_Store
7+
.DS_Store
8+

devfile.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ metadata:
1717
parent:
1818
id: java-springboot
1919
registryUrl: 'https://registry.devfile.io'
20+
version: 1.2.0
2021
components:
2122
- name: image-build
2223
image:

0 commit comments

Comments
 (0)