aboutsummaryrefslogtreecommitdiffstats
path: root/liferay-integration/src
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year range. (#12215)Anna Koskinen2021-03-047-7/+7
| | | | * Update copyright year range.
* OSGi: Removed static VaadinResourceService access in liferay-integration, ↵S.W2019-06-271-8/+17
| | | | | | | | osgi-integration (#11335) * Made VaadinResourceService a OSGi component, removed static access of OsgiVaadinResources
* Update copyright year (#10761)Ilia Motornyi2018-03-277-7/+7
|
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-261-1/+1
| | | Also use "event" as the name for events
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-201-7/+3
| | | | | | | | * Simplify lambda expressions And remove unneeded 'return' keyword. * Format
* Fix javadoc references (#10067)Ahmed Ashour2017-09-231-2/+0
| | | And remove unused imports.
* Enable Declarative Services in OSGi portlet UI (#9879)Mirjan Merruko2017-08-293-6/+62
| | | | | If the UI scope is not prototype, show a warning that declarative services are not available in the UI. Fixes #9589
* Rename OSGi classes for Java naming conventions (#9320)Henri Sara2017-05-155-17/+17
| | | | | | - Rename OSGi to Osgi in class names. - Rename VaadinOSGiPortlet to OSGiVaadinPortlet for consistency with Spring, CDI etc. add-ons - Add missing javadoc
* Add some javadoc for Liferay integration moduleHenri Sara2017-04-257-3/+32
| | | | Indicate that the classes are only for Liferay 7+, clarify annotation parameters and update module description.
* Property change of the UI service updates the properties of the PortletMirjan Merruko2017-04-251-0/+14
| | | | In response to property change the properties
* Remove dependency of portlets to liferay-integration bundleMirjan Merruko2017-04-252-7/+96
| | | | | | | 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.
* Add liferay integration originally developed by Sampsa Sohlman #8834Mirjan Merruko2017-04-256-0/+456