Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix parent version in some POMs | Henri Sara | 2017-04-25 | 1 | -1/+1 |
| | | | Use the correct snapshot version of the parent. | ||||
* | 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. | ||||
* | Convenience API for registering themes and widgetsets | Mirjan Merruko | 2017-04-25 | 1 | -3/+24 |
| | |||||
* | Add scr component to help registering VaadinServlet configurations | Mirjan Merruko | 2017-04-25 | 3 | -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 |