Skip to content

Commit 5b11ecc

Browse files
committed
change JavaSE-25 in bndrun
Signed-off-by: dbulahov <[email protected]>
1 parent 081a869 commit 5b11ecc

File tree

3 files changed

+26
-14
lines changed

3 files changed

+26
-14
lines changed

dockerjava/test.bndrun

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
-runfw: org.apache.felix.framework
3333

34-
-runee: JavaSE-21
34+
-runee: JavaSE-25
3535

3636
-runrequires: \
3737
bnd.identity;id='${project.artifactId}-tests',\
@@ -48,14 +48,19 @@
4848
com.fasterxml.jackson.core.jackson-core;version='[2.18.4,2.18.5)',\
4949
com.fasterxml.jackson.core.jackson-databind;version='[2.18.4,2.18.5)',\
5050
com.sun.jna;version='[5.11.0,5.11.1)',\
51-
junit-jupiter-api;version='[5.10.2,5.10.3)',\
52-
junit-jupiter-engine;version='[5.10.2,5.10.3)',\
53-
junit-platform-commons;version='[1.10.2,1.10.3)',\
54-
junit-platform-engine;version='[1.10.2,1.10.3)',\
55-
junit-platform-launcher;version='[1.10.2,1.10.3)',\
56-
net.bytebuddy.byte-buddy;version='[1.14.16,1.14.17)',\
57-
org.apache.aries.spifly.dynamic.framework.extension;version='[1.3.7,1.3.8)',\
51+
junit-jupiter-api;version='[5.12.2,5.12.3)',\
52+
junit-jupiter-engine;version='[5.12.2,5.12.3)',\
53+
junit-platform-commons;version='[1.12.2,1.12.3)',\
54+
junit-platform-engine;version='[1.12.2,1.12.3)',\
55+
junit-platform-launcher;version='[1.12.2,1.12.3)',\
56+
net.bytebuddy.byte-buddy;version='[1.17.5,1.17.6)',\
57+
org.apache.aries.spifly.dynamic.bundle;version='[1.3.7,1.3.8)',\
5858
org.eclipse.daanse.tooling.dockerjava;version='[0.0.1,0.0.2)',\
5959
org.eclipse.daanse.tooling.dockerjava-tests;version='[0.0.1,0.0.2)',\
60+
org.objectweb.asm;version='[9.9.0,9.9.1)',\
61+
org.objectweb.asm.commons;version='[9.9.0,9.9.1)',\
62+
org.objectweb.asm.tree;version='[9.9.0,9.9.1)',\
63+
org.objectweb.asm.tree.analysis;version='[9.9.0,9.9.1)',\
64+
org.objectweb.asm.util;version='[9.9.0,9.9.1)',\
6065
org.opentest4j;version='[1.3.0,1.3.1)',\
6166
slf4j.api;version='[2.0.12,2.0.13)'

testcontainers/core/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
<version>2.0.2</version>
3434
<scope>compile</scope>
3535
</dependency>
36+
<dependency>
37+
<groupId>org.apache.aries.spifly</groupId>
38+
<artifactId>org.apache.aries.spifly.dynamic.framework.extension</artifactId>
39+
<version>1.3.7</version>
40+
<scope>compile</scope>
41+
</dependency>
3642
</dependencies>
3743

3844
</project>

testcontainers/core/test.bndrun

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
-runfw: org.apache.felix.framework
3434

35-
-runee: JavaSE-21
35+
-runee: JavaSE-25
3636

3737
-runrequires: \
3838
bnd.identity;id='${project.artifactId}-tests',\
@@ -43,12 +43,13 @@
4343
# -runbundles is calculated by the bnd-resolver-maven-plugin
4444

4545
-runbundles: \
46+
com.fasterxml.jackson.core.jackson-annotations;version='[2.20.0,2.20.1)',\
4647
com.sun.jna;version='[5.18.1,5.18.2)',\
47-
junit-jupiter-api;version='[5.10.2,5.10.3)',\
48-
junit-jupiter-engine;version='[5.10.2,5.10.3)',\
49-
junit-platform-commons;version='[1.10.2,1.10.3)',\
50-
junit-platform-engine;version='[1.10.2,1.10.3)',\
51-
junit-platform-launcher;version='[1.10.2,1.10.3)',\
48+
junit-jupiter-api;version='[5.12.2,5.12.3)',\
49+
junit-jupiter-engine;version='[5.12.2,5.12.3)',\
50+
junit-platform-commons;version='[1.12.2,1.12.3)',\
51+
junit-platform-engine;version='[1.12.2,1.12.3)',\
52+
junit-platform-launcher;version='[1.12.2,1.12.3)',\
5253
org.apache.aries.spifly.dynamic.framework.extension;version='[1.3.7,1.3.8)',\
5354
org.apache.commons.commons-compress;version='[1.28.0,1.28.1)',\
5455
org.apache.commons.commons-io;version='[2.20.0,2.20.1)',\

0 commit comments

Comments
 (0)