Skip to content

Feature: Acknowledge support of transitive dependencies of supported Spring libraries #954

@jormundur00

Description

@jormundur00

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions