olamy commented on code in PR #3252:
URL: https://github.com/apache/maven-surefire/pull/3252#discussion_r2772549372
##########
.github/workflows/maven-verify.yml:
##########
@@ -49,4 +49,9 @@ jobs:
!**/hs_err_pid*
!surefire-its/target/ConsoleOutputIT_*/target/surefire-reports/*-jvmRun*-events.bin
timeout-minutes: 600
- os-matrix: '[ "ubuntu-latest", "windows-2022", "macos-latest" ]'
+ os-matrix: '[ "ubuntu-latest", "windows-2022", "windows-latest",
"macos-latest" ]'
+ # exclude jkd 8 on windows-latest wmc process not here anymore and jdk8
not supporting processhandle
Review Comment:
> So when this breaks execution of surefire on JDK 8, this is a PR for 4.x.x
(and Java 17)?
nope. still working on jdk8 for `windows-2022`, `linux` or `osx`.
exclusion is **ONLY** `windows-latest` and `jdk8`. but now will work on
`windows-latest` for modern jdk (9+ as it's not working now)
It's only broken now for jdk8 on `windows-latest` but will be find for jdk9+
please read linked issue and the comment added in `maven-verify.yml`
Sorry I don't really want to spend time to fix for `windows-latest` and
`jdk8`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]