Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year range (#12507) | Anna Koskinen | 2022-01-11 | 7 | -7/+7 |
| | |||||
* | Update copyright year range. (#12215) | Anna Koskinen | 2021-03-04 | 7 | -7/+7 |
| | | | | * Update copyright year range. | ||||
* | OSGi: Removed static VaadinResourceService access in liferay-integration, ↵ | S.W | 2019-06-27 | 1 | -8/+17 |
| | | | | | | | | osgi-integration (#11335) * Made VaadinResourceService a OSGi component, removed static access of OsgiVaadinResources | ||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 7 | -7/+7 |
| | |||||
* | Use lambda with Listeners (#10222) | Ahmed Ashour | 2017-10-26 | 1 | -1/+1 |
| | | | Also use "event" as the name for events | ||||
* | Simplify lambda expressions (#10198) | Ahmed Ashour | 2017-10-20 | 1 | -7/+3 |
| | | | | | | | | * Simplify lambda expressions And remove unneeded 'return' keyword. * Format | ||||
* | Fix javadoc references (#10067) | Ahmed Ashour | 2017-09-23 | 1 | -2/+0 |
| | | | And remove unused imports. | ||||
* | Enable Declarative Services in OSGi portlet UI (#9879) | Mirjan Merruko | 2017-08-29 | 3 | -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 Sara | 2017-05-15 | 5 | -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 module | Henri Sara | 2017-04-25 | 7 | -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 Portlet | Mirjan Merruko | 2017-04-25 | 1 | -0/+14 |
| | | | | In response to property change the properties | ||||
* | Remove dependency of portlets to liferay-integration bundle | Mirjan Merruko | 2017-04-25 | 2 | -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 #8834 | Mirjan Merruko | 2017-04-25 | 6 | -0/+456 |