Patrik Nordwall
85a5cc61aa
!act #13919 Make actorFor internal
...
* until we can replace all internal usages of it, which
is only in akka-camel
2015-05-19 12:07:18 +02:00
Konrad Malawski
082b366881
Merge pull request #17472 from sheaney/sheaney-doc-fix
...
Removes duplicated code snippet and paragraph
2015-05-19 11:38:08 +02:00
Patrik Nordwall
c57a8da744
!cto #17454 Introduce ClusterClientSettings and ClusterReceptionistSettings
...
* rename ClusterReceptionistExtension to ClusterClientReceptionist
2015-05-19 11:16:00 +02:00
Patrik Nordwall
b8594d475e
!cto #17454 Introduce DistributedPubSubSettings
...
* rename DistributedPubSubExtension to DistributedPubSub
2015-05-19 08:59:16 +02:00
Patrik Nordwall
a8687f9c4e
=pro #16695 Update dependencies
...
io.netty:netty: 3.8.0.Final -> 3.10.3.Final
org.slf4j:slf4j-api: 1.7.7 -> 1.7.12
org.fusesource.leveldbjni:leveldbjni-all:optional;provided: 1.7 -> 1.8
org.apache.camel:camel-core: 2.13.0 -> 2.13.4
ch.qos.logback:logback-classic:test: 1.0.13 -> 1.1.3
junit:junit:test: 4.10 -> 4.12
org.scalatest:scalatest:test: 2.1.3 -> 2.2.4
org.mockito:mockito-all:test: 1.9.5 -> 1.10.19
org.scala-lang.modules:scala-xml:test: 1.0.1 -> 1.0.4
com.novocode:junit-interface:test : 0.8 -> 0.11
org.slf4j:jul-to-slf4j:test: 1.7.7 -> 1.7.12
org.slf4j:log4j-over-slf4j:test: 1.7.7 -> 1.7.12
com.codahale.metrics:metrics-core:test: 3.0.1 -> 3.0.2
com.codahale.metrics:metrics-jvm:test: 3.0.1 -> 3.0.2
org.scalacheck:scalacheck:test: 1.11.3 -> 1.11.6
org.apache.commons:commons-math:test: 2.1 -> 2.2
commons-codec:commons-codec:test: 1.7 -> 1.10
2015-05-19 08:37:54 +02:00
Patrik Nordwall
0953e7aee3
!pro #17380 Build with Java 8
...
* genjavadoc adjustments for java8
2015-05-18 12:51:34 +02:00
Patrik Nordwall
aaa620c35e
=clu #17362 Make cluster.joinSeedNodes equivalent to conf seed-nodes
...
* the difference was in the retry of failed join attempt
* also clarify the documentation
2015-05-13 10:48:18 +02:00
Patrik Nordwall
c68ebc6d5a
Merge pull request #17219 from hepin1989/fix-#16736
...
+clu #16736 add registerOnMemberRemoved to get notified when current mem...
2015-05-13 10:20:30 +02:00
Samuel Heaney
61ff9a8b05
Removes duplicated code snippet and paragraph
2015-05-12 23:34:59 -05:00
Patrik Nordwall
00a481adeb
Merge pull request #17354 from akka/wip-17342-bc-patriknw
...
= #17342 Make 2.4 binary compatible with 2.3
2015-05-12 08:56:44 +02:00
Patrik Nordwall
b30e460be7
= #17342 Make 2.4 binary compatible with 2.3
...
(cherry picked from commit 89af8bdb90 )
* remove final identifier in serializers
i* revert/deprecate ProtobufSerializer.ARRAY_OF_BYTE_ARRAY
* adding back compatible empty constructor in serializers
* make FSM.State compatible
* add back ActorPath.ElementRegex
* revert SocketOption changes and add SocketOptionV2
see a6d3704ef6
* problem filter for ActorSystem and ActorPath
* problem filter for ByteString
* problem filter for deprecated Timeout methods
* BalancingPool companion
* ask
* problem filter for ActorDSL
* event bus
* exclude hasSubscriptions
* exclude some problems in testkit
* boundAddress and addressFromSocketAddress
* Pool nrOfInstances
* PromiseActorRef
* check with 2.3.9
* migration guide note
* explicit exclude of final class problems
2015-05-11 21:11:52 +02:00
Patrik Nordwall
10a11e415e
!cls #13711 Move cluster sharding
2015-05-11 20:07:22 +02:00
Patrik Nordwall
fb72214d99
!clt #13711 Move cluster tools from contrib
...
* new module akka-cluster-tools containing
cluster singleton, distributed pub-sub, and cluster client
2015-05-11 20:07:21 +02:00
hepin
ccca503b4d
+clu #16736 add registerOnMemberRemoved to get notified when current member removed from the cluster
2015-05-08 12:58:12 +08:00
Patrik Nordwall
85be3045bb
!per #17249 Avoid init problems of persistence tck
...
* in the end TestKitBase eagerly initialize the ActorSystem and
to avoid the need for using lazy val tricks I changed the trait
to abstract class with config constructor parameter
2015-05-06 14:20:40 +02:00
Konrad Malawski
54aa559fa4
Merge pull request #17120 from akka/wip-15677-deprecate-microkernel-patriknw
...
=ker #15677 Deprecate Microkernel
2015-04-05 11:59:31 +02:00
Patrik Nordwall
c6cb71a421
=ker #15677 Deprecate Microkernel
2015-04-01 12:01:07 +02:00
Patrik Nordwall
ef387af2fc
=doc #16910 Fix include sections in fault tolerance docs
...
* and don't show AkkaSpec in doc code
(cherry picked from commit 23be60395cdea846ef168960cd05e88c6bd29556)
Conflicts:
akka-docs/rst/scala/code/docs/actor/FaultHandlingDocSpec.scala
akka-docs/rst/scala/fault-tolerance.rst
2015-04-01 10:50:30 +02:00
Patrik Nordwall
7aa9fe25f2
Merge pull request #17024 from carrot-garden/persistence-leveldb-dependency
...
!per #15884 Make LevelDB an optional dependency
2015-03-25 09:07:55 +01:00
Andrei Pozolotin
5c5e07ec4e
!per #15884 Make LevelDB an optional dependency
2015-03-24 13:58:09 -05:00
drozzy
f1d0f877e1
Spelling mistakes and clarifications.
2015-03-19 13:22:12 -03:00
Julian Tescher
00f6a58e7c
Changes all occurances of Typesafe copyright to extend to 2015
2015-03-10 14:12:19 -07:00
Roland Kuhn
7ea8f59527
=doc add clarification on ActorSelection vs. ActorRef
2015-03-09 15:09:56 +01:00
Björn Antonsson
35ce5663c0
Merge pull request #16977 from ruurtjan/master
...
=doc Fixed links in camel docs
2015-03-05 14:16:40 +01:00
Ruurtjan
dea726049b
=doc Fixed links in camel docs
2015-03-05 10:44:13 +01:00
Björn Antonsson
8e4f1d966e
Merge pull request #16794 from carrot-garden/persistence-multiple-plugins
...
+per #15587 Make it possible to use multiple persistence plugins
2015-03-04 15:19:43 +01:00
pkaczor
a6913a9271
=doc #16874 clean up Relationship between deliver and confirmDelivery section
2015-02-20 09:07:43 +01:00
Andrei Pozolotin
18dfd39686
+per #15587 Make it possible to use multiple persistence plugins
2015-02-19 21:25:52 -06:00
Roland Kuhn
5e1fd1db6c
Merge pull request #16763 from akka/wip-cleanup-actor-∂π
...
fix all non-deprecation warnings
2015-02-06 20:54:12 +01:00
Roland Kuhn
a029a90502
fix warnings in contrib, docs, osgi, persistence and slf4j
2015-02-06 18:45:58 +01:00
Patrik Nordwall
9b5a446a4a
=per #15942 Support resume after recovery failure
...
* also improved fault handling in various places (bugs found)
* and manually triggered Update must be distinguished from scheduled
auto updates, otherwise manual Update will schedule extra auto updates
2015-02-06 10:29:07 +01:00
Roland Kuhn
d9efd041f7
add akka-typed project with generic ActorRef
...
This is the first step towards more type-safety in Actor interactions,
comprising:
* generic ActorRef[T] that only accepts T messages
* generic ActorSystem[T] extends ActorRef[T] (sending to the guardian,
whose Props[T] are provided for ActorSystem construction)
* removed the Actor trait: everything in there has been made into
messages and signals
* new Behavior[T] abstraction that consumes messages (of type T) or
Signals (lifecycle hooks, Terminated, ReceiveTimeout, Failed),
producing the next Behavior[T] as the result each time
* the ask pattern is provided and yields properly typed Futures
* variants of ActorContext are provided for synchronous testing of
Behaviors
All of this is implemented without touching code outside akka-typed
(apart from making guardianProps configurable), creating wrapper objects
around ActorRef, ActorContext, ActorSystem, Props and providing an Actor
implementation that just runs a Behavior.
2015-01-29 11:42:28 +01:00
Roland Kuhn
50d1569f37
Merge pull request #16634 from dimbleby/stable-priority-mailbox
...
Introduce stable priority mailboxes.
2015-01-28 15:10:24 +01:00
dch
8df81e6b72
Introduce stable priority mailboxes.
...
Similar to existing priority mailboxes, but these preserve FIFO ordering
for messages of equal priority.
2015-01-28 11:20:59 +00:00
Roland Kuhn
ed71c37318
Merge pull request #16668 from meln1k/wip-16614-include-best-practice-tip-on-messages-in-companion-object-in-docs-meln1k
...
=doc #16614 Include best-practice tip on messages in companion object in docs
2015-01-27 18:38:52 +01:00
Roland Kuhn
9463c9ff6c
Merge branch 'tmp'
2015-01-27 16:26:04 +01:00
Roland Kuhn
a18c1bbafb
fix up wrong includecode comments in FaultHandlingDocSpec
2015-01-27 16:25:13 +01:00
Nikita Melkozerov
a8632befc6
=doc #16614 Include best-practice tip on messages in companion object in docs
2015-01-23 22:40:55 +05:00
Nikita Melkozerov
d461675e6a
=doc #16706 fixed wrong link and minor style fixes
2015-01-22 23:15:44 +05:00
Martynas Mickevičius
0b50d650f1
Merge pull request #16678 from etaty/patch-2
...
=doc s/will always by/will always be/
2015-01-21 12:28:27 +01:00
Valerian
5a9f623cb6
=doc s/will always by/will always be/
2015-01-20 16:47:51 +01:00
Andrei Pozolotin
7b9f77a073
+ akka-cluster-metrics: new akka module
...
* new akka module split from akka-cluster
* provide sigar provisioning
* fix ewma usage
* resolve #16121
* see #16354
2015-01-19 10:23:54 -06:00
Konrad Malawski
9dae14e1a5
Merge pull request #16649 from meln1k/wip-16630-add-actor-system-name-to-Slf4jLogger-context-meln1k
...
+slf #16630 Add the actor system name to the Slf4jLogger context
2015-01-16 10:34:09 +01:00
Roland Kuhn
a4a985035e
Merge pull request #16575 from akka/wip-15864-remove-ømq-∂π
...
-zer #15864 remove zeromq module
2015-01-16 10:19:45 +01:00
Roland Kuhn
239619e68f
-zer #15864 remove zeromq module
2015-01-15 20:19:35 +01:00
Nikita Melkozerov
e49ea9b5e4
+slf #16630 Add the actor system name to the Slf4jLogger context
2015-01-14 20:17:46 +05:00
Chris Johnson
2d312f1a91
Super minor change to scala fsm example: added named boolean arg
2015-01-13 22:01:06 -08:00
sangche
c0867e1308
=doc #16459 change confusing FaultHandlingDocSpec in Fault Tolerance Document.
2014-12-22 23:47:05 -08:00
Sergey Krauchenia
f08f1727fb
=act, ker, rem, doc #16330 deprecate akka.util.Crypt
...
* deprecate akka.util.Crypt
* fix documentation after deprecating
2014-12-20 13:30:37 +03:00
Patrik Nordwall
edd9c2d5c6
Merge pull request #16432 from pawel-wiejacha/pawelwiejacha_16431_named_test_probes
...
+tes #16431 support for TestProbe with user-defined name
2014-12-15 14:28:45 +01:00