summaryrefslogtreecommitdiffstats
path: root/osgi-integration
Commit message (Collapse)AuthorAgeFilesLines
* Fix parent version in some POMsHenri Sara2017-04-251-1/+1
| | | Use the correct snapshot version of the parent.
* Add missing fields to OSGi manifestsHenri Sara2017-04-251-0/+2
| | | | Adds RequiredExecutionEnvironment and License fields and renames some bundles (SymbolicName) for backwards compatibility.
* Convenience API for registering themes and widgetsetsMirjan Merruko2017-04-251-3/+24
|
* Add scr component to help registering VaadinServlet configurationsMirjan Merruko2017-04-253-0/+240
This component will detect VaadinServlet configurations, add the static resource configuration property and then register a servlet using the HttpWhiteboard specification. This works with pax-jetty but not pax-http-tomcat. Partly covers #7173