-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
SmallRye GraphQL 2.12.0 and Kotlin 2.1 #45228
base: main
Are you sure you want to change the base?
Conversation
e8f0fa5
to
fba4cf5
Compare
This comment has been minimized.
This comment has been minimized.
🎊 PR Preview 93eb395 has been successfully built and deployed to https://quarkus-pr-main-45228-preview.surge.sh/version/main/guides/
|
Ok it seems this needs a change in the quickstarts: quarkusio/quarkus-quickstarts#1483 |
The gradle test failure seems related:
|
I pushed a small fix for the Gradle failures. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I'm making progress on fixing the issues. I think we might have to upgrade Gradle too. |
Even Gradle 8.12 released today isn't compatible with Kotlin 2.1.0: https://docs.gradle.org/current/userguide/compatibility.html#kotlin . So I suppose this will have to wait. Failure is:
|
@jmartisk is SmallRye GraphQL 2.12.0 compatible with current I will also create a separate PR for the Gradle update as I think we want it anyway. |
Status for workflow
|
Status for workflow
|
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
✖ | JVM Tests - JDK 17 | Build |
Failures | Logs | Raw logs | 🔍 |
✖ | JVM Tests - JDK 21 | Build |
Failures | Logs | Raw logs | 🔍 |
✖ | JVM Tests - JDK 17 Windows | Build |
Failures | Logs | Raw logs | 🔍 |
✖ | Quickstarts Compilation - JDK 17 | Compile Quickstarts |
Failures | Logs | Raw logs | 🚧 |
You can consult the Develocity build scans.
Failures
⚙️ JVM Tests - JDK 17 #
- Failing: devtools/gradle/gradle-application-plugin
📦 devtools/gradle/gradle-application-plugin
✖ Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.1.0:exec (gradle) on project io.quarkus.gradle.plugin: Command execution failed.
⚙️ JVM Tests - JDK 21 #
- Failing: devtools/gradle/gradle-application-plugin
📦 devtools/gradle/gradle-application-plugin
✖ Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.1.0:exec (gradle) on project io.quarkus.gradle.plugin: Command execution failed.
⚙️ JVM Tests - JDK 17 Windows #
- Failing: devtools/gradle/gradle-application-plugin
📦 devtools/gradle/gradle-application-plugin
✖ Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.1.0:exec (gradle) on project io.quarkus.gradle.plugin: Command execution failed.
⚙️ Quickstarts Compilation - JDK 17 #
- Failing: hibernate-orm-panache-kotlin-quickstart
📦 hibernate-orm-panache-kotlin-quickstart
✖ Failed to execute goal org.jetbrains.kotlin:kotlin-maven-plugin:1.9.23:compile (compile) on project hibernate-orm-panache-kotlin-quickstart: Compilation failure
Flaky tests - Develocity
⚙️ JVM Tests - JDK 17
📦 integration-tests/reactive-messaging-kafka
✖ io.quarkus.it.kafka.KafkaConnectorTest.testRequestReply
- History
iterable contents differ at index [3], expected: <reply-4> but was: <{"details":"Error id a8805af0-442c-4204-b388-1729fbb9c003-1, org.jboss.resteasy.spi.UnhandledException: io.smallrye.mutiny.TimeoutException","stack":"org.jboss.resteasy.spi.UnhandledException: io.smallrye.mutiny.TimeoutException\n\tat org.jboss.resteasy.core.ExceptionHandler.handleApplicationException(ExceptionHandler.java:107)\n\tat org.jboss.resteasy.core.ExceptionHandler.handleException(ExceptionHandler.java:344)\n\tat org.jboss.resteasy.core.SynchronousDispatcher.writeException(SynchronousDispatcher.java:205)\n\tat org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:452)\n\tat org.jboss.resteasy.core.SynchronousDispatcher.lambda$invokePropagateNotFound$6(SynchronousDispatcher.java:275)\n\tat org.jboss.resteasy.core.SynchronousDispatcher.lambda$preprocess$0(SynchronousDispatcher.java:154)\n\tat org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext.filter(PreMatchC...
-org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: iterable contents differ at index [3], expected: <reply-4> but was: <{"details":"Error id a8805af0-442c-4204-b388-1729fbb9c003-1, org.jboss.resteasy.spi.UnhandledException: io.smallrye.mutiny.TimeoutException","stack":"org.jboss.resteasy.spi.UnhandledException: io.smallrye.mutiny.TimeoutException\n\tat org.jboss.resteasy.core.ExceptionHandler.handleApplicationException(ExceptionHandler.java:107)\n\tat org.jboss.resteasy.core.ExceptionHandler.handleException(ExceptionHandler.java:344)\n\tat org.jboss.resteasy.core.SynchronousDispatcher.writeException(SynchronousDispatcher.java:205)\n\tat org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:452)\n\tat org.jboss.resteasy.core.SynchronousDispatcher.lambda$invokePropagateNotFound$6(SynchronousDispatcher.java:275)\n\tat org.jboss.resteasy.core.SynchronousDispatcher.lambda$preprocess$0(SynchronousDispatcher.java:154)\n\tat org.jboss.resteasy.core.interception.jaxrs.PreMatchCon...
⚙️ JVM Tests - JDK 17 Windows
📦 integration-tests/opentelemetry-quickstart
✖ io.quarkus.it.opentelemetry.OpenTelemetryDisabledTest.buildTimeDisabled
- History
Condition with Lambda expression in io.quarkus.it.opentelemetry.OpenTelemetryDisabledTest was not fulfilled within 200 milliseconds.
-org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.it.opentelemetry.OpenTelemetryDisabledTest was not fulfilled within 200 milliseconds.
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1006)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:975)
at io.quarkus.it.opentelemetry.OpenTelemetryDisabledTest.buildTimeDisabled(OpenTelemetryDisabledTest.java:29)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
Do you know what version of Kotlin we can upgrade to? |
https://kotlinlang.org/docs/whatsnew21.html#gradle-improvements
|
Well, we have to figure our why we are getting this error then. |
Also replaces #44809