Commit graph

20524 commits

Author SHA1 Message Date
2beaucoup
9ba7468d7e =htp #17971 parse responses with missing reason phrase 2015-10-21 13:23:56 +02:00
Roland Kuhn
fb80ac8acb Merge pull request #18705 from akka/wip-18699-typed-death-pact
=typ #18699 pass Unhandled message to unhandled()
2015-10-21 10:19:05 +02:00
Johan Andrén
146bb89e23 =act #18371 Warn if the default Java serializer is used
Unless the message is in akka.* or the configuration setting 'akka.actor.warn-about-java-serializer-usage'
is disabled a warning is logged for each class that the Java serializer is choosen for.
2015-10-21 10:10:24 +02:00
Patrik Nordwall
6b6a16637b Merge pull request #18689 from akka/wip-doc-asyncWriteMessages-concurrency-patriknw
=per Clarify concurrency of asyncWriteMessages
2015-10-21 09:25:48 +02:00
Patrik Nordwall
9380983d3c =clu #18554 Make oldest assignment deterministic when joining
* the reported issue is fixed by the immediate leaderActions
  (moving to Up)  when joining the first node to itself
* the other changes are precautions just in case
2015-10-21 07:53:14 +02:00
Patrik Nordwall
ba12c04026 Merge pull request #18721 from eshepelyuk/highestSeqNoKeptAfterMsgDeletion-18559-eshepelyuk
=per #18559 TCK tests for highestSequenceNr not reset after journal message deletion
2015-10-20 19:41:48 +02:00
Konrad Malawski
c6a5864e25 Merge pull request #18690 from hakuch/17353-verbosity-hakuch
=htt #17353 Reduce verbosity of logging on pool shutdown
2015-10-20 14:55:16 +02:00
Konrad Malawski
f01c43b88a Merge pull request #18739 from johanandren/wip-18706-RangeDirectivesExampleSpec-johanandren
=doc #18706 re-enable RangeDirectivesExampleSpec
2015-10-20 11:19:21 +02:00
Konrad Malawski
1bacae3cac Merge pull request #18740 from markus1189/docs
=doc Add missing `by` in Routing docs
2015-10-20 11:16:27 +02:00
Markus Hauck
eed72626dd =doc Add missing by in Routing docs
Add a missing `by` to the Routing docs, Specially Handled Messages section.
2015-10-20 09:27:12 +02:00
Evgeny Shepelyuk
4eaa77608c +per #18559 TCK tests for highestSequenceNr not reset after journal message deletion
* added tests
* docs about highestSeqenceNr behaviour after message deletion
* clarification about highestSequenceNr in AsyncRecovery#asyncReadHighestSequenceNr and AsyncWriteJournal#asyncDeleteMessagesTo
2015-10-19 19:36:13 +03:00
Konrad Malawski
ace389b1f4 Merge pull request #18688 from akka/wip-18636-doc-blocking-mailboxes-patriknw
=doc #18636 Correction of mailbox documentation
2015-10-19 17:34:35 +02:00
Johan Andrén
0969b6263e RangeDirectivesExamplesSpec uncommented and working 2015-10-19 16:48:21 +02:00
Konrad Malawski
8270fedb6c Merge pull request #18655 from AnIrishDuck/wip-18058-tls-errors
#18058 Bubble up tls errors
2015-10-19 16:31:47 +02:00
Patrik Nordwall
82f67f82f9 Merge pull request #18542 from akka/wip-18339-handshake-timeout-patriknw
=rem #18339 Use explicit handshake timeout
2015-10-19 16:04:51 +02:00
Konrad Malawski
c4787df892 Merge pull request #18710 from jypma/persistence_query_constructors
Only try further constructors if constructor can't be found.
2015-10-19 14:40:10 +02:00
Jan Ypma
0b0a86df54 =per #18708 only try further constructors if constructor can't be found
* Any exception in a read journal's constructor can now be
propagated to the caller correctly without being shadowed.
2015-10-19 14:37:57 +02:00
Patrik Nordwall
94896e8e75 =rem #18339 Use explicit handshake timeout
* instead of using transport failure detector
* add a new config property akka.remote.handshake-timeout, but
  for netty.tcp and netty.ssl the existing netty.tcp.connection-timeout
  setting will be used
* add test of the timeouts
* mima filter for internal ProtocolStateActor
2015-10-19 14:34:52 +02:00
Konrad Malawski
5f3b8f4e28 Merge pull request #18734 from ktoso/wip-intersperse
+str #17383 implement intersperse
2015-10-19 13:36:57 +02:00
Konrad Malawski
b8ea349c3a Merge pull request #18693 from spray/w/17275-squashed
#17275 Websocket Client implementation
2015-10-19 13:26:09 +02:00
Konrad Malawski
61c2213e02 +str #17383 implement intersperse 2015-10-19 13:17:23 +02:00
Konrad Malawski
022e6fb1a5 Merge pull request #18730 from ktoso/wip-docs-parallelism-ktoso
=doc explain parallelism-max in more detail
2015-10-19 11:28:32 +02:00
Konrad Malawski
7b55a87802 =doc explain parallelism-max in more detail 2015-10-19 10:50:54 +02:00
Johannes Rudolph
ddc8cd804b =htc move Sec-WebSocket-Key creation/validation to header model 2015-10-19 09:19:23 +02:00
Johannes Rudolph
f6732f3369 =htc server side handshake cleanup and clarifications 2015-10-19 09:19:22 +02:00
Johannes Rudolph
d4b5f29c57 +htc #17275 Java-side of Websocket client API 2015-10-19 09:19:22 +02:00
Johannes Rudolph
00b4eefab5 !htc #17275 encapsulate Websocket request arguments in new WebsocketRequest class 2015-10-19 09:02:05 +02:00
Johannes Rudolph
08aa903408 =htc Websocket Autobahn Suite test runners and documentation 2015-10-19 09:02:05 +02:00
Johannes Rudolph
870ff2bbdc +htc #17275 Websocket client implementation 2015-10-19 09:02:05 +02:00
Johannes Rudolph
11e593a1fa =htc introduce ByteStringSinkProbe and update tests to new infrastructure 2015-10-19 09:02:05 +02:00
Konrad Malawski
01fd65eb29 Merge pull request #18731 from ch33hau/wip-fix-simple-typos
=doc =per fixed a few typos from 'Unknow' to 'Unknown'
2015-10-15 14:27:25 +02:00
cheehau.lim
795daa41a5 =doc =per fixed a few typos from 'Unknow' to 'Unknown' 2015-10-15 19:32:22 +08:00
Konrad Malawski
99158f515c Merge pull request #18727 from 2m/wip-coding-directives
=doc #18496 add scala docs for coding directives
2015-10-14 16:54:35 +02:00
Martynas Mickevicius
073c201e75 =doc #18496 add scala docs for coding directives 2015-10-14 16:33:51 +02:00
Konrad Malawski
033b318887 Merge pull request #18726 from ktoso/wip-formfield-ktoso
=doc fixed some typos in formFields
2015-10-14 16:28:27 +02:00
Martynas Mickevičius
5bc6783557 Merge pull request #18725 from markus1189/docs
Improve docs for Actors and Fault Tolerance
2015-10-14 14:29:36 +02:00
Markus Hauck
e17090a6b8 =doc Replace "in runtime" with "at runtime"
In the "Fault Tolerance" docs, replace "in runtime" with "at runtime".
2015-10-14 14:13:15 +02:00
Markus Hauck
48cf736f95 =doc Missing by in Actors/Initialization patterns 2015-10-14 14:12:47 +02:00
Konrad Malawski
37b6df9be0 =doc fixed some typos in formFields 2015-10-14 14:00:13 +02:00
Konrad Malawski
2cae81dbfc Merge pull request #18684 from ktoso/wip-more-directives-ktoso
WIP more directive docs
2015-10-14 12:06:17 +02:00
Konrad Malawski
d11ad927d9 Merge pull request #18720 from markus1189/actor-docs
=doc Fix sentence in `Actors/Send messages/Ask`
2015-10-14 11:36:24 +02:00
Konrad Malawski
6ac2a2433c =doc #17938 fix references to "Deserializer" in docs 2015-10-14 11:20:53 +02:00
Konrad Malawski
da7e043372 =doc #17938 remove confusing POST wording in formFields 2015-10-14 11:07:16 +02:00
Frank Murphy
8012a0397e #18058 Emit errors from TLS handshake 2015-10-13 14:42:31 -04:00
Markus Hauck
d23834d004 =doc Fix sentence in Actors/Send messages/Ask
The sentence

  > Gives you a way to avoid blocking.

does not make sense alone, I added it to the previous one.
2015-10-13 12:08:53 +02:00
Konrad Malawski
bd8b5cba6a Merge branch 'michaelom-patch-2' 2015-10-13 11:54:36 +02:00
michaelom
1be320fab9 =doc fix dispatchers docs nr typo, see #18712 2015-10-13 11:53:43 +02:00
Konrad Malawski
b5412a1ee0 Merge pull request #18713 from markus1189/configuration-docs
=doc Add missing words in Configuration doc
2015-10-13 01:31:38 +02:00
Mathias Bogaert
f1bd3b9da7 =htc accept entity for DELETE and GET methods 2015-10-12 16:10:51 +01:00
Markus Hauck
39ce1f818f =doc Add missing words in Configuration doc
The sentence is incomplete as is, this adds the words "is logged" to the
middle of:

..., then the complete configuration at INFO level when the
actor system is started."
2015-10-12 16:05:44 +02:00