^com/newrelic/(weave|agent/deps|agent/tracers|org/apache)/.*
^(org/objectweb/asm/|javax/xml/|org/apache/juli/)(.*)
# Don't instrument agent threads
^com/newrelic/agent/.*AgentThread.*
.*ByCGLIB\$\$.*
.*\$Proxy.*
.*\$\$EnhancerByProxool\$\$.*
.*\$\$EnhancerByGuice\$\$.*
^weblogic/jdbc/wrapper/.*
# java.lang.ClassCircularityError in JBoss https://support.newrelic.com/tickets/23933
^org/jboss/vfs/VFSUtils
# Instrumentation of Spring security classes breaks webapps: https://newrelic.atlassian.net/browse/JAVA-130
^org/springframework/security.*
# AJP timeouts when Agent instruments JServ: https://support.newrelic.com/tickets/24311
^org/apache/jserv.*
# Instrumentation of AttribuesMap is breaking Jetty 9.  The specific error is that the Java 7 class verifier complains about the 
# instrumented bytecodes.   https://support.newrelic.com/tickets/33976
^org/eclipse/jetty/util/AttributesMap
# Instrumentation of WebSocketFrame is giving a verification error with Java 7. Currently we do not 
# provide any instrumentation for Web Sockets.
^org/eclipse/jetty/websocket/common/WebSocketFrame
# Don't instrument JDBC proxy or delegator classes since they provide no added value
^com/mchange/v2/c3p0/impl/NewProxyPreparedStatement.*
^org/apache/tomcat/dbcp/dbcp/Delegating.*
^org/apache/commons/dbcp/Delegating.*
# adding exclusions for obfuscated jar - see ticket 197106
^asposewobfuscated/.*
^com/aspose/words/.*
# saxon xlst classes - see ticket 195949
^net/sf/saxon.*