Skip to content
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

Add capability for reactive routes #35372

Merged
merged 1 commit into from
Aug 19, 2023

Conversation

HerrDerb
Copy link
Contributor

No description provided.

Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, thanks.

CI is a bit saturated right now, I will approve CI a bit later.

@gsmet gsmet added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Aug 18, 2023
@quarkus-bot
Copy link

quarkus-bot bot commented Aug 18, 2023

Failing Jobs - Building 2b6b5d6

Status Name Step Failures Logs Raw logs
✔️ Gradle Tests - JDK 11
Gradle Tests - JDK 11 Windows Build Failures Logs Raw logs
✔️ JVM Tests - JDK 11
✔️ JVM Tests - JDK 17
JVM Tests - JDK 17 Windows Build Failures Logs Raw logs
JVM Tests - JDK 20 Build Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ Gradle Tests - JDK 11 Windows #

- Failing: integration-tests/gradle 

📦 integration-tests/gradle

io.quarkus.gradle.devmode.AnnotationProcessorSimpleModuleDevModeTest.main line 13 - More details - Source on GitHub

org.awaitility.core.ConditionTimeoutException: Condition with lambda expression in io.quarkus.test.devmode.util.DevModeClient was not fulfilled within 1 minutes  30 seconds.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)

⚙️ JVM Tests - JDK 17 Windows #

- Failing: extensions/grpc/deployment 
! Skipped: extensions/micrometer-registry-prometheus/deployment extensions/micrometer/deployment extensions/opentelemetry/deployment and 52 more

📦 extensions/grpc/deployment

io.quarkus.grpc.server.MutinyGrpcServiceWithSSLTest.testEmptyWithMutinyClient - More details - Source on GitHub

io.smallrye.mutiny.TimeoutException
	at io.smallrye.mutiny.operators.uni.UniBlockingAwait.await(UniBlockingAwait.java:64)
	at io.smallrye.mutiny.groups.UniAwait.atMost(UniAwait.java:65)

⚙️ JVM Tests - JDK 20 #

- Failing: extensions/hibernate-orm/deployment 
! Skipped: extensions/flyway/deployment extensions/hibernate-envers/deployment extensions/hibernate-reactive/deployment and 93 more

📦 extensions/hibernate-orm/deployment

io.quarkus.hibernate.orm.xml.hbm.HbmXmlFilterDefTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:705)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$12(ClassBasedTestDescriptor.java:395)

@gsmet gsmet merged commit 7e1a6b3 into quarkusio:main Aug 19, 2023
@quarkus-bot quarkus-bot bot removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Aug 19, 2023
@quarkus-bot quarkus-bot bot added this to the 3.4 - main milestone Aug 19, 2023
@gsmet
Copy link
Member

gsmet commented Aug 19, 2023

Thanks!

Do you need this in 3.3?

@HerrDerb
Copy link
Contributor Author

Would be great, yes. Thank you !

@gsmet
Copy link
Member

gsmet commented Aug 19, 2023

I marked it for backport, it will be end up in 3.3.1.

@gsmet gsmet modified the milestones: 3.4 - main, 3.3.1 Aug 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants