Commit graph

586 commits

Author SHA1 Message Date
Endre Sándor Varga
cebdc7202b =doc:3472 Updated Stash docs to reflect new mailbox requirements 2013-07-08 19:17:08 +02:00
Roland Kuhn
09ee9bfbf4 Merge pull request #1604 from akka/wip-migration-fix-patriknw
DOC: Fix compilation error in migration guide
2013-07-08 10:14:38 -07:00
Roland Kuhn
798816a22c Merge pull request #1598 from akka/wip-3105-dist-readme-patriknw
Adjust dist README, see #3105
2013-07-08 02:47:57 -07:00
Roland Kuhn
9fb76eb251 Merge pull request #1595 from akka/wip-3483-default-mailbox-patriknw
DOC: how to change default mailbox, see #3483
2013-07-08 02:46:11 -07:00
Patrik Nordwall
dad91e0a79 DOC: Fix compilation error in migration guide 2013-07-08 09:30:36 +02:00
Roland Kuhn
d6e3e71d5e clarify wording of actor termination phase 2013-07-05 20:11:51 +02:00
Patrik Nordwall
d49678fb9c DOC: how to conf dispatcher of camel producer, see #3048 2013-07-05 10:45:19 +02:00
Roland Kuhn
0d956a31ba Merge pull request #1590 from drewhk/wip-2918-doc-evtbus-not-preserve-sndr-drewhk
=doc: Document that EventBus do not preserve sender #2918
2013-07-04 06:52:01 -07:00
Roland Kuhn
0d157dd00e Merge pull request #1589 from drewhk/wip-3106-doc-comment-style-drewhk
=doc: Document code block style difference from style guide #3106
2013-07-04 06:50:52 -07:00
Roland Kuhn
ad742feb00 Merge pull request #1586 from akka/wip-2816-cluster-dispatcher-patriknw
DOC: Describe cluster dispatcher, see #2816
2013-07-04 06:46:02 -07:00
Roland Kuhn
a858d1bfcf Merge pull request #1585 from akka/wip-3470-doc-empty-CurrentClusterState-patriknw
DOC: clarify empty CurrentClusterState for early subscribers, see #3470
2013-07-04 06:40:30 -07:00
Patrik Nordwall
0d8e9350b1 DOC: clarify empty CurrentClusterState for early subscribers, see #3470 2013-07-04 14:08:25 +02:00
Roland Kuhn
0f1b7b3556 Merge pull request #1580 from drewhk/wip-3263-doc-warn-scheduler-closingover-drewhk
= doc: Added warning about closing over in scheduled tasks #3263
2013-07-04 05:07:27 -07:00
Roland Kuhn
3393221def Merge pull request #1583 from akka/wip-3484-doc-router-supervision-patriknw
DOC: correct wrong advice in 'Routers and Supervision', see #3484
2013-07-04 05:05:47 -07:00
Endre Sándor Varga
57a1a83dd0 = doc: Added warning about closing over in scheduled tasks #3263 2013-07-04 14:05:29 +02:00
Roland Kuhn
cd1b36b648 Merge pull request #1582 from akka/wip-3259-doc-links-patriknw
DOC: Strange link names, see #3259
2013-07-04 05:04:34 -07:00
Roland Kuhn
bbcf6bf433 Merge pull request #1581 from akka/wip-3447-doc-router-types-patriknw
DOC: Clarify the two types of cluster aware routers, see #3447
2013-07-04 05:03:49 -07:00
Patrik Nordwall
dd64eabf09 DOC: correct wrong advice in 'Routers and Supervision', see #3484
* and clarify default restart behavior more
2013-07-04 14:03:16 +02:00
Roland Kuhn
8426712f81 Merge pull request #1579 from akka/wip-3464-doc-router-props-patriknw
DOC: Props.empty.withRouter, see #3464
2013-07-04 05:00:53 -07:00
Roland Kuhn
a56b8b248d Merge pull request #1574 from akka/wip-camel-touchup-patriknw
Keep the order of buffered messages in Camel producer, see #3477
2013-07-04 04:58:43 -07:00
Patrik Nordwall
c9d1b0d0e2 DOC: Clarify the two types of cluster aware routers, see #3447 2013-07-04 13:55:44 +02:00
Patrik Nordwall
6f7f2adb8f Adjust dist README, see #3105 2013-07-04 13:25:29 +02:00
Roland Kuhn
49fbbfb958 Merge pull request #1577 from akka/wip-3437-document-MPSC-√
#3437 - Adding rst documentation for the MPSC mailbox
2013-07-04 03:34:28 -07:00
Patrik Nordwall
3676d73779 DOC: how to change default mailbox, see #3483 2013-07-04 11:39:53 +02:00
Roland Kuhn
261ddcffa3 Merge pull request #1532 from levinotik/doc-fixes
Fix typo in docs
2013-07-04 02:21:40 -07:00
Endre Sándor Varga
01d5579a83 =doc: Document code block style difference from style guide #3106 2013-07-02 12:25:06 +02:00
Endre Sándor Varga
7dba4435e4 =doc: Document that EventBus do not preserve sender #2918 2013-07-02 12:11:50 +02:00
Patrik Nordwall
818a96fa45 DOC: Describe cluster dispatcher, see #2816 2013-07-01 17:17:12 +02:00
Patrik Nordwall
ea315e85a7 DOC: Strange link names, see #3259 2013-07-01 15:21:56 +02:00
Viktor Klang
709a568aa1 #3437 - Adding rst documentation for the MPSC mailbox 2013-07-01 14:53:48 +02:00
Patrik Nordwall
7c3f6c21d8 DOC: Props.empty.withRouter, see #3464 2013-07-01 12:51:35 +02:00
Patrik Nordwall
a481272b67 Keep the order of buffered messages in Camel producer, see #3477
* fix bug in java sample
* doc corrections
2013-06-27 16:45:47 +02:00
Roland Kuhn
9cd05a070e add pipeToSelection support, see #3430
also add explanation to docs about what happens when Identify message
hits a non-existing path element
2013-06-25 16:36:24 +02:00
Roland Kuhn
d5ca7a6a13 Merge pull request #1563 from akka/wip-3469-ExtensionKey-patriknw
Java (Eclipse) compatibility of extensions, see #3469
2013-06-25 06:36:07 -07:00
Roland Kuhn
1e65610fd4 Merge pull request #1538 from akka/wip-3434-fix-dead-link-in-io-codec-√
#3434 - Fixing dead link to Iteratees in io-codec.rst
2013-06-25 05:57:25 -07:00
Patrik Nordwall
9b3be181cf Java (Eclipse) compatibility of extensions, see #3469
* Eclipse JDT showed compilation error
  "The method get(ActorSystem) is ambiguous for the type..."
  for extensions defined with ExtensionKey
2013-06-24 20:27:23 +02:00
Roland Kuhn
6d8e13c760 Merge pull request #1529 from akka/wip-3429-ActorRef.noSender-∂π
add ActorRef.noSender() for the Java API, see #3429
2013-06-20 06:51:54 -07:00
Roland Kuhn
a2a646af4e add ActorRef.noSender() for the Java API, see #3429
- Actor.noSender is not accessible from Java, but it was in 2.1 so don’t
  remove
- replaced all “null” in doc tests with ActorRef.noSender()
2013-06-20 15:51:23 +02:00
Roland Kuhn
e2937dc27f Merge pull request #1541 from mhamrah/master
Fix grammar typo with Scala/FSM documentation.
2013-06-20 05:34:07 -07:00
Roland Kuhn
18f5b8f4ec Merge pull request #1551 from akka/wip-3457-properly-type-TestFSMRef-√
#3457 - Adding proper type to TestFsmRef
2013-06-20 04:05:28 -07:00
Patrik Nordwall
cd2b77157c Log dead letters, see #3453 2013-06-20 12:09:09 +02:00
Viktor Klang
f333c7c345 #3457 - Adding proper type to TestFsmRef 2013-06-20 00:04:57 +02:00
Michael Hamrah
6cffc0bfca Quick grammar fix for Scala/FSM docs. 2013-06-17 12:31:26 -03:00
Viktor Klang
6ec657d2bc #3434 - Fixing dead link to Iteratees in io-codec.rst 2013-06-15 09:50:08 -04:00
Levi Notik
373fc1a7ae Fix typo in docs 2013-06-11 23:00:08 -04:00
Roland Kuhn
0191458a24 Merge pull request #1521 from akka/wip-3342-mailbox-split-∂π
rewrite mailbox selection logic, see #3342
2013-06-03 03:53:17 -07:00
Roland
20eb28a03c move deadLetterMailbox into Mailboxes and fix review comments, see #3342 2013-06-03 11:41:11 +02:00
Björn Antonsson
d12372d3d1 Merge pull request #1514 from akka/wip-3400-split-pdf-documentation-ban
Split Akka PDF into a Java and Scala version #3400
2013-06-03 01:34:09 -07:00
Roland
f317aaf711 rewrite mailbox selection logic, see #3342
- add “mailbox-requirement” key to dispatcher section
- split out mailbox section, add akka.actor.default-mailbox
- rewrite findMarker method and use it for Props.create() and getting
  the required mailbox of an actor
- add ProducesMessageQueue trait for MailboxType so that requirements
  can be checked before trying to create the actor for real
- verify actor as well as dispatcher requirements for message queue
  before creation, even in remote-deployed case
- change MessageDispatcher constructor to take a Configurator, add that
  to migration guide
2013-06-02 12:32:04 +02:00
Patrik Nordwall
1dac00a129 More props factories, see #3418 2013-05-31 08:09:56 +02:00