Martin Kouba
Martin Kouba
> Can we also add reference of https://quarkus.io/guides/qute-reference#evaluation-of-completionstage-and-uni-objects, in sidenav of that page so that Uni can be seen independently ? I did not expect that to be in expression...
I believe that this works as designed. You can't expect a `traceId` to be set during execution of a scheduled method that has no HTTP request associated. In fact, a...
> Technically, a scheduled method can call other external services etc., and so tracing may make sense. As you mention, a scheduled method is an entrypoint, so it deserves a...
In fact, this would only help if `equals()` is called upon an instance of a generated annotation literal. If it's called upon an instance of an `javax.enterprise.util.AnnotationLiteral` subclass then the...
> So which annotations do we generate literals for? Qualifiers and interceptor bindings, and also annotations of an injection point that resolves to a dependent bean that injects `InjectionPoint` metadata...
> We stopped working on this one because the results were unstable. When we have time we should have another look at it Just out of curiosity, what kind of...
> Every time we run the build different tests fail or work. I see. That's not good. Thanks for sharing.
@szxp Does it still occur in recent versions of Quarkus (3.2+)?
> Now that I'm having a better look at this, I'm noticing that PgException actually has several fields with info about the error. Maybe that's enough for us to figure...