Tomas Langer
Tomas Langer
### OS (Please include kernel version) MacOS X - Mojave ### Actual Behavior The following message was printed: ``` Verifying test update for helidon-mp caused an exception: int() argument must...
- Use `System.Logger` in common (except for reactive) - Move `HelidonServiceLoader` to `helidon-common` - `GenericType.STRING` constant - Add `Weight`, `Weighted`, `Weights` to `helidon-common`, do not use `@Priority` from Jakarta in...
The file `archetypes/helidon/src/main/archetype/se/custom/files/src/main/java/__pkg__/FtService.java.mustache` defines timeout to be `100` milliseconds The file `archetypes/helidon/src/main/archetype/se/custom/files/src/test/java/__pkg__/FtServiceTest.java.mustache` defines a test that - checks that a sleep of `50` ms passes - checks that a sleep...
This is just an initial design of API/SPI. We may not implement this feature at all if we decide so! Signed-off-by: Tomas Langer
Resolves #1897 (mappable query params and path params) Related to #1789 (align mappers) Added `Value` and `ValueProvider` to `mapper` module. It is now used in various HTTP classes (Headers, query...
Currently when Helidon starts, it loads Open ID Connect (OIDC) metadata from the "well known" endpoint by default. To have better startup speed, and the capability to boot without the...
Remove deprecated code. Tasks: - remove the deprecated code - make sure the deprecation is correctly documented in 2.x (since, forRemoval on `@Deprecated` annotation, use `@deprecated` javadoc tag to link...
Add a guide for "hardening" Helidon. As we do not have any management interfaces, we should cover the following areas: - HTTP communication - if/when HTTPS is required, how to...
- ContentReaders - Methods with alternatives (since 2.0) - ContentTypeCharset - Class with alternative (since 2.0) - ContentWriters - Methods with alternatives (since 2.0) - MessageBodyReaderContext - Methods with alternatives...
Tasks to finalize Níma (Helidon Loom based server implementation) Done at time of prioritization: - [x] #4856 - [x] #4861 - [x] #4866 - [x] Use configuration aligned to Helidon...