Tomas Langer
Tomas Langer
`Configuration file application.yaml is on classpath, yet there is no parser configured for it` - please add `helidon-config-yaml` module to dependencies (it used to be there by default, we missed...
Related to #5323
The information is currently not available on config nodes, and adding it is not a simple task. It may actually require changes in APIs (as the config is modularized -...
This could be a part of application info observability endpoint.
PR added. Using javax.config as the module name. Configuration added as Automatic-Module-Name, as the current source & target are 1.8 and not sure whether we use java9 or later for...
I think that using POJOs is bringing too much complexity - we would have to either inject into private fields (not a good idea) or into constructors - in either...
`GenericType` - the same is `javax.enterprise.util.TypeLiteral` in CDI. This would also be very useful in Config (to request a generic type), and probably would find its use in any specification...
I think the following utilities would be useful as well (ideas to be discussed): - Service loader supporting priorities and module system - `Prioritized` interface - to allow dynamic definition...
I have created a proposal here: https://docs.google.com/document/d/19eN3pQxtoMNoiqEKasPzbuTjUcYBC4pS0TGT12lVE3Y/edit?usp=sharing Please comment - I will open a discussion in an e-mail thread and on Jakarta platform meeting.