Roland
6afed30d43
add Java FSM example and reST, see #1428
2012-01-24 14:32:17 +01:00
Roland
ee5ae1068b
Merge branch 'wip-1485-fsm-docs-∂π'
2012-01-24 09:35:35 +01:00
Derek Williams
4c6f9b86d1
More IO docs
2012-01-23 23:44:41 -07:00
Roland
2a0c4ca145
Merge branch 'wip-1581-patterns-ask'
2012-01-23 18:35:30 +01:00
Viktor Klang
56b27d8c04
Merge branch 'master' of github.com:jboner/akka
2012-01-23 18:13:02 +01:00
Viktor Klang
2557d594cb
Fixing misconception around hotswapped behavior
2012-01-23 18:08:00 +01:00
Roland
b2c63062fd
document EmptyLocalActorRef, see #1605
2012-01-23 17:56:52 +01:00
Roland
e087c6fd8c
include FSMDocSpec example in fsm.rst and fix a few outdated things
2012-01-23 17:43:30 +01:00
patriknw
d21d03207f
Merge pull request #247 from jboner/wip-1711-supervisorStrategy-patriknw
...
FaultHandler as method in Actor instead of in Props. See #1711
2012-01-23 08:40:59 -08:00
Patrik Nordwall
9e15d2062b
Renamed more things to SupervisorStrategy. Updated more docs. See #1711
2012-01-23 17:18:49 +01:00
Viktor Klang
d39bb2d563
Merge branch 'master' of github.com:jboner/akka
2012-01-23 16:53:52 +01:00
Viktor Klang
1f87a03268
Linking the 0MQ docs
2012-01-23 16:26:10 +01:00
patriknw
45d178c276
Merge pull request #236 from jboner/wip-1702-settings-ext-patriknw
...
DOC: Extension sample for application specific settings. See #1702
2012-01-23 07:12:49 -08:00
Patrik Nordwall
1572da09db
Changed name of the instance field as suggested. See #1702
2012-01-23 16:11:58 +01:00
Roland
3a30f915c3
remove use of akka.actor.timeout property for ask
2012-01-23 15:59:18 +01:00
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
690e87441f
Adding DEBUG documentation and reference to testkit
2012-01-23 14:35:01 +01:00
Viktor Klang
49488c2670
Changing logging docs to have settings turned on
2012-01-23 14:14:39 +01:00
Viktor Klang
61da9b1890
Improving logging docs
2012-01-23 13:54:11 +01:00
Patrik Nordwall
66e0a7cf0b
Moved definition of fault handler from Props to overridable method supervisorStrategy in Actor. See #1711
...
* New trait SupervisorStrategy for TypedActors
* Adjustments of docs
* Updated tests
2012-01-23 13:49:19 +01:00
Roland
71d58c5338
improve migration guide & helpers, plus some docs
2012-01-23 11:58:27 +01:00
Viktor Klang
f8186e53d7
Merging in master
2012-01-23 11:30:36 +01:00
viktorklang
6cbe7f0e02
Merge pull request #225 from casualjim/2.0-zeromq-ivan
...
2.0 zeromq ivan
2012-01-23 02:09:26 -08:00
Patrik Nordwall
6a4d7f547c
Improvement based on feedback. See #1702
2012-01-21 11:05:30 +01:00
Viktor Klang
1333700c0d
Unborkening master
2012-01-20 19:52:50 +01:00
Roland
f6d71881ea
add ?(msg, timeout) migration helper, see #1653
2012-01-20 19:45:23 +01:00
Roland
34a0f005b1
Merge branch 'master' into wip-1581-patterns-ask
2012-01-20 19:29:17 +01:00
Roland
1f99b425de
docs for ask/pipeTo patterns
2012-01-20 18:09:26 +01:00
Roland
020c6b61da
move all Ask stuff to akka.pattern
...
- remove ?(msg, timeout), should always use ?(msg)(timeout) because of
Scala’s only Martin-acknowledged design flaw of being able to pass
tuples into single-arg methods without adding another pair of parens
- put a provider into all actor refs, because they all are created by
and associated with one
- treat all terminated refs equally: tell(msg) and return broken promise
2012-01-20 15:45:53 +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
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
Ivan Porto Carrero
56bd8a6882
Adds missing docs and/or return types
2012-01-20 09:27:23 +01: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
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
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
Ivan Porto Carrero
ced0176985
Adds rst docs and a package wide implicit to extend the actorsystem
2012-01-19 21:26:18 +01:00
Viktor Klang
149fbea5a7
Updating Copyright as per #1660
2012-01-19 18:21:06 +01:00
Viktor Klang
290f508195
Modifying the test for Futures.reduce
2012-01-19 17:47:58 +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
Ivan Porto Carrero
d9a8c4e7e6
Changes the intialization logic for the actor so that zeromq options are preserved
2012-01-19 00:26:52 +01:00
Peter Vlugter
b9bbb0744a
Add some migration guidance for stm
2012-01-19 11:18:33 +13:00
Peter Vlugter
2757869c62
Update to new Java API for Scala STM
2012-01-19 11:11:59 +13:00
Roland
1daaee98aa
Merge remote-tracking branch 'origin/master' into wip-1581-patterns-ask
2012-01-18 14:20:13 +01:00