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
The javadoc and sources .jars provided by mvnrepository.com for swagger-models-jakarta contain only some meta data (licences, po.xml) but all the real content is missing.
In your IDE (Eclipse) have a reference to a class such as io.swagger.v3.oas.models.media.Schema and click on that reference
The IDE gives some representation of the byte code and says something like "The source attachment does not contain the source for the file Schema.class"
Similar behavior/no JavaDoc shown if trying to view the JavaDoc
Expected behavior
The JavaDoc is shown in the JavaDoc view
The source code for the referenced class is opened
The text was updated successfully, but these errors were encountered:
Describe the bug
The javadoc and sources .jars provided by mvnrepository.com for swagger-models-jakarta contain only some meta data (licences, po.xml) but all the real content is missing.
Check https://repo1.maven.org/maven2/io/swagger/core/v3/swagger-models-jakarta/2.2.15/swagger-models-jakarta-2.2.15-javadoc.jar for instance.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The text was updated successfully, but these errors were encountered: