-
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
OpenTelemetry Logs and Keycloak build steps cycle #45360
Comments
/cc @brunobat (opentelemetry), @geoand (kotlin), @pedroigor (keycloak), @radcortez (opentelemetry), @sberyozkin (keycloak) |
This is similar to #45130, but it's likely harder to address |
I'll have a look. |
It can only be reproduced with 3.17.5, but not with the 999-SNAPSHOT. I suspect we just need to backport #44590. |
It makes sense #44590 will fix the issue because it's not using a synthetic bean anymore. |
FWIW, this also happens on 3.17.3. Also FWIW: disabling keycloak devservices ( [1] https://quarkus.io/guides/security-openid-connect-dev-services#disable-dev-services-for-keycloak |
thanks for info @javanegmond , all of that is aligned with our conclusion. I don't think you can work around that, but it's a DEV mode issue, so it has zero impact on production and tests. |
Closing this as the problem does not exist in |
Describe the bug
When activating open telemetry logs and oidc with keycloak devservice in one project the build fails with cyclic dependencies.
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
Create a project with both dependencis
quarkus create app quarkus-oidc-otel --gradle-kotlin-dsl --extension='rest-jackson,opentelemetry,oidc' -P 'io.quarkus.platform:quarkus-bom:3.17.5'
Add otel logs
Then run
quarkus dev
Output of
uname -a
orver
linux
Output of
java -version
21
Quarkus version or git rev
3.17.5
Build tool (ie. output of
mvnw --version
orgradlew --version
)8.12
Additional information
Should not be a duplicate of #45130 as the fix should be already included in quarkus 3.17.5
The text was updated successfully, but these errors were encountered: