Tomas Langer

Results 81 issues of 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...

enhancement

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...

OCI
4.x
OCA Verified

Investigate support for HTTP/3. Should be available with Netty 5

enhancement
webserver
P3
webclient

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...

OCA Verified

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...

docs
4.x

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...

P5
design

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...

task
P3
team-fix
builder

Test using branch in our repo.

OCA Verified

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...

webserver
4.x
OCA Verified

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...

testing
4.x
OCA Verified