Skip to content
eirbjo edited this page Nov 28, 2016 · 7 revisions

Reststop 3.0

  • 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

Reststop 2.x

  • Make it possible to run Jetty as a Reststop plugin (reststop-bootstrap)

Reststop 2.0

  • 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

Plugins

  • 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
Clone this wiki locally