Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sources and javadoc artifact are empty for 2.2.8 - 2.2.15 #2329

Closed
zyrano opened this issue Aug 2, 2023 · 4 comments
Closed

sources and javadoc artifact are empty for 2.2.8 - 2.2.15 #2329

zyrano opened this issue Aug 2, 2023 · 4 comments

Comments

@zyrano
Copy link

zyrano commented Aug 2, 2023

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:

  • 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
@zyrano
Copy link
Author

zyrano commented Aug 2, 2023

Ah, I forgot: The corresponding artifacts without the "-jakarta" in the name seem to be fine.

@uc4w6c
Copy link
Collaborator

uc4w6c commented Aug 5, 2023

Please provide a Minimal, Reproducible Example - with HelloController that reproduces the issue.

@bnasslahsen
Copy link
Contributor

@zyrano,

You are creating issue in the wrong project.
We do not release: https://repo1.maven.org/maven2/io/swagger/core/v3/swagger-models-jakarta/2.2.15/swagger-models-jakarta-2.2.15-javadoc.jar f

@lbruun
Copy link
Contributor

lbruun commented Dec 19, 2023

Addressed here: #2463

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants