Describe the bug
On triggering custom filters, candidates for "doFilter" won't show up on the liveView timeline.
The InlayHints for the methods update correctly (count), but candidates never load.
Reproduction steps
- Start
unlogged-spring-maven-demo
- Hit any API from the project from an external source
- Go to
GlobalFilter, you will see inlayhints with correct call counts for both methods here, but candidates for the doFilter method will not load.
Example curls -
curl --location 'http://localhost:8080/perf/ping'
curl --location 'http://localhost:8080/future/futureResult'
Expected behavior
For the candidate for "doFilter" to show up in liveLive timeline.
Additional context
No response
Describe the bug
On triggering custom filters, candidates for "doFilter" won't show up on the liveView timeline.
The InlayHints for the methods update correctly (count), but candidates never load.
Reproduction steps
unlogged-spring-maven-demoGlobalFilter, you will see inlayhints with correct call counts for both methods here, but candidates for the doFilter method will not load.Example curls -
Expected behavior
For the candidate for "doFilter" to show up in liveLive timeline.
Additional context
No response