-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Honor GenerateResourceBuildItem
while building UberJar
#17199
Conversation
/cc @shumonsharif @dufoli |
1234fb7
to
50b9a4d
Compare
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 50b9a4d
Full information is available in the Build summary check run. Test Failures⚙️ Gradle Tests - JDK 11 Windows #📦 integration-tests/gradle✖ ⚙️ Maven Tests - JDK 11 #📦 integration-tests/maven✖ |
Seems reasonable, but let's let OPs confirm it fixes their problem |
indeed my initial patch use |
@dufoli can you build Quarkus with this PR and check if it solves your problem? |
shumon test it on his branch and it works. |
Thanks @dufoli. I am fine with this PR |
50b9a4d
to
d92300a
Compare
Uber JARs should contain what's produced by
GenerateResourceBuildItem
s instead of having them overwritten by files inside the transitive dependenciesThis is a potential solution for quarkiverse/quarkus-cxf#194