You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On quarkus CXF extension, we have an issue because CXF is compound of few library and they contain resource with the same name. So we need to merge them.
solution was to use the quarkus in build time to merge resource and produce a unique one.
We have done so in PR by generating GeneratedResourceBuildItem: quarkiverse/quarkus-cxf#218
and quarkus code PR add generated ressource to uberjar in priority to regular one: #17199
Describe the bug
On quarkus CXF extension, we have an issue because CXF is compound of few library and they contain resource with the same name. So we need to merge them.
solution was to use the quarkus in build time to merge resource and produce a unique one.
We have done so in PR by generating GeneratedResourceBuildItem:
quarkiverse/quarkus-cxf#218
and quarkus code PR add generated ressource to uberjar in priority to regular one:
#17199
Thanks to that, now it build with uberjar but on runtime, resource are not found.
cf comment:
quarkiverse/quarkus-cxf#238 (comment)
remark: this problem happend too in native mode because it use uberjar.
#8860
oracle/graal#2387
related bug :
quarkiverse/quarkus-cxf#194
quarkiverse/quarkus-cxf#238
Expected behavior
generated resource is found on runtime in uberjar mode.
Actual behavior
generated resource is not found on runtime in uberjar mode.
To Reproduce
Link to a small reproducer : https://github.com/marcelbraghini/integrations
Steps to reproduce the behavior:
Environment (please complete the following information):
Output of
uname -a
orver
report by users on
mac os x, Windows 10,...
Output of
java -version
openjdk version "11.0.10" 2021-01-19 OpenJDK Runtime Environment GraalVM CE 21.0.0.2 (build 11.0.10+8-jvmci-21.0-b06) OpenJDK 64-Bit Server VM
GraalVM version (if different from Java)
GraalVM CE 21.0.0.2 (build 11.0.10+8-jvmci-21.0-b06, mixed mode, sharing)
Quarkus version or git rev
1.13.7 Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Additional context
The text was updated successfully, but these errors were encountered: