Sanne Grinovero
Sanne Grinovero
Right, I understand it's "legal" for end users to trigger this; I'm indeed thinking about a best effort tool that we could use to spot obvious misunderstandings leveraging our extensive...
Thanks for the report! We'll have a look. I didn't check the details but I suspect it might relate to #23300 - let's fix that one first, then verify.
> I am facing exact same issue when load testing my quarkus application. My application is very similar to this quickstart project - https://github.com/quarkusio/quarkus-quickstarts/tree/main/hibernate-reactive-panache-quickstart. Is there any workaround until #23300...
hi @mklueh in that particular case I suspect you're hitting a very similar issue (but not the same) with scopes in reactive messaging. This should be fixed in Quarkus 2.7.2...
Let me explain, Hibernate Reactive by design requires all operations to be executed from the same thread. The exception "java.lang.IllegalStateException: HR000069: Detected use of the reactive Session from a different...
Right, be careful about expecing a particular class to be used to model a relation. Tests should cover semantics, implementation details aren't guaranteed to be stable and would depend on...
Adam only said "all relations are lazy", but I don't think that implied _ToOne relations as well as that's not technically possible unless they are marked as non-nullable. We can't...
[Regarding -H:-StackTrace I've commented on https://github.com/quarkusio/quarkus/issues/27784#issuecomment-1241806173 ] Unrelated to the -H options, I'm more concerned about the move of the annotations. I'm understanding that many annotations are being moved from...
@christianwimmer please could you check https://github.com/oracle/graal/issues/4862#issuecomment-1241826003 as well - I think it was missed.
> @christianwimmer please could you check [#4862 (comment)](https://github.com/oracle/graal/issues/4862#issuecomment-1241826003) as well - I think it was missed. For the record, I've discussed this particular case at the face to face in...