Roland Kuhn
76a9942985
Merge pull request #19705 from virsox/virsox-19704
...
+act #19704 Fix UnboundedControlAwareMessageQueueSemantics verification
2016-02-24 16:05:29 +01:00
Johannes Rudolph
b6cbc7f13a
=all remove unused imports
2016-02-23 20:29:22 +01:00
Johan Andrén
ddcfb5e4d0
Merge pull request #19854 from johanandren/typesafe-lightbend-name-change-johanandren
...
Update copyrights and links to the new company name #19851
2016-02-23 16:37:33 +01:00
Johan Andrén
62e30b3c08
Update copyrights and links to the new company name #19851
2016-02-23 12:58:39 +01:00
qian miao
81c1bcd55e
=doc #19551 Supplement java8-lambda docs of persistence stash
2016-02-23 14:43:04 +08:00
Konrad Malawski
3c94805666
Merge pull request #19788 from ktoso/wip-connect-to-ktoso
...
-htp #19577 replace overloads of bind with HttpConnect
2016-02-16 15:07:09 +01:00
Roland Kuhn
d11d461805
Merge pull request #19753 from pvlugter/generate-versions
...
Generate version files
2016-02-16 13:56:54 +01:00
Roland Kuhn
2f9cc7d04f
Merge pull request #19626 from MQ-EL/master
...
=per #19551 support stash overflow strategy
2016-02-16 13:50:40 +01:00
Konrad Malawski
ef827e6ef1
-htp #19577 replace overloads of bind with HttpConnect
2016-02-16 13:01:05 +01:00
Johan Andrén
737991c01c
Documentation improvements
...
* Re enabling Java tests in akka-docs (they were not run before)
* Fixed bug #19764
* #19735 Rewrote every sample using the deprecated PushPullStage and friends
using GraphStage
* Pruned old unused graph images
* Added missing graffle file for new graph images
2016-02-15 19:33:05 +01:00
qian miao
952d768693
=per #19551 support stash overflow strategy
2016-02-15 15:27:15 +08:00
drewhk
0620a1366b
Merge pull request #19726 from drewhk/wip-19645-backoffsupevisor-fail2-drewhk
...
#19645 : BackoffOnRestartSupervisor should not ignore commands while child is terminating
2016-02-12 10:46:19 +01:00
Peter Vlugter
0e3b31d7c2
Generate version files from the version sbt setting
2016-02-12 17:57:27 +13:00
Endre Sándor Varga
f1e1751fd4
#19645 : BackoffOnRestartSupervisor should not ignore commands while child is terminating
2016-02-10 11:15:54 +01:00
Felix Geller
01bbd59490
Fixes typo in docstring.
2016-02-10 13:54:43 +13:00
Johan Andrén
300ac802a0
=str #19721 Failing FlowConflateSpec and NPE in Batch fixed
2016-02-09 17:36:20 +01:00
Wilson A Higashino
0b7635651d
+act #19704 Fix UnboundedControlAwareMessageQueueSemantics verification
2016-02-07 21:10:21 -05:00
keredin
437474875d
Fix memory leak in AddressTerminatedTopic
...
refs #19672
2016-02-05 10:06:13 +01:00
Johan Andrén
3af1cc889c
=act #19616 removing unused setting received-message-size-limit for UDP
2016-01-27 14:34:23 +01:00
Prayag Verma
b7783968a0
=pro #19068 All copyrights ranges and single years updated to a range ending in 2016
2016-01-25 10:20:30 +01:00
Roland Kuhn
4c72495581
#19440 replace Scala Future usage with CompletionStage in javadsl
...
This entails:
* adding akka.pattern.PatternCS.* to enable ask etc. with
CompletionStage
* changing RequestContext to offer an ExecutionContextExecutor for the
CompletionStage.*Async combinators
* splitting up akka.stream.Queue for JavaDSL consistency
2016-01-23 18:00:11 +01:00
Roland Kuhn
3140e72265
#19046 replace system.{shutdown => terminate}
2016-01-20 11:50:43 +01:00
Endre Sándor Varga
60497f6561
also fix FlowInterleaveSpec
...
Also-by: Johan Andrén <johan@markatta.com>
Also-by: Roland Kuhn <rk@rkuhn.info>
Also-by: Martynas Mickevičius <mmartynas@gmail.com>
2016-01-20 10:01:58 +02:00
Konrad Malawski
0a5ff1cafe
Merge pull request #19497 from ktoso/wip-logging
...
=act #19496 add sender information in LoggingReceive
2016-01-19 11:14:28 +01:00
Roland Kuhn
f7444d698c
#19014 make Akka Typed spawnAdapter more efficient
2016-01-19 08:32:45 +01:00
Roland Kuhn
ea34103f98
#19014 add FunctionRef and use in GraphStage.StageActor
...
This new light-weight ActorRef supports running a non-blocking
side-effect upon message send, which is used to dispatch an async
callback to a GraphStageLogic, or it can be used to make the Akka Typed
adapters more efficient. The FunctionRef is registered with its parent,
and it is not user-level API (hence only accessible by downcasting the
ActorContext).
2016-01-19 08:32:38 +01:00
Konrad Malawski
9209a302c5
=act #19496 add sender information in LoggingReceive
2016-01-17 20:49:10 +01:00
2beaucoup
aed67715af
#18860 add back @SafeVarargs annotations
2016-01-14 15:41:44 +01:00
Konrad Malawski
6ecab411b8
Revert "=act,rem #17911 handle IPv6 Addresses better"
2016-01-07 11:03:18 +01:00
Johan Andrén
711c407a8f
=act,rem #17911 handle IPv6 Addresses better
...
* NettyTransport will autowrap IPv6 addresses in brackets if needed
* Address asserts that IPv6 addresses are wrapped in brackets
2016-01-05 21:47:45 +01:00
Raymond Roestenburg
2404a9da01
#19246 Auto and manual reset and BackoffOptions.
...
Also moved `TransparantExponentialBackoffSupervisor` to `akka.pattern` (renamed to `BackoffOnRestartSupervisor`)
2015-12-29 21:23:16 +02:00
Björn Antonsson
36e736582b
=act #19216 Fix AbstractNodeQueue value nepotism
2015-12-21 15:57:43 +01:00
Patrik Nordwall
290f402b79
Merge pull request #19211 from akka/wip-19201-max-pools-size-patriknw
...
=act #19201 improve configuration of thread-pool-executor
2015-12-21 09:50:42 +01:00
Patrik Nordwall
a1c3dbe307
=act #19201 improve configuration of thread-pool-executor
...
* The old implementation would cap the pool size (both corePoolSize
and maximumPoolSize) to max-pool-size, which is very confusing
becuase maximumPoolSize is only used when the task queue is bounded.
* That resulted in configuring core-pool-size-min and core-pool-size-max
was not enough, because it could be capped by the default max-pool-size.
* The new behavior is simply that maximumPoolSize is adjusted to not be
less than corePoolSize, but otherwise the config properties match the
underlying ThreadPoolExecutor implementation.
* Added a convenience fixed-pool-size property.
2015-12-21 09:50:02 +01:00
Roland Kuhn
9972914da0
Merge pull request #19236 from akka/wip-fix-javadoc
...
=fix missing param in javadoc example
2015-12-20 18:46:04 +01:00
Konrad Malawski
85f6052b2b
=fix missing param in javadoc example
...
Snippet was missing dispatcher, which is needed for `pipe()`
2015-12-18 18:23:05 +01:00
Björn Antonsson
a43d323d3c
=act #19216 Fix AbstractNodeQueue nepotism
2015-12-17 15:04:55 +01:00
Konrad Malawski
3185c8fd31
Merge pull request #19088 from ktoso/wip-add-japi-ktoso
...
+act #19085 adds Java API ByteString#createBuilder
2015-12-04 14:46:42 +01:00
Konrad Malawski
9abb1eaea6
+act #19085 adds Java API ByteString#createBuilder
2015-12-04 13:07:56 +01:00
Patrik Nordwall
ef03818ab1
=act #19016 use the BackoffSupervisor as sender for parent msg
2015-11-27 09:21:28 +01:00
Konrad Malawski
a75a1cdf87
Merge pull request #18981 from andreaTP/setField
...
=act move lookupAndSetField to Reflect helper.
2015-11-24 12:40:36 +01:00
Patrik Nordwall
bba8495a39
Merge pull request #18998 from jypma/pfbuilder_api_master
...
PFBuilder matchAny should take declared input type I
2015-11-24 11:44:22 +01:00
Patrik Nordwall
054e292563
Merge pull request #18944 from akka/wip-18487-BackofSupervisor-decider-patriknw
...
+act #18487 Support custom supervision strategy in BackoffSupervisor
2015-11-24 10:40:19 +01:00
Patrik Nordwall
9507fb926b
Merge pull request #18960 from akka/wip-18722-sharding-ddata-init-patriknw
...
=cls #18722 fix DDataShardCoordinator init
2015-11-24 10:19:01 +01:00
Andrea
42d37be425
=act move lookupAndSetField to Reflect helper.
2015-11-23 15:36:54 +01:00
Jan Ypma
9c1c3f3b2c
!act #18996 PFBuilder matchAny should take declared input type I
...
Currently PFBuilder.matchAny takes a lambda with Object as input argument.
This loses type information for partial functions that are not akka
receive functions, e.g. exception handlers (PF<Exception,RouteResult).
With this change, the fallback handler still has the guaranteed type I
visible on its lambda.
2015-11-23 13:19:40 +01:00
drewhk
2bd88eab5c
Merge pull request #18931 from lolski/lolski-issue-18913
...
moving PrettyDuration and PrettyDurationSpec to akka.util
2015-11-23 12:58:11 +01:00
Andrea
46273ca72f
=act removed reference to java.reflect.
2015-11-21 10:29:26 -08:00
lolski
8819535250
+act #18913 moved PrettyDuration to akka-actor
2015-11-21 00:01:51 +08:00
Patrik Nordwall
27995af79f
=cls #18722 fix DDataShardCoordinator init
...
* the become logic was wrong when watchStateActors triggers an immediate
state update
2015-11-18 16:13:58 +01:00