-
Notifications
You must be signed in to change notification settings - Fork 5
Roadmap
eirbjo edited this page Nov 28, 2016
·
7 revisions
- Plugins can start in classloader-independent order
- Core is rewritten, no longer depends on Jexmec
- Redeploy with robust, transitive effect calculation in core
- Remove redundant state tracking in reststop-development-plugin
- Restart plugins on configuration change
- Live-deploy new plugins without restart
- Detect changes to pom.xml and redeploy plugins with updated dependencies
- Make it possible to run Jetty as a Reststop plugin (reststop-bootstrap)
- Composable plugins: A single plugin can add JAX-RS, JAX-WS, Servlet or any other combination of features.
- Replace DefaultReststopPlugin.addServletFilter with composable feature
- pom.xml change tracking: Detect and re-parse dependency graph on redeploy
- Move AssetFilter into plugin
- Make configuration sources pluggable
- Detect pom.xml changes on redeploy
- reststop-smack-plugin: Front end resource minification. SAAS, Less, etc
- reststop-deploy-plugin: API, UI and services for downloading, installing, updating plugins from a Maven repo given GAV