Skip to content

Commit

Permalink
Add the tracer's new springweb6 filters to reflect-config.json (#4676)
Browse files Browse the repository at this point in the history
* This allows spring-native to load our custom filter beans (registered dynamically via the bean registry)
* Add 'spring-boot-3-native' weblog variant
  • Loading branch information
mcculls authored Feb 7, 2023
1 parent 756cd90 commit 57535ec
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ profiling_test_matrix: &profiling_test_matrix

system_test_matrix: &system_test_matrix
parameters:
weblog-variant: [ 'spring-boot', 'spring-boot-jetty', 'spring-boot-openliberty', 'jersey-grizzly2', 'resteasy-netty3','ratpack', 'vertx3' ]
weblog-variant: [ 'spring-boot', 'spring-boot-jetty', 'spring-boot-openliberty', 'spring-boot-3-native', 'jersey-grizzly2', 'resteasy-netty3','ratpack', 'vertx3' ]

agent_integration_tests_modules: &agent_integration_tests_modules "dd-trace-core|communication|internal-api|utils"
core_modules: &core_modules "dd-java-agent|dd-trace-core|communication|internal-api|telemetry|utils|dd-java-agent/agent-bootstrap|dd-java-agent/agent-installer|dd-java-agent/agent-tooling|dd-java-agent/agent-builder|dd-java-agent/appsec|dd-java-agent/agent-crashtracking"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,18 @@
{"name": "<init>", "parameterTypes": []}
]
},
{
"name" : "datadog.trace.instrumentation.springweb6.HandlerMappingResourceNameFilter",
"methods": [
{"name": "<init>", "parameterTypes": []}
]
},
{
"name" : "datadog.trace.instrumentation.springweb6.OrderedServletPathRequestFilter",
"methods": [
{"name": "<init>", "parameterTypes": []}
]
},
{
"name" : "org.jctools.queues.MpscBlockingConsumerArrayQueueColdProducerFields",
"fields": [
Expand Down

0 comments on commit 57535ec

Please sign in to comment.