Martin Kouba
Martin Kouba
Currently, the only entrypoint for Stork is a singleton implemented as a static field and accessible via the `io.smallrye.stork.Stork.getInstance()` static method. This is not very flexible, esp. in the context...
#### Describe the feature Currently, when the connection is closed but the client still attempts to write a message the API returns a failed `Future` where the cause is represented...
It seems that when a form is submitted on a page with `live-reload.js` included then an HTTP connection may be closed while the HTTP request is being processed. As a...
- handle programmatic lookup injection points specifically: register type arguments as tested components and consider these types in the unused beans removal exclusion - support programmatic lookup in test method...
- also only consider annotations with RetentionPolicy.RUNTIME because AnnotatedElement#addAnnotation(AnnotationInstance) does not reflect the original RetentionPolicy - fixes #42828
### Description - https://quarkus.io/guides/cdi-integration#synthetic-injection-points - https://quarkus.io/guides/cdi-reference#injecting-multiple-bean-instances-intuitively Zulip discussion: https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/.E2.9C.94.20Synthetic.20vs.20CDI.20Beans.20in.20Extension ### Implementation ideas _No response_
- fixes #42733
See https://github.com/quarkusio/gizmo/blob/main/src/main/java/io/quarkus/gizmo/Gizmo.java#L1192