Changes form the 1.1.1 to 1.1.2 build: ${timestamp} ------------------------------------------------------ ** Bug Fix * Consider OSGi framework user-provided extra packages [isandlaTech/cohorte-runtime#36] * Do not start Fragment bundles in OSGi [isandlaTech/cohorte-runtime#35] ** Improvements * Consider COHORTE_BASE environment variable while running a node Changes form the 1.1.0 to 1.1.1 ------------------------------- ** New Feature * Allow the user to choose a directory where components can write persistent data [#67] * Choosing to which group the service is exported [#68] ** Improvements * Several README.ms documentation file were added to cohorte-runtime packages * Added the "shells" and "pids" shell commands in Java isolates * Better conformance to PEP-8 for the node management scripts ** Bug Fix * Concurrent modification in iPOJO Agent, causing the IsolateComposer to stop [isandlaTech/cohorte-runtime#31] * Relative imports in Python [isandlaTech/cohorte-runtime#25] * Correct several bugs on cohorte-update utility [#37][#48][#52][#62] * Cohorte cannot find required artifacts and stops starting the isolate [#59] * Corrected top composer status [#53] * HeraldRPCExporter between two Java components sends infinitly error messages [#49] * Corrected the behaviour of PYTHONPATH on Windows [#70] * Corrected the value of "cohorte.node.data.dir" in "boot-common.js" on Windows [#72] Changes form the 1.0.0 to 1.1.0 ------------------------------- ** New Feature * New "proxy" HTTP Service interface for each Node Composer [#34] * New "debug" REST API [#33] (Java is not yet supported) * New "cohorte-update" shell command [#29] * New "Activity log" tab on Webadmin that tracks Cohorte's isolates activity [#21] * New "Composition" tab on Webadmin that shows the application's composition specification [#21] ** Improvements * Move 'run.js' of a Cohorte Node to 'conf/run.js' [#11] * Enhance 'cohorte-create-node' options [#39] * Changing names of some of Node run configurations [#36] * Changing Herald Messages format to include meta-data in content when transporting the message [cohorte-herald/issues#15] * Webadmin is now accessible from /webadmin path and uses "debug" REST API to show detailed information about isolates * Start cohorte node with console if and only if --console argument is given [#31] * Updating dependencies versions [#14] - Cohorte-Runtime 1.0.1 - Using iPOPO 0.6.2 - Using Cohorte-Utilities 1.0.3 - Using iPOJO 1.12.1 * Show the main isolate "cohorte.internals.forker" on webadmin [isandlaTech/cohorte-runtime#14] * Set the default recomposition delay to 120 [#15] ** Bug Fix * Fixing some stopping errors [#35] (3) (4) * Fixing synchronisation problem: XMPP transport blocked on disconnected [isandlaTech/cohorte-herald/issues#14] * Isolate is duplicated when another node is stopped [#16]