Commit graph

8382 commits

Author SHA1 Message Date
Peter Vlugter
fdb9fcdc6a Update stm docs
- add link to wikipedia entry for ACID
- remove persistent datastructures from Java docs
- add links to scaladoc for Map and Vector
2011-12-22 12:37:19 +13:00
Peter Vlugter
8270b2c038 Replace use of props withCreator in java examples 2011-12-22 12:22:32 +13:00
Peter Vlugter
9b58ecece7 Create timeouts from java without using durations 2011-12-22 12:12:41 +13:00
Peter Vlugter
4661145881 Switch to Await.ready for test latches in transactor spec 2011-12-21 22:19:19 +13:00
Peter Vlugter
ae5e512c40 Remove the remaining files in akka-stm 2011-12-21 22:03:25 +13:00
Peter Vlugter
1b326bd0fa Add simplified stm docs 2011-12-21 22:02:39 +13:00
Peter Vlugter
2a5fc8e202 Update transactor docs and switch to compiled examples 2011-12-21 21:32:20 +13:00
Peter Vlugter
45527ec007 Add some java helpers for using scala-stm with transactor
A very simple java api to make it easier to use scala-stm
in the java transactor and coordinated tests
2011-12-21 15:36:04 +13:00
Peter Vlugter
dc3507fcf7 Initial port of transactor to scala-stm
No java api for the stm yet but have converted the
untyped transactor and java tests by accessing the
underlying scala-stm stuff directly
2011-12-21 15:36:04 +13:00
Peter Vlugter
a624c74045 Remove .tags_sorted_by_file 2011-12-21 14:53:17 +13:00
Jonas Bonér
1b3974cfb7 Merge branch 'master' of github.com:jboner/akka 2011-12-20 19:13:17 +01:00
Jonas Bonér
9801ec641d Removed old unused config files in multi-jvm tests.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-12-20 19:12:54 +01:00
patriknw
f6f52c455d Merge pull request #178 from jboner/wip-1512-dispatcher-shutdown-timeout-patriknw
Move dispatcher-shutdown-timeout to dispatcher config. See #1512.
2011-12-20 04:51:36 -08:00
Patrik Nordwall
f591a315ae Fixed typo 2011-12-20 13:50:30 +01:00
Patrik Nordwall
60f45c72f6 Move dispatcher-shutdown-timeout to dispatcher config. See #1512. 2011-12-20 13:40:51 +01:00
Viktor Klang
f3406acae3 Merge branch 'master' of github.com:jboner/akka 2011-12-20 12:33:17 +01:00
Henrik Engstrom
1a5d2a4cee Merge pull request #174 from jboner/1495-routees-message-he
Added functionality for a router client to retrieve the current routees ...
2011-12-20 02:22:34 -08:00
Viktor Klang
49b3bac69c Removing UnhandledMessageException and fixing tests 2011-12-20 11:19:06 +01:00
Henrik Engstrom
c92f3c5ca2 Merge branch 'master' into 1495-routees-message-he
Conflicts:
	akka-actor/src/main/scala/akka/routing/Routing.scala
2011-12-20 11:18:37 +01:00
Viktor Klang
9a9e800b9f Merge branch 'master' into wip-1539-publish-unhandled-eventstream-√ 2011-12-20 11:01:33 +01:00
Viktor Klang
7fc19ec99d Merge branch 'master' of github.com:jboner/akka 2011-12-20 10:58:31 +01:00
Viktor Klang
a4568d6da6 Merging in wip-1510-make-testlatch-awaitable-√ 2011-12-20 10:58:17 +01:00
Viktor Klang
634147d090 Cleaning up some of the Java samples and adding sender to the UnhandledMessage 2011-12-20 10:52:27 +01:00
viktorklang
73f2ae4a69 Merge pull request #173 from jboner/wip-improve-remote-logging-√
Adding general badassery
2011-12-20 01:51:25 -08:00
Viktor Klang
2adb042bf7 Publish UnhandledMessage to EventStream 2011-12-20 10:38:37 +01:00
patriknw
8997376449 Merge pull request #176 from jboner/wip-1484-config-mailboxtype-patriknw
Make MailboxType implementation configurable. See #1484
2011-12-20 01:18:51 -08:00
Patrik Nordwall
d87d9e2e80 Additional feedback, thanks. 2011-12-20 10:12:40 +01:00
Patrik Nordwall
fb510d5018 Unwrap InvocationTargetException in ReflectiveAccess.createInstance. See #1555 2011-12-20 09:59:08 +01:00
Patrik Nordwall
5fd40e53ca Updates after feedback 2011-12-20 09:56:29 +01:00
Patrik Nordwall
e82ea3c8b0 DOC: Extracted sample for explicit and implicit timeout with ask. Correction of akka.util.Timeout 2011-12-20 08:12:20 +01:00
Peter Vlugter
8da41aaef9 Add copyright header to agent examples 2011-12-20 11:07:59 +13:00
Peter Vlugter
00c7fe5bbb Merge pull request #172 from jboner/migrate-agent
Migrate agent to scala stm
2011-12-19 13:19:31 -08:00
Patrik Nordwall
83b08b20d9 Added CustomMailbox for user defined mailbox implementations with ActorContext instead of ActorCell.
* Mailbox is still there, with ActorCell, for internal use.
* Implemented durable mailboxes with CustomMailbox
2011-12-19 21:46:37 +01:00
Patrik Nordwall
61813c6635 Make MailboxType implementation configurable. See #1484
* Added mailboxType property to dispatcher config
* Changed durable mailboxes to use this
* Updated docs for durable mailboxes
2011-12-19 21:41:02 +01:00
Henrik Engstrom
f67a50074b Removed racy test. See #1495 2011-12-19 18:35:48 +01:00
Henrik Engstrom
5aa4784ea2 Updated code after feedback; the actual ActorRef's are returned instead of the name of them. See #1495 2011-12-19 16:35:35 +01:00
Patrik Nordwall
6e3c2cb682 Enable parallel execution of tests. See #1548 2011-12-19 16:30:48 +01:00
Viktor Klang
84090ef4e7 Bootstrapping the ContextClassLoader of the calling thread to init Remote to be the classloader for the remoting 2011-12-19 15:21:40 +01:00
Viktor Klang
c904fd3913 Making TestLatch Awaitable and fixing tons of tests 2011-12-19 15:05:33 +01:00
Henrik Engstrom
3ff779cabd Added functionality for a router client to retrieve the current routees of that router. See #1495 2011-12-19 14:20:33 +01:00
Viktor Klang
47c1be6b42 Adding FIXME comments to unprotected casts to ActorSystemImpl (4 places) 2011-12-19 14:04:32 +01:00
Viktor Klang
b7b1ea57e7 Tweaking general badassery 2011-12-19 13:49:43 +01:00
Viktor Klang
0f3a720f3e Adding general badassery 2011-12-19 13:35:10 +01:00
Henrik Engstrom
419b69438f Added copyright header to all samples in docs. Fixes #1531 2011-12-19 11:07:59 +01:00
Peter Vlugter
a144c35c41 Add docs and tests for java api for agents. Fixes #1545 2011-12-19 19:03:04 +13:00
Peter Vlugter
70d8cd3c51 Migrate agent to scala-stm. See #1281 2011-12-19 17:27:14 +13:00
Viktor Klang
c5ef5ad6ce #1475 - implement mapTo for Java 2011-12-17 17:16:41 +01:00
Viktor Klang
42e8a4559e #1496 - Rename 'targets' to 'routees' 2011-12-17 16:33:29 +01:00
Viktor Klang
c2597ed33d Adding debug messages for all remote exceptions, to ease debugging of remoting 2011-12-17 15:54:09 +01:00
Peter Vlugter
e66d46671a Some more minor changes to documentation
- fix some links
- remove references to akka-modules
- remove python module information
2011-12-16 13:32:53 +13:00