Brian Setz

Results 4 comments of Brian Setz

I experienced something similar and it seems to be on the IntelliJ side. Note that my multi module gradle projects do not have `org.gradle.parallel=true` set. What fixed it for me...

Hi @geoand here is a reproducer: https://github.com/BrianSetz/quarkus-langchain4j-reproducer-otel running `SimpleTest` should result in a `GlobalOpenTelemetry.set has already been called` It is even more strange (to me anyway) than I expected: Whenever...

The workaround comes from a previous issue of mine: https://github.com/quarkusio/quarkus/issues/39950

@MikeEdgar I can confirm that 3.0.3 produces the correct output!