-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
swagger-jaxrs2-jakarta v2.1.12 sources and javadoc jars are missing files #4090
Comments
This also affects swagger-core-jakarta - eg https://repo1.maven.org/maven2/io/swagger/core/v3/swagger-core-jakarta/2.2.1/ |
And version 2.2.8 - https://repo1.maven.org/maven2/io/swagger/core/v3/swagger-core-jakarta/2.2.8/ |
Same problem for
But no actual source files, so no support in the IDE :( |
And the sources are still missing, when half of the world already had to move to jakarta. This makes debugging our issues either hard or impossible. |
Same issue here, it would be highly appreciated if this issue is fixed. |
Not sure why the maintainers haven't addressed this, but it seems like the issue is that they rely on a Maven plugin to transform the Anyway, there is a simple fix for this in Eclipse:
You have to do steps 3 and 4 for all Swagger libraries that are pulled in. These source files will have |
Still an issue in 2.2.16 |
This is really annoying. I think the issue is compounded by the fact that indeed As pointed out by Adrian here the issue is the project's use of the Eclipse Transformer which is used to transform an already build binary (a jar) into the jakarta namespace, meaning it operates on At the moment this repo doesn't have to maintain two code bases for jakarta and pre-jakarta. That is of course a clear benefit. But I wonder if there is another way to do it? |
This has been fixed in #4578 (release 2.2.20) |
Note how much smaller the sources and javadoc jars are in https://repo1.maven.org/maven2/io/swagger/core/v3/swagger-jaxrs2-jakarta/2.1.12/ to those in https://repo1.maven.org/maven2/io/swagger/core/v3/swagger-jaxrs2/2.1.12/
The text was updated successfully, but these errors were encountered: