Tool to document Spring Configuration Properties - Leave us a feedback: https://github.com/rodnansol/spring-configuration-property-documenter/discussions/74
Apache License 2.0
39
stars
5
forks
source link
fix(core): Multiple use of nested configuration results in multiple p… #73
Multiple nested properties with the same base prefix was being collected under each other, now properties are only being put inside a property group if the properties start with the groups prefix, of course the unknown group is an exception
Only a small change was made, now the property's FQName is being filtered when being put into a group, with that it should be easy to avoid problems like this.
…roperties (#71)
Closes #71 Closes #72