Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.4-incubating
-
None
Description
there is an error in CommonsConfigPropertySource, this.commonsConfig will be null:
public CommonsConfigPropertySource(String name, Configuration commonsConfig) {
commonsConfig = Objects.requireNonNull(commonsConfig);
...
}