aboutsummaryrefslogtreecommitdiffstats
path: root/liferay-integration/src/main/java/com/vaadin/osgi/liferay/OsgiUIProvider.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-111-1/+1
|
* Update copyright year range. (#12215)Anna Koskinen2021-03-041-1/+1
| | | | * Update copyright year range.
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
|
* 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
* Enable Declarative Services in OSGi portlet UI (#9879)Mirjan Merruko2017-08-291-1/+37
| | | | | 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-151-0/+59
- Rename OSGi to Osgi in class names. - Rename VaadinOSGiPortlet to OSGiVaadinPortlet for consistency with Spring, CDI etc. add-ons - Add missing javadoc