diff --git a/pom.xml b/pom.xml index 6aa4e7d..5f241a7 100644 --- a/pom.xml +++ b/pom.xml @@ -189,6 +189,7 @@ Max true + ${project.basedir}/spotbugs-exclude.xml diff --git a/spotbugs-exclude.xml b/spotbugs-exclude.xml new file mode 100644 index 0000000..836aaa4 --- /dev/null +++ b/spotbugs-exclude.xml @@ -0,0 +1,49 @@ + + + + + Log4j2 should throw immediately if configurations are wrong + + + + + + Log4j2 should throw immediately if configurations are wrong + + + + + + Log4j2 should throw immediately if configurations are wrong + + + + + + Simply returning the buffer. No security check required. False positive + + + + + + Log4j2 plugin attributes. False positive + + + + + + Log4j2 plugin attributes. False positive + + + + + + Log4j2 plugin attributes. False positive + + + + + + Custom synchronization is for shutdown after all user threads + + \ No newline at end of file