Tomas Langer
Tomas Langer
Our framework is using accessors without verbs. Example: ``` public class SomeBean { private String name; // setter public void name(String name) { this.name = name; } // getter public...
Fixed missed configured option in OciConfig. Using a custom webclient request to check if IMDS endpoint is valid (as the default that used Region discovery has hardcoded 7 retries and...
Investigate support for HTTP/3. Should be available with Netty 5
Resolves #7957 Resolves #6647 Resolves #5697 Resolves #8222 Resolves #7083 Resolves #7052 Resolves #6768 Resolves #6646 Resolves #6620 ### Description Helidon services provides a replacement for service loader with some...
Follow up for https://github.com/helidon-io/helidon/issues/8863 We currently list supported version of Java (hotspot), Maven etc., yet we are missing an explicit statement for supported GraalVM version. We need to add this...
When a project is generated using Helidon CLI, archetypes or starter, we add a few metadata files, that are currently (all) located in the root of the project. This creates...
Refactor all blueprints to only use API from `helidon-builder-api` instead of `helidon-config-metadata` The features are aligned. If there is something that seems not possible, please check with the team. This...
Resolves #9192 No longer using UncheckedIOException as a special case for the server. Server I/O failures now throw a ServerConnectionException, and that extends the CloseConnectionException (which already has its special...
Resolves #9186 - using `ContextValue` that uses `Context` as the "backing" store - modified Metrics, ServiceRegistry, Config, and MapperManager to use `ContextValue` - `ContextValue` either uses the test context, or...