Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update master to 8.7-SNAPSHOT (#11208) | Sun Zhe | 2018-09-27 | 1 | -1/+1 |
| | |||||
* | Update project version to 8.6-SNAPSHOT (#11011) | Mehdi Javan | 2018-06-29 | 1 | -1/+1 |
| | |||||
* | Update snapshot version to 8.5 (#10818) | Teemu Suo-Anttila | 2018-04-12 | 1 | -1/+1 |
| | |||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 7 | -7/+7 |
| | |||||
* | Upgrade minor version in the project to 8.4 (#10520) | Teemu Suo-Anttila | 2018-01-24 | 1 | -1/+1 |
| | |||||
* | Update version number to 8.3-SNAPSHOT (#10348) | Teemu Suo-Anttila | 2017-11-22 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Remove redundant versions in POMs (#9990) | Ahmed Ashour | 2017-09-14 | 1 | -1/+0 |
| | |||||
* | Update version to 8.2-SNAPSHOT (#9946) | Teemu Suo-Anttila | 2017-09-08 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | Fix parent version in some POMs | Henri Sara | 2017-04-25 | 1 | -1/+1 |
| | | | Use the correct snapshot version of the parent. | ||||
* | Add some javadoc for Liferay integration module | Henri Sara | 2017-04-25 | 8 | -4/+33 |
| | | | | Indicate that the classes are only for Liferay 7+, clarify annotation parameters and update module description. | ||||
* | Add missing fields to OSGi manifests | Henri Sara | 2017-04-25 | 1 | -0/+2 |
| | | | | Adds RequiredExecutionEnvironment and License fields and renames some bundles (SymbolicName) for backwards compatibility. | ||||
* | 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 | 8 | -0/+572 |