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

Use VaadinServiceInitListener as an entry point for collecting endpoints #6326

Merged
merged 1 commit into from
Aug 27, 2019

Conversation

denis-anisimov
Copy link
Contributor

@denis-anisimov denis-anisimov commented Aug 26, 2019

Spring classes search by subtype is not able to find lambdas, so
VaadinServiceInitListener is used as an entry point to search endpoints
instead of UIInitListener as it's the only proper way to add a ui init
listener

Part of vaadin/spring#475


This change is Reviewable

Spring classes search by subtype is not able to find lambdas, so
VaadinServiceInitListener is used as an entry point to search endpoints
instead of UIInitListener as it's the only proper way to add a ui init
listener

Part of vaadin/spring#475
Copy link
Contributor

@ujoni ujoni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 5 of 5 files at r1.
Reviewable status: :shipit: complete! all discussions resolved, 1 of 1 LGTMs obtained

OLD Vaadin Flow ongoing work (Vaadin 10+) automation moved this from External Reviews to Reviewer approved Aug 27, 2019
@ujoni ujoni merged commit 1719215 into master Aug 27, 2019
OLD Vaadin Flow ongoing work (Vaadin 10+) automation moved this from Reviewer approved to Done - pending release Aug 27, 2019
@ujoni ujoni deleted the 475-spring-ui-init-listener branch August 27, 2019 06:10
denis-anisimov pushed a commit that referenced this pull request Aug 27, 2019
(#6326)

Spring classes search by subtype is not able to find lambdas, so
VaadinServiceInitListener is used as an entry point to search endpoints
instead of UIInitListener as it's the only proper way to add a ui init
listener
ujoni pushed a commit that referenced this pull request Aug 27, 2019
(#6326)

Spring classes search by subtype is not able to find lambdas, so
VaadinServiceInitListener is used as an entry point to search endpoints
instead of UIInitListener as it's the only proper way to add a ui init
listener
@ujoni ujoni added this to the 2.1.0.alpha1 milestone Aug 27, 2019
joheriks pushed a commit that referenced this pull request Aug 30, 2019
…nts (#6326)

Spring classes search by subtype is not able to find lambdas, so
VaadinServiceInitListener is used as an entry point to search endpoints
instead of UIInitListener as it's the only proper way to add a ui init
listener

Part of vaadin/spring#475
joheriks pushed a commit that referenced this pull request Aug 30, 2019
…nts (#6326)

Spring classes search by subtype is not able to find lambdas, so
VaadinServiceInitListener is used as an entry point to search endpoints
instead of UIInitListener as it's the only proper way to add a ui init
listener

Part of vaadin/spring#475
joheriks pushed a commit that referenced this pull request Aug 30, 2019
…nts (#6326)

Spring classes search by subtype is not able to find lambdas, so
VaadinServiceInitListener is used as an entry point to search endpoints
instead of UIInitListener as it's the only proper way to add a ui init
listener

Part of vaadin/spring#475
@joheriks joheriks modified the milestones: 2.1.0.alpha1, 2.0.9 Aug 30, 2019
@joheriks joheriks moved this from Done - pending release to Released in OLD Vaadin Flow ongoing work (Vaadin 10+) Sep 2, 2019
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

3 participants