File tree Expand file tree Collapse file tree 8 files changed +16
-12
lines changed Expand file tree Collapse file tree 8 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 17
17
build :
18
18
name : Build
19
19
runs-on : ubuntu-latest
20
- timeout-minutes : 15
20
+ timeout-minutes : 30
21
21
22
22
steps :
23
23
- name : Checkout
Original file line number Diff line number Diff line change 12
12
push_to_registry :
13
13
name : Build and publish
14
14
runs-on : ubuntu-latest
15
- timeout-minutes : 15
15
+ timeout-minutes : 30
16
16
17
17
steps :
18
18
- name : Checkout
Original file line number Diff line number Diff line change 21
21
build :
22
22
name : SonarCloud
23
23
runs-on : ubuntu-latest
24
- timeout-minutes : 15
24
+ timeout-minutes : 30
25
25
26
26
if : ${{ (github.event_name != 'pull_request_target' && github.actor != 'dependabot[bot]') || (github.actor == 'dependabot[bot]' && github.event_name == 'pull_request_target') }}
27
27
steps :
Original file line number Diff line number Diff line change 21
21
# docker run -i --rm -p 8080:8080 -p 5005:5005 -e JAVA_ENABLE_DEBUG="true" quarkus/app-jvm
22
22
#
23
23
###
24
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1049.1675784874
24
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1085.1679482090
25
25
26
26
ARG JAVA_PACKAGE=java-17-openjdk-headless
27
27
ARG RUN_JAVA_VERSION=1.3.8
Original file line number Diff line number Diff line change 14
14
# docker run -i --rm -p 8080:8080 quarkus/app
15
15
#
16
16
###
17
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1049.1675784874
17
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1085.1679482090
18
18
WORKDIR /work/
19
19
RUN chown 1001 /work \
20
20
&& chmod "g+rwX" /work \
Original file line number Diff line number Diff line change @@ -19,16 +19,18 @@ SPDX-License-Identifier: Apache-2.0
19
19
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
20
20
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
21
21
22
- <compiler-plugin .version>3.10.1 </compiler-plugin .version>
23
- <surefire-plugin .version>3.0.0-M9 </surefire-plugin .version>
22
+ <compiler-plugin .version>3.11.0 </compiler-plugin .version>
23
+ <surefire-plugin .version>3.0.0</surefire-plugin .version>
24
24
<sonarqube-plugin .version>3.2.0</sonarqube-plugin .version>
25
25
26
26
<compas .scl.xsd.version>0.0.4</compas .scl.xsd.version>
27
27
<compas .core.version>0.12.0</compas .core.version>
28
28
29
- <quarkus .platform.version>2.16.3 .Final</quarkus .platform.version>
30
- <log4j2 .version>2.19 .0</log4j2 .version>
29
+ <quarkus .platform.version>2.16.5 .Final</quarkus .platform.version>
30
+ <log4j2 .version>2.20 .0</log4j2 .version>
31
31
<openpojo .version>0.9.1</openpojo .version>
32
+ <maven .compiler.source>17</maven .compiler.source>
33
+ <maven .compiler.target>17</maven .compiler.target>
32
34
</properties >
33
35
34
36
<modules >
@@ -173,6 +175,8 @@ SPDX-License-Identifier: Apache-2.0
173
175
<version >${compiler-plugin.version} </version >
174
176
<configuration >
175
177
<parameters >${maven.compiler.parameters} </parameters >
178
+ <meminitial >2024m</meminitial >
179
+ <maxmem >4024m</maxmem >
176
180
</configuration >
177
181
</plugin >
178
182
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ SPDX-License-Identifier: Apache-2.0
36
36
<log4j .version>1.2.19</log4j .version>
37
37
<javax .inject.version>1.0.0</javax .inject.version>
38
38
39
- <riseclipse .main.version>1.2.6 </riseclipse .main.version>
40
- <riseclipse .scl.version>1.2.5 </riseclipse .scl.version>
39
+ <riseclipse .main.version>1.2.7 </riseclipse .main.version>
40
+ <riseclipse .scl.version>1.2.6 </riseclipse .scl.version>
41
41
42
42
<riseclipse .p2.root>${project.basedir} /riseclipse-p2-to-m2</riseclipse .p2.root>
43
43
</properties >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ SPDX-License-Identifier: Apache-2.0
29
29
<plugin >
30
30
<groupId >org.eclipse.tycho.extras</groupId >
31
31
<artifactId >tycho-eclipserun-plugin</artifactId >
32
- <version >3.0.2 </version >
32
+ <version >3.0.4 </version >
33
33
<configuration >
34
34
<work >${project.build.directory} /maven/tmp/cbi</work >
35
35
<executionEnvironment >JavaSE-17</executionEnvironment >
You can’t perform that action at this time.
0 commit comments