-
-
-
-
-
@@ -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 authorizationSupport for using Scala XML tags in RESTful Actors (scala-jersey)Support for Comet Actors using Atmosphere
+ Kerberos/SPNEGO support for Security moduleAMQP integration; abstracted as actors in a supervisor hierarchy. Impl AMQP 0.9.1Rewritten STM, now integrated with Multiverse STMAdded STM API for atomic {..} and run {..} orElse {..}Added STM retryComplete rewrite of the persistence transaction management, now based on Unit of Work and Multiverse STMMonadic 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_HOMEModularization of distribution into a thin core (actors, remoting and STM) and the rest in submodulesJSON 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 clusterRemoved embedded Cassandra modeRemoved 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 idSchedulerActor for scheduling periodic tasksNow 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.comImproved and restructured documentationNew URL: http://akkasource.org
- Fixed many many bugs
+ Fixed many many bugs and minor issues