KAFKA-14198: swagger-jaxrs2 dependency should be compileOnly#12609
KAFKA-14198: swagger-jaxrs2 dependency should be compileOnly#12609jsancio merged 2 commits intoapache:trunkfrom
Conversation
|
This appears to break the docs generation added in #12067; running Are we okay with spending some time on trying to fix the docs generation, or does this need to be merged ASAP to unblock the 3.3 release? |
@C0urante I am open to suggestions on how to fix this. We have a couple of days to fix the issue. Do you have time to look into this? |
|
Yeah, I can try to find something. Thanks José! |
Co-authored-by: Chris Egerton <fearthecellos@gmail.com>
jsancio
left a comment
There was a problem hiding this comment.
Ran ./gradlew siteDocsTar and the generated docs/generated/connect_rest.yaml looks okay to me.
Verified that the artifact generated by `releaseTarGz` no longer includes swagger-jaxrs2 or its dependencies (like snakeyaml). Reviewers: José Armando García Sancio <jsancio@users.noreply.github.com>, Chris Egerton <fearthecellos@gmail.com>
|
Filed #12616 as a non-urgent follow-up to remove the combined compile-time and runtime classpath hack. |
Verified that the artifact generated by
releaseTarGzno longer includesswagger-jaxrs2 or its dependencies (like snakeyaml).
Committer Checklist (excluded from commit message)