Commit graph

8681 commits

Author SHA1 Message Date
Patrik Nordwall
1572da09db Changed name of the instance field as suggested. See #1702 2012-01-23 16:11:58 +01:00
Patrik Nordwall
6a4d7f547c Improvement based on feedback. See #1702 2012-01-21 11:05:30 +01:00
Patrik Nordwall
05d4a6ed38 DOC: Extension sample for application specific settings. See #1702
* Added sample and documentation for how to create extension for application specific config
* Simplified java usage of ExtensionIdProvider, more aligned with how it is done in scala
2012-01-20 11:30:33 +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
Patrik Nordwall
fd68752fbe Another adjustment of pool-size 2012-01-18 19:49:38 +01:00
Viktor Klang
7a3cbdf86f #1656 - Adding support for configuringthreads created by remoting as daemons 2012-01-18 18:10:56 +01:00
Patrik Nordwall
5647f69727 Fixed failing test, due to pool-size. 2012-01-18 18:04:41 +01:00
Viktor Klang
82d009fab5 Fixing ticket #1657 2012-01-18 16:49:20 +01:00
patriknw
b5c8d7db56 Merge pull request #221 from jboner/wip-less-aggressive-poolsize-for-tests
Limit default-dispatcher pool size, see #1654
2012-01-18 02:25:25 -08:00
Patrik Nordwall
1b4983f865 DOC: fixed minor path err 2012-01-18 10:10:42 +01:00
Eugene Vigdorchik
a1e42f659c Merge branch 'master' of github.com:jboner/akka 2012-01-18 12:30:25 +04:00
Eugene Vigdorchik
16c41269bd Brought multi-jvm testing doc up-to-date. 2012-01-18 12:28:49 +04:00
Patrik Nordwall
49de4eaac2 DOC: Fixed wrong log samples in migration guide 2012-01-18 09:27:11 +01:00
Eugene Vigdorchik
e5a8b7ae92 Add schoir description. 2012-01-18 12:22:11 +04:00
Patrik Nordwall
517fceae34 Adjust pool size of default-dispatcher. See #1654
* Changed reference.conf
  core-pool-size-min = 6
  core-pool-size-factor = 3.0
  core-pool-size-max = 64
  max-pool-size-min = 6
  max-pool-size-factor  = 3.0
  max-pool-size-max = 64
* Limited to smaller pool size in AkkaSpec
* Adjusted some tests that needed more threads
2012-01-17 17:28:57 +01:00
Roland Kuhn
d62902c43c fix a few typos in ActorSystem’s scaladoc. We need those compiled snippets NOW. 2012-01-17 15:58:34 +01:00
patriknw
2e6061b411 Merge pull request #220 from jboner/wip-1606-remote-routers-patriknw
Handle remote routers transparently
2012-01-17 06:56:42 -08:00
viktorklang
c71514bc73 Merge pull request #219 from jboner/wip-1650-Future-or-√
Fixing ticket #1650
2012-01-17 06:56:31 -08:00