^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
# Excluding these classes also allows us collect the correct host and port for instance level reporting
^com/mchange/v2/c3p0/impl/NewProxyPreparedStatement.*
^com/mchange/v2/c3p0/impl/NewProxyStatement.*
^org/apache/tomcat/dbcp/dbcp/Delegating.*
^org/apache/commons/dbcp/Delegating.*
^oracle/jdbc/OracleConnectionWrapper.*
## StatementProxy, PreparedStatementProxy, etc.
^com/zaxxer/hikari/pool/.*Proxy.*
^com/zaxxer/hikari/proxy.*
## DelegatingStatement, DelegatingCallableStatement, DelegatingPreparedStatement
^org.apache.commons.dbcp2.Delegating.*
## PoolableCallable, PoolablePreparedStatement
^org.apache.commons.dbcp2.Poolable.*
## DelegatingPreparedStatement, DelegatingStatement
^org.apache.commons.dbcp2.Delegating.*
## StatementProxy, PreparedStatementProxy, CallableStatementProxy
^com.jolbox.bonecp.proxy.*
## StatementHandle, PreparedStatementHandle, CallableStatementHandle, Statement
^com.jolbox.bonecp.*Handle
## JRunStatement, JRunPreparedStatement, JRunCallableStatement
^coldfusion/server/j2ee/sql/JRun.*Statement
## CFDataSource, CFDataSourceProxy
^coldfusion/sql/CFDataSource.*
# adding exclusions for obfuscated jar - see ticket 197106
^asposewobfuscated/.*
^com/aspose/words/.*
# saxon xlst classes - see ticket 195949
^net/sf/saxon.*
# exclude java.security and sun.reflect classes from transformation
^java/security/.*
^sun/reflect/.*
# exclude lambdas by excluding java.lang.invoke.* classes
^java/lang/invoke/.*
