-
Notifications
You must be signed in to change notification settings - Fork 185
feat: add base license checker init listener #21969
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
feat: add base license checker init listener #21969
Conversation
Test Results1 241 files 1 241 suites 1h 16m 5s ⏱️ Results for commit 3025a75. ♻️ This comment has been updated with latest results. |
d9b10ea
to
9ebaf47
Compare
0aee21a
to
04139d2
Compare
Provides a basic VaadinServiceInitListener implementation to perform license checking of a specific product at startup. License checking is executed only in development mode. In case of missing license keys it will either delegate the check to the Vaadin Dev Server, or open a browser to allow sign in and download a key if the dev server is disabled.
9ebaf47
to
ee22c87
Compare
...rver/src/main/java/com/vaadin/flow/server/startup/BaseLicenseCheckerServiceInitListener.java
Outdated
Show resolved
Hide resolved
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
* feat: add base license checker init listener Provides a basic VaadinServiceInitListener implementation to perform license checking of a specific product at startup. License checking is executed only in development mode. In case of missing license keys it will either delegate the check to the Vaadin Dev Server, or open a browser to allow sign in and download a key if the dev server is disabled. * register license check index html listener only once * cleanup * cleanup
* feat: add base license checker init listener Provides a basic VaadinServiceInitListener implementation to perform license checking of a specific product at startup. License checking is executed only in development mode. In case of missing license keys it will either delegate the check to the Vaadin Dev Server, or open a browser to allow sign in and download a key if the dev server is disabled. * register license check index html listener only once * cleanup * cleanup
* feat: add base license checker init listener Provides a basic VaadinServiceInitListener implementation to perform license checking of a specific product at startup. License checking is executed only in development mode. In case of missing license keys it will either delegate the check to the Vaadin Dev Server, or open a browser to allow sign in and download a key if the dev server is disabled. * register license check index html listener only once * cleanup * cleanup
* feat: add base license checker init listener Provides a basic VaadinServiceInitListener implementation to perform license checking of a specific product at startup. License checking is executed only in development mode. In case of missing license keys it will either delegate the check to the Vaadin Dev Server, or open a browser to allow sign in and download a key if the dev server is disabled. * register license check index html listener only once * cleanup * cleanup
* feat: add base license checker init listener Provides a basic VaadinServiceInitListener implementation to perform license checking of a specific product at startup. License checking is executed only in development mode. In case of missing license keys it will either delegate the check to the Vaadin Dev Server, or open a browser to allow sign in and download a key if the dev server is disabled. * register license check index html listener only once * cleanup * cleanup
* feat: add base license checker init listener Provides a basic VaadinServiceInitListener implementation to perform license checking of a specific product at startup. License checking is executed only in development mode. In case of missing license keys it will either delegate the check to the Vaadin Dev Server, or open a browser to allow sign in and download a key if the dev server is disabled. * register license check index html listener only once * cleanup * cleanup
This ticket/PR has been released with Vaadin 24.9.0-alpha4. |
No description provided.