Skip to content

Commit

Permalink
=tra #3668 Deprecate transactors
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Dec 13, 2013
1 parent b9c62ee commit dd3d3da
Show file tree
Hide file tree
Showing 25 changed files with 20 additions and 987 deletions.
6 changes: 0 additions & 6 deletions akka-docs/rst/general/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -379,12 +379,6 @@ akka-cluster
.. literalinclude:: ../../../akka-cluster/src/main/resources/reference.conf
:language: none

akka-transactor
~~~~~~~~~~~~~~~

.. literalinclude:: ../../../akka-transactor/src/main/resources/reference.conf
:language: none

akka-agent
~~~~~~~~~~

Expand Down
3 changes: 0 additions & 3 deletions akka-docs/rst/intro/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ Akka is very modular and consists of several JARs containing different features.

- ``akka-testkit`` – Toolkit for testing Actor systems

- ``akka-transactor`` – Transactors - transactional actors, integrated with
Scala STM

- ``akka-zeromq`` – ZeroMQ integration

In addition to these stable modules there are several which are on their way
Expand Down
8 changes: 0 additions & 8 deletions akka-docs/rst/intro/what-is-akka.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@ interactions of actors use pure message passing and everything is asynchronous.

For an overview of the remoting see :ref:`remoting`

Transactors
-----------

Transactors combine actors and Software Transactional Memory (STM) into transactional actors.
It allows you to compose atomic message flows with automatic retry and rollback.

See :ref:`Transactors (Scala) <transactors-scala>` and :ref:`Transactors (Java) <transactors-java>`

Persistence
-----------

Expand Down
39 changes: 0 additions & 39 deletions akka-docs/rst/java/code/docs/transactor/CoordinatedCounter.java

This file was deleted.

28 changes: 0 additions & 28 deletions akka-docs/rst/java/code/docs/transactor/Coordinator.java

This file was deleted.

28 changes: 0 additions & 28 deletions akka-docs/rst/java/code/docs/transactor/Counter.java

This file was deleted.

38 changes: 0 additions & 38 deletions akka-docs/rst/java/code/docs/transactor/FriendlyCounter.java

This file was deleted.

27 changes: 0 additions & 27 deletions akka-docs/rst/java/code/docs/transactor/Increment.java

This file was deleted.

7 changes: 0 additions & 7 deletions akka-docs/rst/java/code/docs/transactor/Message.java

This file was deleted.

This file was deleted.

102 changes: 0 additions & 102 deletions akka-docs/rst/java/code/docs/transactor/TransactorDocTest.java

This file was deleted.

2 changes: 0 additions & 2 deletions akka-docs/rst/java/index-futures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ Futures and Agents
:maxdepth: 2

futures
stm
agents
transactors
60 changes: 0 additions & 60 deletions akka-docs/rst/java/stm.rst

This file was deleted.

Loading

0 comments on commit dd3d3da

Please sign in to comment.