Matej Novotny
Matej Novotny
> And as I said in the previous comment - you can store a reference to the Bean and then use BeanManager.getReference() to obtain a bean instance. I think what...
Seconding this^. We have the exact same "problem" - having three jobs polling the PRs, this already floods the PR comments.
@gsmet got link to some PRs that failed this? I have been trying to reproduce this with a loop execution locally but so far not a single failure. BTW this...
I spent some fair tome debugging this yesterday. From my findings, I was never able to reproduce the failure when running the whole test class. However, if you run this...
Current EE 10 progress in nightly updated into `jakarta-rewrite` branch, although I am not sure how we stand with Hibernate ORM since there is still v5 on that branch. @Sanne...
@Sukitly there is already an alpha release running on Jakarta EE10, look for `3.0.0.Alpha1` I don't know the exact state of what's in it and what's not yet ready though....
Ah found it, take a look at this post @Sukitly - https://groups.google.com/g/quarkus-dev/c/xjHIBk6Mx7k/m/4sfjhP6IAwAJ
Is there a reproducer for this? The error suggests that the synth bean is being used too early during `STATIC_INIT` instead of `RUNTIME_INIT` but at the same time it mentions...
> 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...
FYI @n1hility, this issue nicely captures what we've been talking about