Commit graph

8695 commits

Author SHA1 Message Date
Roland
5e11b2df9d add FSMDocSpec and improve FSM API
- don’t require Option[Duration] and its implicit conversion
- provider “->” extractor inside the FSM trait
2012-01-23 15:37:43 +01:00
Viktor Klang
1333700c0d Unborkening master 2012-01-20 19:52:50 +01:00
viktorklang
9c423de010 Merge pull request #238 from jboner/wip-1705-awaitTermination-patriknw
Run callbacks in defined order, and ActorSystem.awaitTermination.
2012-01-20 09:40:25 -08:00
Viktor Klang
a4e2b5a511 Merge branch 'master' into wip-1705-awaitTermination-patriknw 2012-01-20 18:39:40 +01:00
Viktor Klang
301b14e0ac Switching to a bit more robust approach 2012-01-20 18:38:48 +01:00
Roland
f4587322be make TestActorRef’s dispatcher configurable, fixes #1162 2012-01-20 18:34:09 +01:00
Viktor Klang
ef5287a6d8 Switching to LBD and minimizing window of failure 2012-01-20 17:38:58 +01:00
Viktor Klang
4b527518db Merging in the daemonicity stuff 2012-01-20 15:50:22 +01:00
Viktor Klang
12c8022852 Merge branch 'wip-1657-support-random-port-√' 2012-01-20 15:38:21 +01:00
Viktor Klang
47c2b3000a Moving connection-timeout to client since it belongs there, also adding more docs to the remote reference config 2012-01-20 15:38:02 +01:00
viktorklang
f5a55eb613 Merge pull request #239 from jboner/wip-1657-support-random-port-√
#1657 - trying to get random port for port 0
2012-01-20 06:34:22 -08:00
Patrik Nordwall
daff1fd2a0 Improvements based on feedback 2012-01-20 15:17:19 +01:00
Viktor Klang
cb86591656 #1657 - trying to get random port for port 0 2012-01-20 14:27:00 +01:00
Patrik Nordwall
0bf87613d2 Timeout in test 2012-01-20 14:24:20 +01:00
Patrik Nordwall
e6cee135f0 Run callbacks in defined order, and ActorSystem.awaitTermination. See #1704, #1705 2012-01-20 14:17:27 +01:00
Viktor Klang
cda304b20e Merge with master 2012-01-20 12:32:07 +01:00
Viktor Klang
8dfe619140 #1703 & #1693 - moving daemonicity to one place, and in doing so creating a thread factory in ActorSystem 2012-01-20 12:30:19 +01:00
patriknw
642dd9c28a Merge pull request #235 from jboner/wip-1406-more-migration-docs-patriknw
Some more migration docs
2012-01-19 23:35:59 -08:00
Patrik Nordwall
7a3df2f2d8 minor cleanup 2012-01-20 08:35:23 +01:00
Patrik Nordwall
2ec28c8a4b Merge branch 'master' into wip-1406-more-migration-docs-patriknw
Conflicts:
	akka-docs/project/migration-guide-1.3.x-2.0.x.rst
2012-01-20 08:33:21 +01:00
viktorklang
a7a6c49da0 Merge pull request #229 from jboner/wip-remoting-touchup-√
Restructuring ActiveRemoteClient, moving to a shared NioClientChannelFac...
2012-01-19 15:24:44 -08:00
Peter Vlugter
c660d7a19d Merge pull request #224 from jboner/stm-migration-guide
Add some migration guidance for stm
2012-01-19 15:02:26 -08:00
Peter Vlugter
b2bfc8bec0 Update stm migration with changes to the java api 2012-01-20 12:01:36 +13:00
Peter Vlugter
b70feea2e2 Merge pull request #223 from jboner/java-api-for-scala-stm
Java API for ScalaSTM
2012-01-19 14:47:08 -08:00
Peter Vlugter
eecb2a6247 Merge branch 'master' into java-api-for-scala-stm
Conflicts:
	akka-transactor/src/main/scala/akka/transactor/Atomically.scala
2012-01-20 11:36:54 +13:00
Peter Vlugter
27da7c4d12 Update java-friendly api for scala stm
- move to japi.Stm
- add newMap, newSet, newList methods with java conversions
- add afterCompletion lifecycle callback
2012-01-20 11:31:28 +13:00
Patrik Nordwall
eb3d0c57d7 DOC: Added migration documentation for dispatchers. See #1406 2012-01-19 21:30:23 +01:00
Patrik Nordwall
5370371988 DOC: Added migration documentation for configuration. See #1406 2012-01-19 21:30:23 +01:00
Patrik Nordwall
c3f41b3cd3 DOC: Added migration documentation for Scheduler. See #1406 2012-01-19 21:30:23 +01:00
Viktor Klang
03bc15feb1 #1692 - Adding config option for making the Scheduler daemonic 2012-01-19 20:55:27 +01:00
Viktor Klang
c4b4302266 Damn you ConfigSpec 2012-01-19 19:48:57 +01:00
Viktor Klang
d888ca5bff Removing 'name' from dispatchers, just use id, much better 2012-01-19 19:08:51 +01:00
Viktor Klang
2e40cdcf0e Merge branch 'master' of github.com:jboner/akka 2012-01-19 18:21:25 +01:00
Viktor Klang
149fbea5a7 Updating Copyright as per #1660 2012-01-19 18:21:06 +01:00
viktorklang
b82ded6310 Merge pull request #227 from jboner/wip-1686-future-improvements-√
Removed FState, switched to isCompleted checks instead of value.isDefine...
2012-01-19 09:16:30 -08:00
Viktor Klang
76521793a8 #1690 - upgrading Netty to 3.3.0-Final 2012-01-19 18:08:13 +01:00
Viktor Klang
290f508195 Modifying the test for Futures.reduce 2012-01-19 17:47:58 +01:00
Viktor Klang
cc1a22c902 Fixing signature of Futures.reduce 2012-01-19 17:41:53 +01:00
Viktor Klang
69196a998f Switching to semi-dynamic discovery of sun.misc.Unsafe entity 2012-01-19 16:35:36 +01:00
Viktor Klang
19347dadbc Renaming TestActorRef.apply to receive, in order to get forwarders generated & improve Java API 2012-01-19 15:49:44 +01:00
Viktor Klang
6db3e59ce1 Restructuring ActiveRemoteClient, moving to a shared NioClientChannelFactory, making the timer optionally a daemon, switching to channel groups 2012-01-19 15:06:58 +01:00
Viktor Klang
44c7f49f92 Removed FState, switched to isCompleted checks instead of value.isDefined, added zip etc 2012-01-19 13:50:02 +01:00
Viktor Klang
97280ffeed Fixing master: Unborking of BalancingDispatcher, fixing of PinnedDispatcher config, not creating one dispatcher per message for PinnedDispatcher ;) 2012-01-19 12:15:49 +01:00
Peter Vlugter
b9bbb0744a Add some migration guidance for stm 2012-01-19 11:18:33 +13:00
Peter Vlugter
2058765485 Add basic java api for scala stm to transactor module
Note: this commit will be reverted once a java api is published
for scala stm. Adding to transactor module for M3 release.
2012-01-19 11:11:59 +13:00
Peter Vlugter
2757869c62 Update to new Java API for Scala STM 2012-01-19 11:11:59 +13:00
Viktor Klang
158bbabb58 Making it possible to configure all-around stuff for the PinnedDispatcher 2012-01-18 22:50:35 +01:00
viktorklang
55f5cedd4e Merge pull request #222 from jboner/wip-1656-daemonic-remote-threads-√
#1656 - Adding support for configuringthreads created by remoting as dae...
2012-01-18 13:08:52 -08:00
Viktor Klang
f77ae62dda Switching the remoting utilities to be daemonic by default 2012-01-18 22:05:49 +01:00
Viktor Klang
1714279eac Switching to reduceLeft so we can change the type signature of reduce to be more useful 2012-01-18 22:01:44 +01:00