mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
test: probe jdk version changed
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ import java.time.Duration;
|
||||
public class OpenLiberty25ContainerTest extends AbstractProbeContainerTest {
|
||||
|
||||
private static final ProbeTestConfig CONFIG = ProbeTestConfig.openLiberty("open-liberty:25.0.0.12-full-java17-openj9")
|
||||
.expectedJdkVersion("JRE|17.0.19|61")
|
||||
.expectedJdkVersion("JRE|17.0.20|61")
|
||||
.targetJdkVersion(Opcodes.V1_8)
|
||||
.waitStrategy(Wait.forHttp("/app/").forPort(9080).withStartupTimeout(Duration.ofMinutes(5)))
|
||||
.privilegedMode(true)
|
||||
|
||||
Reference in New Issue
Block a user