Skip to content

Candidates for "doFilter" methods from spring's custom filters don't show up on LiveView timeline #15

@TheAmg

Description

@TheAmg

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.

Screenshot 2024-06-19 at 11 00 16 AM Screenshot 2024-06-19 at 11 00 09 AM

Reproduction steps

  1. Start unlogged-spring-maven-demo
  2. Hit any API from the project from an external source
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions