From 12efc98d6064c14ca18b918c1a495c7be8409f3b Mon Sep 17 00:00:00 2001 From: jboner Date: Thu, 12 Nov 2009 09:17:49 +0100 Subject: [PATCH] added changes to changes.xml --- akka.iws | 725 ++-------------------------------------------------- changes.xml | 8 +- 2 files changed, 30 insertions(+), 703 deletions(-) diff --git a/akka.iws b/akka.iws index f930b8f264..042e1fa337 100644 --- a/akka.iws +++ b/akka.iws @@ -5,8 +5,8 @@ - + @@ -143,10 +143,19 @@ - + - + + + + + + + + + + @@ -172,15 +181,6 @@ - - - - - - - - - @@ -205,7 +205,6 @@ @@ -303,686 +303,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -1477,14 +798,14 @@ - + - + @@ -1536,11 +857,6 @@ - - - - - @@ -1647,7 +963,14 @@ - + + + + + + + + diff --git a/changes.xml b/changes.xml index e4e06ab32a..105309c949 100644 --- a/changes.xml +++ b/changes.xml @@ -24,13 +24,16 @@ see http://maven.apache.org/plugins/maven-changes-plugin/usage.html for full gui Security module for HTTP-based authentication and authorization Support for using Scala XML tags in RESTful Actors (scala-jersey) Support for Comet Actors using Atmosphere + Kerberos/SPNEGO support for Security module AMQP integration; abstracted as actors in a supervisor hierarchy. Impl AMQP 0.9.1 Rewritten STM, now integrated with Multiverse STM Added STM API for atomic {..} and run {..} orElse {..} Added STM retry Complete rewrite of the persistence transaction management, now based on Unit of Work and Multiverse STM Monadic API to TransactionalRef (use it in for-comprehension) + Lightweight actor syntax 'actor { case _ => .. }' New Scala JSON parser based on sjson + Monadic API to TransactionalRef (use it in for-comprehension) Smoother web app integration; just add akka.conf to WEB-INF/classes, no need for AKKA_HOME Modularization of distribution into a thin core (actors, remoting and STM) and the rest in submodules JSON serialization for Java objects (using Jackson) @@ -43,7 +46,8 @@ see http://maven.apache.org/plugins/maven-changes-plugin/usage.html for full gui CassandraStorage is now works with external Cassandra cluster Removed embedded Cassandra mode Removed startup scripts and lib dir - ActorRegistry for retrieving Actor instances + Removed 'Transient' Actors and restart timeout + ActorRegistry for retrieving Actor instances by class name and by id SchedulerActor for scheduling periodic tasks Now start up kernel with 'java -jar dist/akka-0.6.jar' Concurrent mode is now per actor basis @@ -52,7 +56,7 @@ see http://maven.apache.org/plugins/maven-changes-plugin/usage.html for full gui Added mailing list: akka-user@googlegroups.com Improved and restructured documentation New URL: http://akkasource.org - Fixed many many bugs + Fixed many many bugs and minor issues