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

Fix CDI scope for classes that declare @ServerRequestFilter #29171

Merged
merged 1 commit into from
Nov 10, 2022

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Nov 10, 2022

Fixes: #29170

@geoand geoand added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Nov 10, 2022
@geoand geoand merged commit 9fc44a4 into quarkusio:main Nov 10, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Nov 10, 2022

Failing Jobs - Building 5fcdbf4

Status Name Step Failures Logs Raw logs
✔️ JVM Tests - JDK 11
✔️ JVM Tests - JDK 17
JVM Tests - JDK 17 MacOS M1 Build Failures Logs Raw logs
✔️ JVM Tests - JDK 18

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 17 MacOS M1 #

- Failing: integration-tests/smallrye-opentracing 

📦 integration-tests/smallrye-opentracing

io.quarkus.it.opentracing.OpenTracingTestCase. line 35 - More details - Source on GitHub

java.lang.IllegalStateException: Could not find a valid Docker environment. Please see logs and check configuration
	at org.testcontainers.dockerclient.DockerClientProviderStrategy.lambda$getFirstValidStrategy$7(DockerClientProviderStrategy.java:256)
	at java.base/java.util.Optional.orElseThrow(Optional.java:403)

@quarkus-bot quarkus-bot bot removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Nov 10, 2022
@geoand geoand deleted the #29170 branch November 10, 2022 12:46
@quarkus-bot quarkus-bot bot added this to the 2.15 - main milestone Nov 10, 2022
@gsmet gsmet modified the milestones: 2.15 - main, 2.14.1.Final Nov 10, 2022
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.

@ServerResponseFilter and @ServerRequestFilter fails on startup with NoSuchMethodException
3 participants