Skip to content

Commit

Permalink
Adding error prone annotations in the Whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
luiseufrasio committed Feb 14, 2024
1 parent 291d280 commit 0a0ac7f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ public enum Whitelist {
PAYARA_MICRO("payara", new Pattern[]{
Pattern.compile(".*com.hazelcast.nio.tcp.TcpIpConnectionErrorHandler.*"),
Pattern.compile(".*com.hazelcast.internal.server.tcp.TcpServerConnectionErrorHandler.*"),
Pattern.compile(".*error_prone_annotations.*"),
Pattern.compile(".*error_prone_parent.*"),
}),
LIBERTY("liberty", new Pattern[]{
Pattern.compile(".*FrameworkEvent ERROR.*"),
Expand Down

0 comments on commit 0a0ac7f

Please sign in to comment.