As soon as we updated the version string from 22-ea to 22, the test started to fail in our JDK 22 CI.
java.lang.RuntimeException: 'java.[0-9][0-9][-].*' missing from stdout/stderr
at jdk.test.lib.process.OutputAnalyzer.shouldMatch(OutputAnalyzer.java:363)
at ModuleOption.main(ModuleOption.java:61)
there is no `-` in the release version string.
java.lang.RuntimeException: 'java.[0-9][0-9][-].*' missing from stdout/stderr
at jdk.test.lib.process.OutputAnalyzer.shouldMatch(OutputAnalyzer.java:363)
at ModuleOption.main(ModuleOption.java:61)
there is no `-` in the release version string.
- duplicates
-
JDK-8324041 ModuleOption.java failed with update release versioning scheme
-
- Resolved
-