openapi-tools / swagger-maven-plugin

Maven plugin to activate the Swagger Core library to generate OpenAPI documentation.
MIT License
70 stars 45 forks source link

Feature/jakarta #122

Open dgautier opened 3 months ago

dgautier commented 3 months ago

Fix #116 , #109 , #48 Merges #121

mali30 commented 2 months ago

Any idea on when this PR is going to get merged. This is blocking me from upgrading to java17 and spring boot 3 due to jakarta/javax. Please let me know friend @dgautier. Tagging @langecode also.

dgautier commented 2 months ago

Hi, @mali30 , I did released the fork i worked on to unblock myself as well, you can use it if you want : https://central.sonatype.com/artifact/io.github.dgautier/swagger-maven-plugin

mali30 commented 2 months ago

Hi, @mali30 , I did released the fork i worked on to unblock myself as well, you can use it if you want : https://central.sonatype.com/artifact/io.github.dgautier/swagger-maven-plugin

Im pulling this repo from a nexus repository and the only way I can use it for my app is if this PR gets merged to the repo. It would be great if @langecode could get this merged ASAP.

htr3n commented 2 months ago

I don't know if the main dev has time to merge, but even so, it's not possible or does not make sense to merge if the PR contains a different combo of groupId/artifactId. To officially merge the changes into this repo, I suppose the groupId/artifactId must remain the same.