Santiago Pericas-Geertsen
Santiago Pericas-Geertsen
### Description Proposal for a new annotation @ExecuteOn to run any CDI bean method on a separate thread (platform or virtual) and always blocking the calling thread. See tests.
## Problem Description Related to issue #8591, but rather than requiring the use of the FT module (and all that implies), this issue is about a simple annotation that can...
### Description New gRPC Client API and implementation for SE. Issue #7060.
As described in #6353 and already resolved in 3.x.
### Description New document that describes the ExecuteOn annotation. See #8749.
## Environment Details * Helidon Version: 4.0.7 * Helidon SE or Helidon MP * JDK version: Oracle GraalVM 21.0.3+7.1 (build 21.0.3+7-LTS-jvmci-23.1-b37) * OS: Mac ## Description Unable to build `tests/integration/native-image/mp-2`
Support for running tasks in virtual and platform theads using `@ExecuteOn` needs documentation
### Description Switched implementation of `MpEnvironmentVariablesSource` to use an LRU cache and avoid an OOM. See issue #8767.
### Description Mostly improvements to `GrpcProtocolHandler`: back-pressure, support for trailers, compression, etc.
### Description Integration of H3 gRPC MP Implementation into H4. gRPC in H3 MP started its own Netty-based server on a new port, the new implementation in H4 is fully...