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

chore: implement ClientRoutesProvider #2284

Merged
merged 3 commits into from
Apr 4, 2024

Conversation

tltv
Copy link
Member

@tltv tltv commented Apr 3, 2024

ClientRoutesProvider interface from the flow-server is used by Flow to read a list of all available client route paths. Hilla implement it in ClientRouteRegistry bean, which is discovered automatically by Flow.

Related-to: vaadin/flow/issues/18857

ClientRoutesProvider interface from flow-server is used by Flow to read a list of available client routes. Hilla can implement it in ClientRouteRegistry, which is already a Spring bean, and this way Flow finds it automatically.

Related-to: vaadin/flow/isues/18857
Copy link

codecov bot commented Apr 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.78%. Comparing base (6a5958d) to head (f81ddc9).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2284      +/-   ##
==========================================
- Coverage   95.22%   93.78%   -1.44%     
==========================================
  Files          66       66              
  Lines        4290     1642    -2648     
  Branches      610      369     -241     
==========================================
- Hits         4085     1540    -2545     
+ Misses        163       67      -96     
+ Partials       42       35       -7     
Flag Coverage Δ
unittests 93.78% <ø> (-1.44%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@taefi taefi enabled auto-merge (squash) April 4, 2024 07:47
Copy link

sonarcloud bot commented Apr 4, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@taefi taefi disabled auto-merge April 4, 2024 08:07
@taefi taefi merged commit 9e11c4a into main Apr 4, 2024
14 of 15 checks passed
@taefi taefi deleted the chore/18857-impl-clientroutesprovider branch April 4, 2024 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants