jdiazcano / cfg4k

Flexible and easy to use config library written in kotlin
Apache License 2.0
80 stars 6 forks source link

Spurious WARN at startup on Oracle JDK #53

Open rocketraman opened 6 years ago

rocketraman commented 6 years ago

Minor issue with cfg4k 0.9.0: always get this WARN level message from PropertyConfigLoader at startup, using Oracle JDK 1.8:

Key (java.vendor.url.bug=Oracle Corporation) has overridden another value used as root
jdiazcano commented 6 years ago

This is going to be disabled the next version but for now it is ok, nothing is wrong.

There's a java.vendor and another key that is actually overridden due to property design.

Leaving it open for visibility