Martin Kouba
Martin Kouba
> > In theory, you could implement your own conversation context > > I mean, CDI was deliberately designed so that you can, so this is not just a matter...
> I expected a potential memory leak in this extension but my profiler showed a healthy memory so I may be missing something... 😅 So both Weld and ArC try...
> @FroMage you remember we need some part of the tree to be able to detect the image tag at buildtime. We discussed it at the f2f. AFAI rememebr @mkouba...
@gbourant I'm sorry for my ignorance but what the point in annotating the local class with a scope annotation?
So if I undestand it correctly the `@ApplicationScoped` is an error condition that you want to test with ArchUnit but ignore during regular `@QuarkusTest`s? `quarkus.arc.exclude-types` won't work, the class is...
> > ``` > > %test.quarkus.arc.detect-wrong-annotations=false > > ``` > > This one worked, but i do like safety. Is it possible to ignore some classes with some maven magic?...
> Thanks for this addition. I added a few minor comments. > > But that being said, I'm a bit puzzled. Why would you have `io.vertx.core.json.JsonObject` in your classpath, if...
> that in Quarkus, beans are indeed intercepted on self-invocation, even though this is not possible with standard CDI. Keep in mind that this is not codified in the spec....
> > To actually be able to setup a 37 interval, I used the @scheduled(every = "37s"). > > This is how I'd set it up. I don't think you...
We would need to define what "ready" means?