Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year range (#12507) | Anna Koskinen | 2022-01-11 | 10 | -10/+10 |
| | |||||
* | Improve thread safety (#12395) | Tatu Lund | 2021-09-08 | 1 | -3/+5 |
| | | | See: https://vaadin.com/forum/thread/17522264/concurrentmodificationexception-in-vaadin-shared-on-karaf-4-2-x | ||||
* | Update copyright year range. (#12215) | Anna Koskinen | 2021-03-04 | 10 | -10/+10 |
| | | | | * Update copyright year range. | ||||
* | OSGi: Removed static VaadinResourceService access in liferay-integration, ↵ | S.W | 2019-06-27 | 5 | -189/+313 |
| | | | | | | | | osgi-integration (#11335) * Made VaadinResourceService a OSGi component, removed static access of OsgiVaadinResources | ||||
* | OSGi: Fixing dynamic resource registration after activation (#11334) | S.W | 2018-12-04 | 1 | -13/+28 |
| | | | | | | | | | | * Fixing dynamic resource registration after activation * Fixed formatting * Fixed formatting * Merge branch 'master' into osgi-dynamic-fix | ||||
* | Run formatter to the code (#11227) | Sun Zhe | 2018-10-09 | 1 | -5/+8 |
| | |||||
* | Updating since tags (#11200)8.6.0.alpha2 | Mehdi Javan | 2018-09-21 | 3 | -4/+4 |
| | |||||
* | OSGi resource registration via SCR (#11166) | S.W | 2018-09-21 | 5 | -45/+277 |
| | | | * Changed the way resources, themes, and widgetsets are registered to the HttpService by only using the VaadinResourceTrackerComponent | ||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 7 | -7/+7 |
| | |||||
* | Remove trailing spaces (#10224) | Ahmed Ashour | 2017-10-26 | 2 | -6/+6 |
| | |||||
* | Fix some checkstyle warnings (#10179) | Ahmed Ashour | 2017-10-13 | 1 | -2/+4 |
| | |||||
* | Rename OSGi classes for Java naming conventions (#9320) | Henri Sara | 2017-05-15 | 4 | -21/+31 |
| | | | | | | - Rename OSGi to Osgi in class names. - Rename VaadinOSGiPortlet to OSGiVaadinPortlet for consistency with Spring, CDI etc. add-ons - Add missing javadoc | ||||
* | Clarify javadoc for OSGi related interfaces | Henri Sara | 2017-04-25 | 2 | -0/+10 |
| | |||||
* | Convenience API for registering themes and widgetsets | Mirjan Merruko | 2017-04-25 | 5 | -32/+372 |
| | |||||
* | Add OSGi support #8830 #8827 #8828 #8829 | Mirjan Merruko | 2017-04-25 | 3 | -0/+280 |
Use bnd-maven-plugin instead of maven-bundle-plugin and helper class, and add support for publishing static resources such as themes and widgetsets. |