| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
* Update copyright year range.
|
|
|
|
|
|
|
|
| |
osgi-integration (#11335)
* Made VaadinResourceService a OSGi component, removed static access of OsgiVaadinResources
|
| |
|
|
|
| |
Also use "event" as the name for events
|
|
|
|
|
|
|
|
| |
* Simplify lambda expressions
And remove unneeded 'return' keyword.
* Format
|
|
|
| |
And remove unused imports.
|
|
|
|
|
| |
If the UI scope is not prototype, show a warning that declarative services are not available in the UI.
Fixes #9589
|
|
|
|
|
|
| |
- Rename OSGi to Osgi in class names.
- Rename VaadinOSGiPortlet to OSGiVaadinPortlet for consistency with
Spring, CDI etc. add-ons
- Add missing javadoc
|
|
|
|
| |
Indicate that the classes are only for Liferay 7+, clarify annotation
parameters and update module description.
|
|
|
|
| |
In response to property change the properties
|
|
|
|
|
|
|
| |
A property can be used instead of the convenience annotation to mark a UI
as a Portlet UI registration that should be picked up by the liferay
integration. This removes the unnecessary dependency on the liferay-integration
bundle.
|
|
|