Skip to content

Commit 542f5d3

Browse files
committed
HSEARCH-5502 Update to JUnit 6.0.0
1 parent 9656409 commit 542f5d3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

build/parents/build/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@
133133

134134
<!-- >>> Common -->
135135
<version.log4j>2.25.2</version.log4j>
136-
<version.junit-jupiter>5.13.4</version.junit-jupiter>
137-
<version.junit-platform-suite-engine>1.10.0</version.junit-platform-suite-engine>
136+
<version.junit-jupiter>6.0.0</version.junit-jupiter>
138137
<version.org.osgi.core>6.0.0</version.org.osgi.core>
139138
<!-- Make sure to update Ryuk container version in `ryuk.Dockerfile` whenever updating testcontainers to align it with the lib. -->
140139
<version.testcontainers>2.0.1</version.testcontainers>

integrationtest/mapper/orm-outbox-polling/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@
9393
Those few cases that are acceptable are tested by an outbox polling specific test. -->
9494
<exclude>SessionIndexingPlanFilterIT</exclude>
9595
</excludes>
96+
<systemPropertyVariables combine.self="append">
97+
<hibernate.testing.bytecode.enhancement.extension.engine.enabled>true</hibernate.testing.bytecode.enhancement.extension.engine.enabled>
98+
</systemPropertyVariables>
9699
</configuration>
97100
</execution>
98101
</executions>

integrationtest/mapper/orm/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@
6666
</goals>
6767
</execution>
6868
</executions>
69+
<configuration>
70+
<systemPropertyVariables combine.self="append">
71+
<hibernate.testing.bytecode.enhancement.extension.engine.enabled>true</hibernate.testing.bytecode.enhancement.extension.engine.enabled>
72+
</systemPropertyVariables>
73+
</configuration>
6974
</plugin>
7075
</plugins>
7176
</build>

0 commit comments

Comments
 (0)