You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, third party poor designed libraries bring own versions of swagger artifacts and cause compatibility problems.
If swagger-core provide BOM, like https://repo1.maven.org/maven2/com/google/protobuf/protobuf-bom/4.29.3/protobuf-bom-4.29.3.pom,
springdoc can release own BOM.
Then I can use springdoc BOM in my application and make sure my application always use compatible springdoc and swagger-core.
The text was updated successfully, but these errors were encountered:
I propose to release Bill of Material, together with other artifacts.
I use springdoc, which depends on 3 artifacts:
Unfortunately, third party poor designed libraries bring own versions of swagger artifacts and cause compatibility problems.
If swagger-core provide BOM, like https://repo1.maven.org/maven2/com/google/protobuf/protobuf-bom/4.29.3/protobuf-bom-4.29.3.pom,
springdoc can release own BOM.
Then I can use springdoc BOM in my application and make sure my application always use compatible springdoc and swagger-core.
The text was updated successfully, but these errors were encountered: