File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments