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

Preserve format style when adding after-shutdown message #35638

Merged
merged 1 commit into from
Aug 31, 2023

Conversation

dmlloyd
Copy link
Member

@dmlloyd dmlloyd commented Aug 30, 2023

Fixes #35637.

@quarkus-bot
Copy link

quarkus-bot bot commented Aug 30, 2023

Failing Jobs - Building 46d460d

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

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 20 #

- Failing: extensions/hibernate-orm/deployment extensions/smallrye-graphql/deployment 
! Skipped: extensions/flyway/deployment extensions/hibernate-envers/deployment extensions/hibernate-reactive/deployment and 124 more

📦 extensions/hibernate-orm/deployment

io.quarkus.hibernate.orm.interceptor.ApplicationScopedInterceptorTest. - 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)

📦 extensions/smallrye-graphql/deployment

io.quarkus.smallrye.graphql.deployment.RequestLeakDetectionTest.testWithConcurrentCalls line 55 - More details - Source on GitHub

BUG! exception in phase 'class generation' in source unit 'Script1.groovy' unexpected NullPointerException
	at org.codehaus.groovy.control.CompilationUnit$IPrimaryClassNodeOperation.doPhaseOperation(CompilationUnit.java:942)
	at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:692)

@geoand geoand merged commit e19ef9f into quarkusio:main Aug 31, 2023
50 of 51 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.4 - main milestone Aug 31, 2023
@gsmet gsmet modified the milestones: 3.4 - main, 3.3.2 Sep 4, 2023
@aloubyansky aloubyansky modified the milestones: 3.3.2, 3.2.8.Final Oct 25, 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.

Quarkus outputs messages with un-substituted %s strings on shutdown
6 participants