Commit graph

13821 commits

Author SHA1 Message Date
Giovanni Botta
ee01a8dffe +con #3843 Add ClusterSingletonProxy 2014-03-12 17:42:26 -04:00
Roland Kuhn
9cc49d9ece Merge pull request #2041 from jozic/deathwatch-tests
=act Make death watch tests test something
2014-03-12 22:26:54 +01:00
Roland Kuhn
f5a5d4bd9b Merge pull request #2042 from jozic/small-testkit-cleanup
=act,tes Small TestKit cleanup
2014-03-12 22:25:58 +01:00
Patrik Nordwall
bd989751b6 Merge pull request #2061 from akka/wip-2556-optimize-AddressTerminated-subscriptions-patriknw
=act, rem #2556 Optimize subscriptions of AddressTerminated
2014-03-12 10:25:16 +01:00
Patrik Nordwall
67925cb94e =act, rem #2556 Optimize subscriptions of AddressTerminated
* unsubscribe in eventStream is too slow when using many actors
  that are watching remote actors, and becomes a problem for example
  when shutting down such a system
* Previous eventStream solution:
  Stopping 20000 actors took 50355 ms
* This solution:
  Stopping 20000 actors took 764 ms
2014-03-12 10:17:34 +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
Roland Kuhn
4dd5fe3257 Merge pull request #2047 from drexin/wip-3858-make-case-classes-final-drexin
=all #3858 Make case classes final
2014-03-11 16:06:31 +01:00
Roland Kuhn
04419d3f23 Merge pull request #2005 from drexin/wip-2971-remaining-outside-within-drexin
!tes #2971 Make TestKit.remaining throw AssertionError outside of within
2014-03-11 16:02:48 +01:00
dario.rexin
826cc74de3 !tes #2971 Make TestKit.remaining throw AssertionError outside of within 2014-03-11 11:23:12 +01:00
Patrik Nordwall
7b0fb54a2c Merge pull request #2062 from akka/wip-bump-version-2.4-SNAPSHOT-patriknw
=pro,sam,act Change version to 2.4-SNAPSHOT
2014-03-10 15:12:08 +01:00
Patrik Nordwall
21b3d2ba48 =pro,sam,act Change version to 2.4-SNAPSHOT
* also include the disabled mima settings
2014-03-07 14:53:35 +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
Björn Antonsson
05578f564e Merge pull request #2058 from akka/wip-3906-build-java8-persistence-template-automatically-ban
+pro #3906 Building persistence Java with lambda support doc code automatically
2014-03-05 11:37:28 +01:00
Björn Antonsson
541a2181ff +pro #3906 Building persistence Java with lambda support doc code automatically 2014-03-05 11:36:13 +01:00
Björn Antonsson
0638b7ddfa Merge pull request #2036 from akka/wip-3889-fsm-lambda-activator-ban
!act,sam #3889 Adding Activator template FSM/become for Java with Lambda support
2014-03-05 11:19:07 +01:00
Björn Antonsson
07e361c684 !act,sam #3889 Adding Activator template FSM/become for Java with Lambda support
* Dining Hakkers Activator template for FSM and become
* Cleaup of FSM event matchers to be more usable and consistent
2014-03-05 11:16:23 +01:00
Björn Antonsson
6af33381b3 Merge pull request #2057 from akka/wip-docs-2.3.0-∂π
Wip docs 2.3.0 ∂π
2014-03-05 11:13:57 +01:00
Björn Antonsson
3a98b2cd79 Merge pull request #2056 from akka/wip-persistent-java8-∂π
Wip persistent java8 ∂π
2014-03-05 11:11:59 +01:00
Roland Kuhn
9ed3c633c5 =doc #3905 describe symmetric remoting requirement 2014-03-04 17:38:27 +01:00
Roland Kuhn
defea81712 =act #3888 add Timeout JavaDoc 2014-03-04 17:34:23 +01:00
Roland Kuhn
94bcbfc69c =doc #3899 duration2TestDuration migration 2014-03-04 17:28:45 +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
Roland Kuhn
8a0a6d9e13 +per #3906 use AbstractActor for Java8 Persistence
- also rename and link doc chapter
2014-03-04 16:15:13 +01:00
Nabeel Ali Memon
a0a541eda7 +per #3906 add Java8 support for Persistence
- Provided new interfaces for akka-persistence to be usable directly
  through ReceiveBuilder/PartialFunction. Added a sample java project to
  showcase the usage of these API's with akka-persistence.
- Fixed a minor comment block in javadoc code snippet.
- Renamed java event persistor and fixed a documentation typo.
- Put back java event persistence methods in
  UntypedEventsourcedProcessor and copied them into
  AbstractEventsourcedProcessor for the sake of clarity in javadocs.
  Also corrected some doc punctuations.
- Documentation for akka-persistence java 8 lambda expressions support.
- Moved code examples referred from within lambda-persistence.rst to
  java8 compatible sample project.
- Removed remaining unwanted java8 compatible source files.
2014-03-04 16:14:57 +01:00
Oleg Anashkin
e2b0bb8d65 =doc Fixed typos in actor documentation 2014-03-04 06:56:57 -08:00
Björn Antonsson
8e32b4577c Merge pull request #2053 from drewhk/wip-3902-reduce-drop-in-stresstest-drewhk
=rem #3902: Reduce disassociate errors in remote stress-test
2014-03-04 13:56:03 +01: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
24a5f64fcd Merge pull request #2044 from krasserm/wip-3898-increase-expect-timeout-krasserm
=per #3898 Increase expect timeout for SharedLeveldbJournalSpec
2014-03-04 13:36:34 +01:00
Björn Antonsson
51f9501a0d Merge pull request #2049 from drewhk/wip-3787-loglevel-fix-forwardport-drewhk
=rem #3787: Fix wrong loglevels in remote events logging
2014-03-04 13:36:17 +01:00
Björn Antonsson
fb503a3993 Merge pull request #2045 from akka/wip-pomIncludeRepositories-∂π
=pro #3904 do not leak internal repositories during staging
2014-03-04 13:35:18 +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
Björn Antonsson
aa88f02de2 Merge pull request #2055 from akka/wip-fix-java-version-in-release-script-master-ban
=pro Fixed release script Java version check
2014-03-04 13:30:53 +01:00
Björn Antonsson
6fecb00f91 =pro Fixed release script Java version check 2014-03-04 11:16:39 +01:00
Roland Kuhn
2ed7c0e1b7 =pro #3904 do not leak internal repositories during staging 2014-03-04 10:50:47 +01:00
Endre Sándor Varga
0c41e008d9 =rem #3902: Reduce disassociate errors in remote stress-test 2014-03-03 15:06:12 +01:00
Roland Kuhn
b5eeb08fde +act #3900 make systemActorOf available to Extensions 2014-03-03 12:00:25 +01:00
Björn Antonsson
e2b73769f4 Merge pull request #2051 from akka/wip-3831-java-8-doc-ban
!act,doc #3831 Adding more Java with Lambda documentation and support
2014-03-03 11:55:13 +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
Endre Sándor Varga
824e4b4666 =rem #3787: Fix wrong loglevels in remote events logging (forward port) 2014-02-28 15:20:28 +01:00
Roland Kuhn
8396e923cf Merge pull request #2039 from nurkiewicz/patch-1
The correct directive name is Stop, not Terminate
2014-02-28 09:57:28 +01:00
Martin Krasser
5b87222cea =per #3898 Increase expect timeout for SharedLeveldbJournalSpec 2014-02-28 08:05:03 +01:00
Eugene Platonov
a1778dbecb =act Make death watch tests test something 2014-02-27 17:18:53 -05:00
Eugene Platonov
96bf75b2b7 =act,tes Small TestKit cleanup 2014-02-27 17:18:13 -05: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
Roland Kuhn
fa1717eead Merge pull request #2034 from krasserm/wip-3883-eventsourced-migration-guide-krasserm
=doc #3883 Eventsourced to Akka Persistence comparison/migration
2014-02-27 09:56:41 +01:00
Martin Krasser
dc3164d1b1 =doc #3883 Eventsourced to Akka Persistence comparison/migration 2014-02-27 07:54:13 +01:00
Tomasz Nurkiewicz
bbd2fe20ec The correct directive name is Stop, not Terminate
Make documentation consistent with values from `akka.actor.SupervisorStrategy.Directive`
2014-02-26 21:08:29 +01:00