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
We should introduce a new build item, e.g. ExcludeDependencyBuildItem (with groupdId, artifactId and optional classifier) and include these build items in the processing here: BeanArchiveProcessor#isApplicationArchiveExcluded().
The text was updated successfully, but these errors were encountered:
which is used inside private boolean isApplicationArchiveExcluded(ArcConfig config, ApplicationArchive archive) and then I tested inside the SmallRyeReactiveMessagingMqttProcessor and it works.
See also https://groups.google.com/g/quarkus-dev/c/5DGnNbZ9zdo.
We should introduce a new build item, e.g.
ExcludeDependencyBuildItem
(with groupdId, artifactId and optional classifier) and include these build items in the processing here: BeanArchiveProcessor#isApplicationArchiveExcluded().The text was updated successfully, but these errors were encountered: