Viktor Klang
8870c584d3
Clarifying some do's and dont's on Actors in the jmm docs
2011-12-08 14:59:39 +01:00
Viktor Klang
210fd096c5
Corrections based on review
2011-12-08 14:04:58 +01:00
Viktor Klang
d7771dc596
Elaborating on the message send semantics as per the ticket
2011-12-08 12:09:19 +01:00
Patrik Nordwall
bfa14a692c
Merge branch 'master' into wip-1377-context-patriknw
...
Conflicts:
akka-actor/src/main/scala/akka/actor/ActorCell.scala
akka-actor/src/main/scala/akka/actor/ActorRef.scala
akka-actor/src/main/scala/akka/dispatch/AbstractDispatcher.scala
akka-actor/src/main/scala/akka/event/EventStream.scala
akka-tutorials/akka-tutorial-first/src/main/java/akka/tutorial/first/java/Pi.java
akka-tutorials/akka-tutorial-first/src/main/scala/Pi.scala
2011-12-07 07:49:34 +01:00
Patrik Nordwall
3204269f6a
Cleanup of methods in Actor and ActorContext trait. See #1377
...
* Added JavaActorContext, UntypedActor.getContext
* implicit val context in Actor needs to be implicit to support forward,
it would be nice if it wasn't implicit because now I can't override context
in UntypedActor
* Removed implicit def system in Actor
* Removed implicit def defaultTimeout in Actor
* Removed receiveTimeout, children, dispatcher, become, unbecome, watch,
unwatch in Actor
* Removed corresponding as above from UntypedActor
* Removed implicit from dispatcher in ActorSystem
* Removed implicit def timeout in TypedActor
* Changed receiveTimeout to use Duration (in api)
* Changed many tests and samples to match new api
2011-12-06 09:50:16 +01:00
Roland
9d7597c728
Merge branch master into wip-ActorPath-rk
...
Had to make Davy Jones a bit more robust, i.e. put him into a different
system to guarantee survival until all messages are delivered.
2011-12-05 22:46:34 +01:00
Patrik Nordwall
c8a1a96310
Updated config documentation
2011-12-05 10:41:36 +01:00
Roland
e38cd19af9
Merge branch 'master' into wip-ActorPath-rk
2011-12-02 13:31:48 +01:00
Roland
cf020d708a
rename top-level paths as per Jonas recommendation
...
/user
/system
/null
/temp
/remote
/service
multi-jvm tests are disabled for the time being until remote look-up has
been really implemented
2011-12-02 12:24:47 +01:00
Roland
afda539324
merge master into wip-ActorPath-rk
2011-11-29 21:52:18 +01:00
Patrik Nordwall
b56201ab7f
Updated to latest config lib and changed how reference config files are loaded.
...
* Config lib 4f3a91f
* All reference files named reference.conf, all will be loaded
* Usage of ConfigFactor.load as default way
* Extensions use same config as ActorSystem.settings.config
2011-11-29 11:56:41 +01:00
Patrik Nordwall
19a78c0e58
Slf4jEventHandler should not format log message. See #1401
...
* Updated documentation with info about MDC.
* Updated documentation conf of logLevel.
* Updated documentation Logback 1.0.0.
2011-11-28 10:07:30 +01:00
Roland
96598704c8
Merge remote-tracking branch 'origin/master' into wip-ActorPath-rk
2011-11-24 16:06:47 +01:00
Patrik Nordwall
179399296e
Modularize configuration. See #1361
...
* Split config reference to one for each module/extension.
* Adjusted signature of registerExtension to avoid race of extension init
* Moved Duration.dilated to testkit
* TestKitExtension
* RemoteExtension
* SerializationExtension
* Durable mailboxes extensions
* Fixed broken serialization bindings and added test
* Updated configuration documentation
* System properties akka.remote.hostname akka.remote.port replaced with akka.remote.server.hostname and akka.remote.server.port
* Adjustments of ActorSystem initialization. Still don't like the two-phase constructor/init flow. Very fragile for changes.
Review fixes. SerializationExtension
2011-11-23 20:31:58 +01:00
Roland
d40235f111
version 2 of the addressing spec
2011-11-22 15:15:57 +01:00
Roland
a2a09ec5a9
write addressing & path spec
2011-11-20 21:47:16 +01:00
Peter Vlugter
d04ad32588
Get rst docs building again and add some adjustments to the new cluster documentation
2011-11-09 10:40:22 +01:00
Jonas Bonér
7b485f659b
Added documentation page on guaranteed delivery.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-10-28 11:01:24 +02:00
Roland
f75d16f710
fix small naming errors in supervision.rst
2011-10-17 17:59:04 +02:00
Roland
ab4f62cebe
add first draft of supervision spec
2011-10-17 16:17:28 +02:00
Peter Vlugter
7884691d3a
Begin using compiled code examples in the docs. See #781
2011-10-05 17:41:29 +02:00
Viktor Klang
c7d58c600b
Adding initial support for Props
2011-08-26 17:25:18 +02:00
Peter Veentjer
015fef1a0e
jmm doc improvement
2011-07-09 23:32:09 +03:00
Viktor Klang
3181905fed
Renaming EBEDD to Dispatcher, EBEDWSD to BalancingDispatcher, ThreadBasedDispatcher to PinnedDispatcher and PEBEDD to PriorityDispatcher, closing ticket #784
2011-05-20 22:56:30 +02:00
Roland
04541c3009
add summary of system properties to configuration.rst
2011-05-15 00:24:12 +02:00
Patrik Nordwall
73fd0775f3
Docs: Various improvements
...
(cherry picked from commit aad2c29c68a239b8f2512abc5e93d58ca4354a49)
2011-05-08 17:03:23 +02:00
Patrik Nordwall
0b010b6984
Docs: Moved slf4j from pending
...
(cherry picked from commit ff4107f8e0531b88db317021eeb56d636ba80bad)
2011-05-08 17:03:05 +02:00
Patrik Nordwall
a597915993
Docs: Restructured toc
...
(cherry picked from commit b6ea22e994ab900dad2661861cd90a7ab969ceb4)
2011-05-06 10:12:16 +02:00
Patrik Nordwall
e3189abe54
Docs: Added some missing links
...
(cherry picked from commit a70b7c027fba7f24ff1b7496cf8087bc2e9d5038)
2011-05-06 08:01:28 +02:00
Peter Vlugter
6000b0594f
Add released API links
2011-05-06 15:56:23 +12:00
Peter Vlugter
9fa6c322f9
Add links to snapshot scaladoc
2011-05-06 15:40:05 +12:00
Peter Vlugter
f01db73f7f
Fix up the migration guide
2011-05-06 12:59:34 +12:00
Roland Kuhn
859b61d582
move Duration docs below common/ next to Scheduler
2011-05-02 21:40:35 +02:00
Viktor Klang
4eddce0fe2
Porting licenses.rst and removing boldness in sponsors title
2011-05-02 19:38:10 +02:00
Viktor Klang
05db33ee97
Moving Developer guidelines to the Dev section
2011-05-02 18:50:56 +02:00
Viktor Klang
25a56ef053
Converting the issue-tracking doc and putting it under General
2011-05-02 18:46:45 +02:00
Viktor Klang
a97bdda6e8
Converting the Akka Developer Guidelines and add then to the General section
2011-05-02 18:38:21 +02:00
Viktor Klang
15c2e1070d
Adding a Common section to the docs and fixing the Scheduler docs
2011-05-02 18:22:13 +02:00
alarmnummer
de7741a464
added jmm documentation for actors and stm
2011-05-02 11:40:51 +02:00
Patrik Nordwall
c7444193e6
Ticket 739. Beefing up config documentation.
2011-05-01 17:35:05 +02:00
Peter Vlugter
fd46de15a6
Remove akka modules build info
2011-04-27 15:50:57 +12:00
Peter Vlugter
ad0b55ca7f
Fix warnings in docs
2011-04-27 10:04:18 +12:00
Peter Vlugter
2a4e967353
Move building and configuration to general
2011-04-27 09:37:14 +12:00
Patrik Nordwall
850536bd2a
cleanup
2011-04-26 21:42:11 +02:00
Patrik Nordwall
40533a7334
Moved event-handler from pending
2011-04-26 21:39:10 +02:00
Patrik Nordwall
b16108b661
Applied the last typo fixes also
2011-04-24 08:33:13 +02:00
Roland
1ee2446d1f
Merge branch 'wip-testkit2'
...
- also fix some sphinx-build warnings/errors
2011-04-23 11:23:50 +02:00
Roland
2adc45cf2c
move Duration doc to general/util.rst
...
move migration guide links one level down
2011-04-23 11:04:02 +02:00
Patrik Nordwall
a60bbc5f59
Applied patch from bruce.mitchener, with minor adjustment
2011-04-23 08:11:31 +02:00
Viktor Klang
f804340a12
Tweaked the migration guide documentation
2011-04-21 11:25:56 +02:00