Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Add scr component to help registering VaadinServlet configurations | Mirjan Merruko | 2017-04-25 | 1 | -0/+7 |
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 |