aboutsummaryrefslogtreecommitdiffstats
path: root/client-compiled/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* OSGi resource registration via SCR (#11166)S.W2018-09-211-23/+6
| | | * Changed the way resources, themes, and widgetsets are registered to the HttpService by only using the VaadinResourceTrackerComponent
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
|
* Rename OSGi classes for Java naming conventions (#9320)Henri Sara2017-05-151-2/+2
| | | | | | - Rename OSGi to Osgi in class names. - Rename VaadinOSGiPortlet to OSGiVaadinPortlet for consistency with Spring, CDI etc. add-ons - Add missing javadoc
* Add OSGi support #8830 #8827 #8828 #8829Mirjan Merruko2017-04-251-0/+47
Use bnd-maven-plugin instead of maven-bundle-plugin and helper class, and add support for publishing static resources such as themes and widgetsets.