Michael Osipov opened MPLUGIN-521 and commented
Details: apache/maven-site-plugin#177 (review)
If you have a type like Map<String, List<Foo>> the generator will extract List<Foo> instead of just Foo. We should recursively go down to the type.
This is likely an edge case.
Affects: 3.12.0
Remote Links:
Michael Osipov opened MPLUGIN-521 and commented
Details: apache/maven-site-plugin#177 (review)
If you have a type like
Map<String, List<Foo>>the generator will extractList<Foo>instead of justFoo. We should recursively go down to the type.This is likely an edge case.
Affects: 3.12.0
Remote Links: