Skip to content

Commit

Permalink
Merge pull request #1522 from newrelic/sonarqube-fix
Browse files Browse the repository at this point in the history
Update class excludes list for Sonarqube9.9
  • Loading branch information
kanderson250 authored Sep 26, 2023
2 parents b50676a + cae9038 commit 6d1cf50
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion newrelic-agent/src/main/resources/META-INF/excludes
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,9 @@
# exclusions for Open Liberty 21+ so transactions start properly
^com/ibm/ws/security/jaspi/JaspiServletFilter
# Websphere specific servlet wrapper class
^com/ibm/ws/webcontainer/servlet/ServletWrapperImpl
^com/ibm/ws/webcontainer/servlet/ServletWrapperImpl
# Sonarqube9.9 ClassCircularityErrors
^java/util/AbstractList\$RandomAccessSpliterator
^java/util/stream/MatchOps\$MatchOp
^java/util/stream/MatchOps\$BooleanTerminalSink
^javax/security/auth/Subject\$SecureSet\$1

0 comments on commit 6d1cf50

Please sign in to comment.