Conversation
Signed-off-by: Michal Maléř <mmaler@redhat.com> Apply suggestions from code review Co-authored by @mmaler @sjones @yrodiere Co-authored-by: sheilamjones <87032823+sheilamjones@users.noreply.github.com> Applying Yoann's review Signed-off-by: Michal Maléř <mmaler@redhat.com> (cherry picked from commit fe4dcef)
I have to push the change to test them, so this will maybe be a bit disruptive but we need to make progress on that so let's start doing it. (cherry picked from commit b5ccd7c)
(cherry picked from commit fc2e344)
(cherry picked from commit 09f94b6)
Avoids getting all subclasses and known implementors from the index for already processed classes. This brings start-up time in quarkus:dev mode from ~13s down to 3s. Fixes: quarkusio#52880 (cherry picked from commit d797723)
(cherry picked from commit 19135cd)
And a typo fix. (cherry picked from commit 019c4c0)
Replace docker-maven-plugin with Quarkus Dev Services for automatic PostgreSQL provisioning, consistent with other hibernate-reactive ITs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> (cherry picked from commit d3fce56)
(cherry picked from commit e9a3e24)
(cherry picked from commit 6d50ae7)
(cherry picked from commit 32a461b)
(cherry picked from commit 3ffdbfb)
…ur AotRunnerClassLoader (cherry picked from commit 34e61ee)
…the name (cherry picked from commit 51e9010)
(cherry picked from commit 3196528)
…er#isKnownAbsentResource (cherry picked from commit de274a3)
(cherry picked from commit 9328372)
(cherry picked from commit 9161628)
(cherry picked from commit 3246d24)
(cherry picked from commit 2d2adec)
Status for workflow
|
|
🙈 The PR is closed and the preview is expired. |
Status for workflow
|
| Status | Name | Step | Failures | Logs | Raw logs | Build scan |
|---|---|---|---|---|---|---|
| ✔️ | JVM Integration Tests - JDK 17 | Logs | Raw logs | 🔍 | ||
| ✔️ | JVM Integration Tests - JDK 17 Windows | Logs | Raw logs | 🔍 | ||
| ✔️ | JVM Integration Tests - JDK 21 | Logs | Raw logs | 🔍 | ||
| ✔️ | JVM Integration Tests - JDK 25 | Logs | Raw logs | 🔍 | ||
| ❌ | JVM Integration Tests - JDK 25 Semeru | Build |
Failures | Logs | Raw logs | 🔍 |
You can consult the Develocity build scans.
Failures
⚙️ JVM Integration Tests - JDK 25 Semeru #
- Failing: integration-tests/virtual-threads/scheduler-virtual-threads
📦 integration-tests/virtual-threads/scheduler-virtual-threads
❌ Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.4:test (default-test) on project quarkus-integration-test-virtual-threads-scheduler:
See /home/runner/work/quarkus/quarkus/integration-tests/virtual-threads/scheduler-virtual-threads/target/surefire-reports for the individual test results.
See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
There was an error in the forked process
Flaky tests - Develocity
⚙️ JVM Tests - JDK 25 Semeru
📦 core/deployment
❌ io.quarkus.deployment.dev.FileSystemWatcherTestCase.testFileSystemWatcher - History
expected: not <null>-org.opentest4j.AssertionFailedError
Details
org.opentest4j.AssertionFailedError: expected: not <null>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:159)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertNotNull.failNull(AssertNotNull.java:55)
at org.junit.jupiter.api.AssertNotNull.assertNotNull(AssertNotNull.java:40)
at org.junit.jupiter.api.AssertNotNull.assertNotNull(AssertNotNull.java:34)
at org.junit.jupiter.api.Assertions.assertNotNull(Assertions.java:325)
at io.quarkus.deployment.dev.FileSystemWatcherTestCase.consumeEvents(FileSystemWatcherTestCase.java:169)
Please don't merge, I will merge it myself.