aboutsummaryrefslogtreecommitdiffstats
path: root/shared/src/main/java/com/vaadin/osgi
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-1110-10/+10
|
* Improve thread safety (#12395)Tatu Lund2021-09-081-3/+5
| | | See: https://vaadin.com/forum/thread/17522264/concurrentmodificationexception-in-vaadin-shared-on-karaf-4-2-x
* Update copyright year range. (#12215)Anna Koskinen2021-03-0410-10/+10
| | | | * Update copyright year range.
* OSGi: Removed static VaadinResourceService access in liferay-integration, ↵S.W2019-06-275-189/+313
| | | | | | | | osgi-integration (#11335) * Made VaadinResourceService a OSGi component, removed static access of OsgiVaadinResources
* OSGi: Fixing dynamic resource registration after activation (#11334)S.W2018-12-041-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 Zhe2018-10-091-5/+8
|
* Updating since tags (#11200)8.6.0.alpha2Mehdi Javan2018-09-213-4/+4
|
* OSGi resource registration via SCR (#11166)S.W2018-09-215-45/+277
| | | * Changed the way resources, themes, and widgetsets are registered to the HttpService by only using the VaadinResourceTrackerComponent
* Update copyright year (#10761)Ilia Motornyi2018-03-277-7/+7
|
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-262-6/+6
|
* Fix some checkstyle warnings (#10179)Ahmed Ashour2017-10-131-2/+4
|
* Rename OSGi classes for Java naming conventions (#9320)Henri Sara2017-05-154-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 interfacesHenri Sara2017-04-252-0/+10
|
* Convenience API for registering themes and widgetsetsMirjan Merruko2017-04-255-32/+372
|
* Add OSGi support #8830 #8827 #8828 #8829Mirjan Merruko2017-04-253-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.