File tree Expand file tree Collapse file tree 8 files changed +24
-18
lines changed
dev.galasa.simbank.manager
galasa-simplatform-application
galasa-simplatform-webapp Expand file tree Collapse file tree 8 files changed +24
-18
lines changed Original file line number Diff line number Diff line change 1- FROM ghcr.io/galasa-dev/openjdk:11-jdk
1+ FROM ghcr.io/galasa-dev/openjdk:17
22
33RUN mkdir /galasa
44
Original file line number Diff line number Diff line change @@ -3,8 +3,11 @@ plugins {
33 id ' biz.aQute.bnd.builder' version ' 7.1.0'
44}
55
6- sourceCompatibility = ' 11'
7- targetCompatibility = ' 11'
6+ java {
7+ toolchain {
8+ languageVersion = JavaLanguageVersion . of(17 )
9+ }
10+ }
811
912group = ' %%prefix%%'
1013version = ' 0.1.0'
Original file line number Diff line number Diff line change 1111 <properties >
1212 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1313 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
14- <java .version>11 </java .version>
15- <maven .compiler.source>11 </maven .compiler.source>
16- <maven .compiler.target>11 </maven .compiler.target>
14+ <java .version>17 </java .version>
15+ <maven .compiler.source>17 </maven .compiler.source>
16+ <maven .compiler.target>17 </maven .compiler.target>
1717 <maven .build.timestamp.format>yyyyMMddHHmm</maven .build.timestamp.format>
1818 <unpackBundle >true</unpackBundle >
1919 </properties >
Original file line number Diff line number Diff line change @@ -3,8 +3,11 @@ plugins {
33 id ' biz.aQute.bnd.builder' version ' 7.1.0'
44}
55
6- sourceCompatibility = ' 11'
7- targetCompatibility = ' 11'
6+ java {
7+ toolchain {
8+ languageVersion = JavaLanguageVersion . of(17 )
9+ }
10+ }
811
912group = ' %%prefix%%'
1013version = ' 0.1.0'
Original file line number Diff line number Diff line change 1111 <properties >
1212 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1313 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
14- <java .version>11 </java .version>
15- <maven .compiler.source>11 </maven .compiler.source>
16- <maven .compiler.target>11 </maven .compiler.target>
14+ <java .version>17 </java .version>
15+ <maven .compiler.source>17 </maven .compiler.source>
16+ <maven .compiler.target>17 </maven .compiler.target>
1717 <maven .build.timestamp.format>yyyyMMddHHmm</maven .build.timestamp.format>
1818 <unpackBundle >true</unpackBundle >
1919 </properties >
Original file line number Diff line number Diff line change 5959 <properties >
6060 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
6161 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
62- <java .version>11 </java .version>
63- <maven .compiler.source>11 </maven .compiler.source>
64- <maven .compiler.target>11 </maven .compiler.target>
62+ <java .version>17 </java .version>
63+ <maven .compiler.source>17 </maven .compiler.source>
64+ <maven .compiler.target>17 </maven .compiler.target>
6565 <maven .build.timestamp.format>yyyyMMddHHmm</maven .build.timestamp.format>
6666
6767 <unpackBundle >true</unpackBundle >
Original file line number Diff line number Diff line change 1- FROM tomcat:8.5.82-jre11 -temurin
1+ FROM tomcat:9-jre17 -temurin
22
33ADD target/galasa-simplatform-webapp.war /usr/local/tomcat/webapps/
44EXPOSE 8080
Original file line number Diff line number Diff line change 5656 <properties >
5757 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
5858 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
59- <java .version>11 </java .version>
60- <maven .compiler.source>11 </maven .compiler.source>
61- <maven .compiler.target>11 </maven .compiler.target>
59+ <java .version>17 </java .version>
60+ <maven .compiler.source>17 </maven .compiler.source>
61+ <maven .compiler.target>17 </maven .compiler.target>
6262 <maven .build.timestamp.format>yyyyMMddHHmm</maven .build.timestamp.format>
6363
6464 <gpg .skip>true</gpg .skip>
You can’t perform that action at this time.
0 commit comments