Skip to content

Milestone 6

Compare
Choose a tag to compare
@laurentvdl laurentvdl released this 06 Jan 12:44
· 770 commits to master since this release

Features:

  • REST endpoint for restarting the OSGi framework: /service/dynamic-extensions/osgi/restart
  • auto refresh system package cache when WEB-INF/lib has changed
  • runtime MODE (Production/Dev) is replaced with individual settings in osgi-container.properties (also visible in control-panel)
  • Uri handlers can now return the template to use as a String return value
  • auto configuration of Alfresco-Spring-Configuration if not specified has Bundle header
  • new webscript-support module for the AbstractBundleResourceHandler (no more need to import control-panel)
  • Scala 2.10.3 is now included by default to ease deployment of Scala based extensions

Fixes in this milestone:

  • integration: fallback to jar content scanning when MANIFEST.MF fails to parse (Vaadin jar)
  • gradle-plugin: allow override of "Import-Package"
  • fix duplicate WebScript ID detection: make sure you Uri methods have a unique name (no overloading)

Internal:

  • moved from Maven to Gradle: use "gradlew(.sh|.bat)" script to build the project