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
5e5420426d
Merge pull request #2003 from akka/wip-3689-activator-multi-node-patriknw
...
+sam #3689 Make activator template of the multi-node sample
2014-02-13 12:43:40 +01:00
Patrik Nordwall
1a3080b7a6
+sam #3689 Make activator template of the multi-node sample
2014-02-13 12:43:04 +01:00
Patrik Nordwall
276eb0881f
Merge pull request #2002 from akka/wip-3689-activator-fsm-sample-patriknw
...
+sam #3689 Make activator template of the fsm sample
2014-02-13 12:40:02 +01:00
Patrik Nordwall
e6f679fe8b
+sam #3689 Make activator template of the fsm sample
2014-02-13 12:39:36 +01:00
Patrik Nordwall
23b9fad153
Merge pull request #2001 from akka/wip-3867-endpointWriter-patriknw
...
=rem #3867 Make sure endpointWriter is terminated before ungate
2014-02-13 12:37:10 +01:00
Patrik Nordwall
aad21fe69e
Merge pull request #2000 from akka/wip-3685-faq-patriknw
...
=doc #3685 Add FAQ to documentation
2014-02-13 12:35:52 +01:00
Patrik Nordwall
3a683bb9b4
=doc #3685 Add FAQ to documentation
...
* The links at http://akka.io will changed to point at this faq
* Some rewording of guarantees/reliability
2014-02-13 12:35:11 +01:00
Patrik Nordwall
c2a932768b
Merge pull request #1997 from akka/wip-3228-doc-TimerBasedThrottler-patriknw
...
=con #3228 Adjust structure of TimerBasedThrottler ScalaDoc
2014-02-13 12:27:30 +01:00
Patrik Nordwall
094b2a50d9
Merge pull request #1995 from akka/wip-3865-remove-race-pubsub-patriknw
...
=con #3865 Fix race in pub-sub when nodes are removed
2014-02-13 12:26:37 +01:00
Patrik Nordwall
4b33cf98df
=con #3865 Fix race in pub-sub when nodes are removed
...
* The race can happen if the MemberRemoved event is received followed by a Delta update from
a node that has not yet got the MemberRemoved. That will make the bucket for the removed
node to be added back in the registry.
2014-02-13 12:25:56 +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
12746fe555
Merge pull request #1989 from akka/wip-3620-doc-deploy-conf-patriknw
...
=doc #3620 Add unified documentation of deployment section
2014-02-13 12:21:33 +01:00
Patrik Nordwall
fa215ff965
=doc #3620 Add unified documentation of deployment section
2014-02-13 12:20:26 +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
1a7249de00
Merge pull request #1987 from akka/wip-3568-doc-multi-jvm-options-patriknw
...
=doc #3568 Clarify JVM options of sbt-multi-jvm
2014-02-13 12:12:30 +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
Patrik Nordwall
ea62829398
Merge pull request #1983 from akka/wip-3689-activator-publish-script-patriknw
...
=pro #3689 Add script to publish samples zip files
2014-02-13 11:55:51 +01:00
Patrik Nordwall
f49b04b591
=pro #3689 Add script to publish samples zip files
2014-02-13 11:55:04 +01:00
Patrik Nordwall
b949b4475a
Merge pull request #1999 from ppiotrow/docTypedActorsFix
...
=doc Typed actors chapter improvement
2014-02-13 11:42:59 +01:00
Patrik Nordwall
b9f9d314d4
Merge pull request #1998 from jozic/multijvm-doc
...
=doc Fix some typos and update sample output on multi-jvm-testing page
2014-02-13 11:42:24 +01:00
Patrik Nordwall
32fcbbb0e8
Merge pull request #1996 from picsolvebryan/wip-3849-doc
...
=doc #3849 Add instructions for Maven Shade plugin
2014-02-13 11:41:28 +01:00
Patrik Nordwall
7635f44025
Merge pull request #1994 from akka/wip-3863-LARS-gc-ban
...
=act #3863 Increased test timeout for Scheduler.close() due to GC
2014-02-13 11:40:18 +01:00
Patrik Nordwall
93c56a18b3
Merge pull request #1992 from akka/wip-3822-enable-extra-build-steps-ban
...
+pro #3822 Add script to be run after a successful sbt build
2014-02-13 11:39:19 +01:00
Patrik Nordwall
40f161994b
Merge pull request #1991 from krasserm/wip-3862-no-generated-sequence-number-expectation-krasserm
...
=per #3862 Fix concurrency bug in LevelDB journal
2014-02-13 11:38:21 +01:00
Roland Kuhn
f958760aee
Merge pull request #1857 from danielhopkins/3748-actorselection
...
3748 actorselection helpers
2014-02-13 08:30:06 +01:00
Patrik Nordwall
35b1d6879a
=rem #3867 Make sure endpointWriter is terminated before ungate
...
* actor name [endpointWriter] is not unique
* The problem was that the test used 100ms until ungate and
that made it possible for the endpointWriter to not be
completely terminated (and removed) before Ungate and
new Send in idle state, which created new endpointWriter
* I could reproduce it with a sleep in EndpointWriter.postStop
* The solution is to start the scheduled Ungate after Terminated
has been received
2014-02-10 14:41:48 +01:00
Martin Krasser
5bd7191ef4
=per #3862 Fix concurrency bug in LevelDB journal
...
- which may generate same numeric ids for different processor/channel ids.
2014-02-10 10:16:54 +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
Eugene Platonov
7339b6818c
=doc Fix some typos and update sample output on multi-jvm-testing page
2014-02-07 22:31:45 -05:00
Patrik Nordwall
89a5772e87
=con #3228 Adjust structure of TimerBasedThrottler ScalaDoc
...
* The documentation was good, but some parts were "hidden" by separating
it two places. I understand the original reason for the separation but
it might be easier for the user (as reported in the ticket) to have
everything in one place.
2014-02-07 16:22:04 +01:00
bryan hunt
ee352cee37
=doc #3849 Add instructions for Maven Shade plugin
2014-02-07 09:14:22 +00:00
Björn Antonsson
bf59571b8c
=act #3863 Increased test timeout for Scheduler.close() due to GC
2014-02-07 09:16:43 +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
Björn Antonsson
6dac62b369
+pro #3822 Add script to be run after a successful sbt build
...
* This script assumes that the akka artifacts having been published locally
2014-02-06 08:56:08 +01:00
Patrik Nordwall
198f8a8d80
=doc #3568 Clarify JVM options of sbt-multi-jvm
2014-02-05 09:46:42 +01:00
Adam Voss
cce29dfa51
Changes all occurances of Typesafe copyright to extend to 2014.
2014-02-04 21:20:09 -06:00
Björn Antonsson
eb8a3b2c3e
Merge pull request #1981 from akka/wip-3857-failed-actorselectionspec-ban
...
=act #3857 Ensure that only relevant test messages go to dead letters
2014-02-04 01:21:24 -08:00
Dan Hopkins
6ab828bc7f
Add a serialization format to actor selections. Fixes #3748
2014-02-03 09:37:43 -07:00
Patrik Nordwall
7b25bd73d5
Merge pull request #1982 from akka/wip-enable-diagrams-patriknw
...
=pro Enable scaladoc diagrams
2014-02-03 03:21:24 -08:00
Patrik Nordwall
088b37f185
=pro Enable scaladoc diagrams
2014-02-03 12:20:09 +01:00
Björn Antonsson
7f189366b9
=act #3857 Ensure that only relevant test messages go to dead letters
...
* Since there was no sender for the `Create` message in the test, the
created `ActorRef` was also sent to dead letters, creating a race
where the test could start to subscribe _too early_ and receive the
`ActorRef` instead of the expected string.
2014-02-03 11:54:13 +01: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
Patrik Nordwall
d58ed9b5d1
Merge pull request #1971 from vigdorchik/source_links
...
=pro #3852 scaladoc generation: add a link to source file on github.
2014-02-03 02:43:34 -08:00