Javier Diaz

Results 7 issues of Javier Diaz

Resolve other variables with some kind of syntax so you can just create a property based on another like `test=a`, `${test}hello` -> `ahello`

idea

### Description Right now if you merge two ConfigLoaders there is no way to keep the reload. An empty reload will take its place. One thing that could be done...

Reloader when S3 file is updated. This can be done by using SNS notification from S3 to SNS and getting that update in the library.

idea

When reloading, the list of configuration changes should be listed so whomever is reloading can act to that. (Even if it shouldn't be needed because it shouldn't be used as...

idea

Resolve environment variables with some kind of syntax

idea

Maybe in some way it would be nice to have a jdbc config loader to be able to use it with all the databases. This has the inconvenience of nested...

idea
to do

There should be general performance benchmarks with/without caching. With/without binding. Also Bytebuddy vs java proxy performance should be tested

TODO