Removed STM module. See #1503

* Removed from build. Didn't remove akka-stm directory, contains transactors also.
* Replaced usage of org.multiverse.api.latches.StandardLatch in some tests with testkit.TestLatch
This commit is contained in:
Patrik Nordwall 2011-12-14 12:39:27 +01:00
parent 5e2dff2356
commit 06a08c5823
13 changed files with 117 additions and 3659 deletions

View file

@ -11,7 +11,6 @@ Java API
logging
futures
dataflow
stm
transactors
fault-tolerance
dispatchers

View file

@ -0,0 +1,6 @@
.. _transactors-java:
Transactors (Java)
==================
The Akka Transactors module has not been migrated to Akka 2.0-SNAPSHOT yet.