-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle paths with a question mark in them #23696
Conversation
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 5d19b1f
Failures⚙️ Initial JDK 11 Build #- Failing: independent-projects/bootstrap/app-model
! Skipped: core/deployment core/launcher core/runtime and 699 more 📦 independent-projects/bootstrap/app-model✖ |
final JavaArchive jar = ShrinkWrap.create(JavaArchive.class) | ||
.add(new StringAsset("a"), "a.txt") | ||
.add(new StringAsset("b"), "b/b.txt"); | ||
final Path tmpDir = Files.createTempDirectory("test?"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't ?
illegal in Windows?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, just confirmed that this test will fail in Windows
5d19b1f
to
e149e9e
Compare
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building e149e9e
Failures⚙️ Initial JDK 11 Build #- Failing: independent-projects/bootstrap/app-model
! Skipped: core/deployment core/launcher core/runtime and 699 more 📦 independent-projects/bootstrap/app-model✖ |
e149e9e
to
fc559d3
Compare
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building fc559d3
Failures⚙️ Initial JDK 11 Build #- Failing: independent-projects/bootstrap/app-model
! Skipped: core/deployment core/launcher core/runtime and 699 more 📦 independent-projects/bootstrap/app-model✖ |
I restarted the CI |
Failure on Windows
|
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building fc559d3
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 11 Windows #- Failing: independent-projects/bootstrap/core
! Skipped: core/deployment core/launcher core/runtime and 671 more 📦 independent-projects/bootstrap/core✖
|
fc559d3
to
b627bb7
Compare
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building b627bb7
Full information is available in the Build summary check run. Failures⚙️ Gradle Tests - JDK 11 Windows #- Failing: integration-tests/gradle
📦 integration-tests/gradle✖
⚙️ JVM Tests - JDK 11 #- Failing: extensions/reactive-routes/deployment
! Skipped: extensions/agroal/deployment extensions/elytron-security-jdbc/deployment extensions/flyway/deployment and 164 more 📦 extensions/reactive-routes/deployment✖
⚙️ JVM Tests - JDK 17 #- Failing: extensions/reactive-routes/deployment
! Skipped: extensions/agroal/deployment extensions/elytron-security-jdbc/deployment extensions/flyway/deployment and 164 more 📦 extensions/reactive-routes/deployment✖
|
This needs a rebase to receive the latest flaky test fixes. |
b627bb7
to
07bb261
Compare
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 07bb261
|
This needs quarkusio/quarkus-fs-util#14 to be merged and 0.0.9 to be released.