rodnansol / spring-configuration-property-documenter

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

Closed nandorholozsnyak closed 1 year ago

nandorholozsnyak commented 1 year ago

…roperties (#71)

Closes #71 Closes #72

nandorholozsnyak commented 1 year ago

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.