avaje / avaje-config

Application configuration / properties loading for JVM applications
https://avaje.io/config
Apache License 2.0
50 stars 8 forks source link

Add file change detection using file length #25

Closed rbygrave closed 2 years ago

rbygrave commented 2 years ago

In some container file systems we can not use last modified timestamp for detection of config file changes. This change additionally uses the file length, which will only be reliable if the actual file length changes of course.

Note that in the CI build we observe this behavior.