spring-io / spring-asciidoctor-extensions

Asciidoctor Extensions developed by the Spring team
46 stars 18 forks source link

Ignore duplicate properties #95

Closed mhalbritter closed 8 months ago

mhalbritter commented 8 months ago

If duplicate properties are encountered, a warning message is logged.

wilkinsona commented 8 months ago

I think this may be fixing the symptom of a problem rather than the cause. I wonder if it would be better to fix the annotation processor so that it does not produce metadata with duplicate properties rather than changing consumers of that metadata to tolerate the duplicates.

mhalbritter commented 8 months ago

Mh yes, I see that point. I'll take a look at the annotation processor.