Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
TheAmg opened this issue Jun 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@TheAmg
Copy link
Contributor

TheAmg commented Jun 19, 2024

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

@TheAmg TheAmg added the bug Something isn't working label Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant