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

Fix RR kotline deployment dependencies #18353

Merged
merged 1 commit into from
Jul 2, 2021

Conversation

aloubyansky
Copy link
Member

With the changes to the extension-descriptor goal I get the following error

[INFO] --- quarkus-bootstrap-maven-plugin:999-SNAPSHOT:extension-descriptor (generate-extension-descriptor) @ quarkus-resteasy-reactive-kotlin ---
[ERROR] Quarkus Extension Dependency Verification Error
[ERROR] Deployment artifact io.quarkus:quarkus-resteasy-reactive-kotlin-deployment::jar:999-SNAPSHOT was found to be missing dependencies on the Quarkus extension artifacts marked with '-' below:
[ERROR] +     io.quarkus:quarkus-resteasy-reactive-kotlin::jar
[ERROR] -     io.quarkus:quarkus-resteasy-reactive-common-deployment::jar
[ERROR] -         io.quarkus:quarkus-mutiny-deployment::jar
[ERROR] +             io.quarkus:quarkus-core-deployment::jar
[ERROR] -             io.quarkus:quarkus-smallrye-context-propagation-deployment::jar
[ERROR] -         io.quarkus:quarkus-vertx-core-deployment::jar
[ERROR] +             io.quarkus:quarkus-arc-deployment::jar
[ERROR] -             io.quarkus:quarkus-netty-deployment::jar
[ERROR] -         io.quarkus:quarkus-jsonp-deployment::jar

Which is fixed in the deployment pom.xml.

@aloubyansky aloubyansky requested a review from geoand July 2, 2021 14:19
@quarkus-bot quarkus-bot bot added area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/maven area/resteasy-reactive labels Jul 2, 2021
Copy link
Contributor

@geoand geoand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@aloubyansky
Copy link
Member Author

@geoand should this be backported?

@geoand
Copy link
Contributor

geoand commented Jul 2, 2021

I don't think so, as #18230 was likely what introduced this and that is not marked for backport

@aloubyansky
Copy link
Member Author

Right, I wasn't sure whether that one was marked for backport.

@aloubyansky aloubyansky merged commit 81f758e into quarkusio:main Jul 2, 2021
@quarkus-bot quarkus-bot bot added this to the 2.1 - main milestone Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/maven area/resteasy-reactive
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants