We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b56f1c + 10485af commit 6bd604aCopy full SHA for 6bd604a
avaje-config/src/main/java/io/avaje/config/CoreConfiguration.java
@@ -123,7 +123,7 @@ void initSystemProperties() {
123
private void loadSources(Set<String> names) {
124
for (ConfigurationSource source : sources) {
125
source.load(this);
126
- names.add("ConfigurationSource:" + source.getClass().getCanonicalName());
+ names.add("ConfigurationSource:" + source.getClass().getSimpleName());
127
}
128
129
0 commit comments