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
In our ITs, we are creating dependencies for the -deployment for top level extensions but not for their transitive dependencies.
Typically changes to quarkus-netty-deployment could get ignored as in #37347 .
I also wonder if we should make the native executable runner part of the input of the failsafe plugin, and maybe we should make the whole Quarkus app directory as part of the input of the surefire runs.
In our ITs, we are creating dependencies for the
-deployment
for top level extensions but not for their transitive dependencies.Typically changes to
quarkus-netty-deployment
could get ignored as in #37347 .I also wonder if we should make the native executable runner part of the input of the failsafe plugin, and maybe we should make the whole Quarkus app directory as part of the input of the surefire runs.
Not exactly sure what would best.
/cc @aloubyansky
The text was updated successfully, but these errors were encountered: