Is your feature request related to a problem?
Currently, the library-and-framework-list.json lists only "starter" Spring libraries (which have no code and are used to bundle other Spring libraries) as supported, so any of their supported dependencies (which they bundle) is not listed as supported anywhere. This leads to people opening tickets for support of already spring-supported libraries and no documentation on their support.
Describe the solution you'd like
We need to have a way of collecting all these Spring transitive dependencies (probably through a module filter) and keep them either in library-and-framework-list.json, or a different file which maps to this one.
We also need to have a way of automatically maintaining and updating this list, as Spring libraries change frequently.
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem?
Currently, the
library-and-framework-list.jsonlists only "starter" Spring libraries (which have no code and are used to bundle other Spring libraries) as supported, so any of their supported dependencies (which they bundle) is not listed as supported anywhere. This leads to people opening tickets for support of already spring-supported libraries and no documentation on their support.Describe the solution you'd like
We need to have a way of collecting all these Spring transitive dependencies (probably through a module filter) and keep them either in
library-and-framework-list.json, or a different file which maps to this one.We also need to have a way of automatically maintaining and updating this list, as Spring libraries change frequently.
Describe alternatives you've considered
No response
Additional context
No response