Skip to content

Commit

Permalink
Whitelist SmallRye Reactive Messaging split package usage
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvavrik committed Feb 9, 2024
1 parent fe87701 commit 6013464
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ public enum WhitelistLogLines {
// https://github.com/quarkusio/quarkus/issues/36775
Pattern.compile("(?i:.*quarkus.mongodb.native.dns.*config property is deprecated.*)"),
// https://github.com/quarkusio/quarkus/issues/37532
Pattern.compile(".*Annotation processing is enabled because one or more processors were found.*")
Pattern.compile(".*Annotation processing is enabled because one or more processors were found.*"),
// https://github.com/quarkusio/quarkus/issues/38711
Pattern.compile(".*SplitPackageProcessor.*Following packages were detected in multiple archives.*")
}),
// Quarkus is not being gratefully shutdown in Windows when running in Dev mode.
// Reported by https://github.com/quarkusio/quarkus/issues/14647.
Expand Down

0 comments on commit 6013464

Please sign in to comment.