Björn Antonsson
c8ea061472
=pro Update test dependencies to Scala 2.11 cross published versions
2014-04-23 13:58:38 +02:00
Stevo Slavić
8736fb16f9
Fixed a typo
2014-04-16 16:15:15 +02:00
Konrad Malawski
3421a966d6
Merge pull request #2125 from ktoso/3982-doc-clarify-eventstream-is-local-ktoso
...
=doc #3982 Clarify that EventStream is local only
2014-04-14 09:57:12 +02:00
Konrad Malawski
df90cc3a2e
=doc #3982 Clarify that EventStream is local only
...
Devs were confused a few times on the mailing list if the eventstream
publishes to the cluster or not; Suggesting pub-sub if needed in clustered env.
2014-04-14 09:56:19 +02:00
Konrad Malawski
2173a037cb
Merge pull request #2126 from ktoso/3986-cluster-singleton-may-become-doubleton-during-splits-ktoso
...
=doc #3986 Cluster Singleton should not be used with AutoDown
2014-04-10 15:39:31 +02:00
Konrad Malawski
08fd4c93fa
=doc #3986 Cluster Singleton should not be used with AutoDown
...
unless you want each partition of the cluster (effectively new clusters),
to spin up their "own" singleton.
2014-04-10 15:38:22 +02:00
Patrik Nordwall
c1f7d7fa21
=doc #3924 Doc how to be notified when recovery completed
2014-03-25 10:46:05 +01:00
Roland Kuhn
4ba1bc46fb
Merge pull request #2096 from akka/wip-forward-docs-∂π
...
=doc #3917 include all reference.conf
2014-03-24 12:03:10 +01:00
Roland Kuhn
d6b33d15a8
add links to reference.conf to docs
2014-03-24 12:02:47 +01:00
Roland Kuhn
bf2bf24c4a
Merge pull request #2090 from akka/wip-remoting-multi-fix-∂π
...
Wip remoting multi fix ∂π (broken commits apart properly)
2014-03-22 15:19:45 +01:00
Björn Antonsson
26c493ea4a
=per #3915 Make become work during recovery for EventsourcedProcessor et.c.
2014-03-22 00:47:03 +01:00
Roland Kuhn
dc305eaf18
+act #3949 add LoggingReceive.withLabel
...
def someState = LoggingReceive.withLabel("some state") {
case msg => ...
}
2014-03-21 20:43:13 +01:00
Patrik Nordwall
3a9725f538
Merge pull request #2070 from akka/wip-3843-singleton-proxy-sample-patriknw
...
=sam #3843 Use ClusterSingletonProxy in cluster samples
2014-03-17 14:58:18 +01:00
Roland Kuhn
95d27e3f82
Merge pull request #2067 from akka/wip-WhatIsAkka-∂π
...
=doc clean up what-is-akka.rst and switch to www.typesafe.com
2014-03-17 14:16:47 +01:00
Patrik Nordwall
ad18405877
=sam #3843 Use ClusterSingletonProxy in cluster samples
2014-03-14 16:32:59 +01:00
Roland Kuhn
98c282f115
=doc clean up what-is-akka.rst and switch to www.typesafe.com
...
the latter is necessary because of broken DNS requirements which make
apex domains brittle (since they must resolve to an A record with a
single IP)
2014-03-13 12:42:47 +01:00
Roland Kuhn
ac5f4fc72e
Merge pull request #2050 from drexin/wip-3246-priority-mailbox-drexin
...
+act #3246 Added control aware mailbox types
2014-03-11 19:36:04 +01:00
Dario Rexin
c3950a7525
+act #3246 Added control aware mailbox types
2014-03-11 17:03:05 +01:00
dario.rexin
2cbad298d6
=all #3858 Make case classes final
2014-03-07 13:20:01 +01:00
Patrik Nordwall
dfef14a590
Merge pull request #2014 from trobert/master
...
Add the ability to use an external camel context
2014-03-06 13:16:53 +01:00
Roland Kuhn
9ed3c633c5
=doc #3905 describe symmetric remoting requirement
2014-03-04 17:38:27 +01:00
Roland Kuhn
f9ddb3757b
Merge pull request #2043 from extesy/patch-1
...
=doc Fix typos in actors.rst
2014-03-04 16:35:13 +01:00
Oleg Anashkin
e2b0bb8d65
=doc Fixed typos in actor documentation
2014-03-04 06:56:57 -08:00
Björn Antonsson
35f2f215f6
Merge pull request #2040 from akka/wip-persistent-delivery-path-∂π
...
=doc document why Deliver takes an ActorPath
2014-03-04 13:44:00 +01:00
Björn Antonsson
96be914979
Merge pull request #2052 from akka/wip-3900-systemActorOf-∂π
...
+act #3900 make systemActorOf available to Extensions
2014-03-04 13:32:12 +01:00
Roland Kuhn
b5eeb08fde
+act #3900 make systemActorOf available to Extensions
2014-03-03 12:00:25 +01:00
Björn Antonsson
0dcb6d6654
!act,doc #3831 Adding more Java with Lambda documentation and support
...
* The Java with Lambda support documentation for AbstractActor and AbstractFSM are now on par with Scala
* Many small fixes and additions of missing things
* Added an AbstractActorContext that has convenience functions for getChild and getChildren
2014-03-03 10:18:58 +01:00
Roland Kuhn
6cb4ed381d
=doc document why Deliver takes an ActorPath
2014-02-27 15:04:38 +01:00
Roland Kuhn
d7283abfcb
Merge pull request #2023 from ktoso/doc-3886-partialfunc-orelse-ktoso
...
=doc #3886 improved example of PartialFunction.orElse composition
2014-02-27 09:58:19 +01:00
Martin Krasser
dc3164d1b1
=doc #3883 Eventsourced to Akka Persistence comparison/migration
2014-02-27 07:54:13 +01:00
Patrik Nordwall
d1a7956d17
=doc Links to activator and some doc improvements
2014-02-21 11:24:01 +01:00
Thibaut Robert
c71987f4a7
+cam #3885 Add the ability to use an external camel context
2014-02-20 14:18:54 +01:00
Patrik Nordwall
48afb23586
=doc #3881 Change link to persistence community plugins
2014-02-20 11:47:43 +01:00
Konrad Malawski
b7dd2a6af5
=doc #3886 improved example of PartialFunction.orElse composition
...
Changed orElse composition example to better highlight it's
possibilities. This is a follow up PR based on a discussion on
akka-user: https://groups.google.com/forum/#!topic/akka-user/vVUZPMeJmzw
2014-02-20 09:19:04 +00:00
Martin Krasser
cf6e61e45a
=per #3774 Persistence activator templates
2014-02-13 13:41:21 +01:00
Patrik Nordwall
57d831716a
Merge pull request #2004 from akka/wip-3868-doc-remote-router-group-patriknw
...
=doc #3868 Clarify remote router group
2014-02-13 12:46:17 +01:00
Patrik Nordwall
cafa6585ce
=doc #3868 Clarify remote router group
2014-02-13 12:45:42 +01:00
Patrik Nordwall
e6f679fe8b
+sam #3689 Make activator template of the fsm sample
2014-02-13 12:39:36 +01:00
Patrik Nordwall
947b49c5b7
Merge pull request #1993 from akka/wip-2922-event-bus-sample-patriknw
...
!act,doc #2922 Doc event bus and fix Java API
2014-02-13 12:24:24 +01:00
Patrik Nordwall
a247365b57
!act,doc #2922 Doc event bus and fix Java API
2014-02-13 12:23:51 +01:00
Patrik Nordwall
93377cce74
Merge pull request #1988 from akka/wip-2859-doc-stdout-logger-patriknw
...
=doc #2859 Describe stdout logger more
2014-02-13 12:15:30 +01:00
Patrik Nordwall
2b35f632fe
=doc #2859 Describe stdout logger more
2014-02-13 12:14:50 +01:00
Patrik Nordwall
94fc2b6e2d
Merge pull request #1986 from akka/wip-3750-improve-cluster-specification-patriknw
...
=clu #3750 Update cluster specification
2014-02-13 12:11:38 +01:00
Patrik Nordwall
4fb22dec68
=clu #3750 Update cluster specification
...
* Based on Jonas' notes: https://gist.github.com/jboner/7692270
* Also removed "Future Extension" descriptions of cluster actor reference,
since that is probably not the direction we are taking
2014-02-13 12:10:50 +01:00
Patrik Nordwall
31adcd070b
Merge pull request #1984 from akka/wip-3734-doc-remoting-peer-to-peer-patriknw
...
=doc #3734 Clarify that remoting cannot be used for client-server
2014-02-13 11:58:10 +01:00
Patrik Nordwall
b70e2ab0f3
=doc #3734 Clarify that remoting cannot be used for client-server
...
* Most of the text was written by Endre earlier
2014-02-13 11:57:30 +01:00
Przemysław Piotrowski
b5f593a82e
=doc Typed actors chapter improvement
...
*Scala version:
Added package tag `` around scala.None and .Some[_];
Added "[_]" after scala.Some statement;
Removed japi part, because its a Scala documentation version;
*Java version
Fixed wrong path to japi.Option.Some and None
Added package tag ``
Removed scala packages (i know about implicit conversion, but i think it mght be beter)
2014-02-09 00:42:13 +01:00
Patrik Nordwall
f1edf78979
Merge pull request #1980 from vossad01/wip-3838-SetCopyrightYear2014-vossad01
...
Update Copyright to 2014, see #3838
2014-02-06 11:14:38 +01:00
Adam Voss
cce29dfa51
Changes all occurances of Typesafe copyright to extend to 2014.
2014-02-04 21:20:09 -06:00
Patrik Nordwall
5650998ede
Merge pull request #1967 from dhobi/master
...
=doc Explaining how to deal with Exceptions in TypedActor
2014-02-03 02:44:41 -08:00