Roland Kuhn
f9d3789bfc
fix endless loop race condition in NodeQueue, #19949
...
- also fixed some forgotten copy-pasta between peekNode and pollNode
- also added JavaDoc to all methods, explaining which can be used from
what thread
- did not fix the JDK8 improvement of using Unsafe instead of inheriting
from AtomicReference since that inheritance is not a bad thing,
actually
2016-03-16 20:37:39 +01:00
Johan Andrén
ad8ab128c4
Merge pull request #20014 from johanandren/wip-20014-non-null-message-on-stream-size-ex-johanandren
...
=htt #20014 Provide a description as stream size exception message
2016-03-14 15:03:59 +01:00
Konrad Malawski
fc9de3bc0f
Merge pull request #19894 from johanandren/wip-19863-failing-ClusterShardingGetStatsSpec-johanandren
...
Fix for #19863 ClusterShardingGetStatsSpec failing
2016-03-14 14:48:00 +01:00
Johan Andrén
cf6f3a3408
Merge pull request #20026 from johanandren/wip-2009-graph-stage-audit-johanandren
...
=htt,str,doc #20009 Fix for found unsafe graph stages
2016-03-14 14:47:39 +01:00
Johan Andrén
78e47de6a3
=htt #20013 Provide a description as stream size exception message
2016-03-14 14:16:17 +01:00
Johan Andrén
7fe4b01f01
=htt,str,doc #20009 Fix for found unsafe graph stages
2016-03-14 11:55:55 +01:00
Konrad Malawski
ed8ba7873c
Merge pull request #20020 from sergiuszkierat/patch-1
...
Update CONTRIBUTING.md
2016-03-12 19:10:34 +01:00
Sergiusz Kierat
d28eed0b1d
Update CONTRIBUTING.md
...
fix wrong url
2016-03-12 19:04:15 +01:00
Johan Andrén
f1273cc21d
Merge pull request #20012 from akka/wip-19995-fix-MessageSpec-RK
...
fix race condition in MessageSpec, fixes #19995
2016-03-11 16:54:37 +01:00
Konrad Malawski
026c1c3742
Merge pull request #19968 from ktoso/wip-explicit-shutting-down-as-note
...
+doc more visible note on connection pool shutdown
2016-03-11 15:15:14 +01:00
Konrad Malawski
a489c703fd
+doc more visible note on connection pool shutdown
2016-03-11 15:14:47 +01:00
Konrad Malawski
aa9a572ffd
Merge pull request #19845 from ktoso/wip-subscription-timeout-modes-ktoso
...
=str #19791 subscription timeouts modes respected in prefixAndTail
2016-03-11 15:12:53 +01:00
Konrad Malawski
4d9ffd6387
Merge pull request #20000 from wlk/wlk-18500-fix-scaladoc-warnings-from-jenkins
...
[WIP] fixing scaladoc warnings reported by jenkins
2016-03-11 15:11:31 +01:00
Roland Kuhn
f2d81575ec
fix race condition in MessageSpec, fixes #19995
2016-03-11 15:05:23 +01:00
Konrad Malawski
f83544ec4b
Merge pull request #19987 from akka/wip-doc-cleanup
...
-doc delete versions.json
2016-03-11 15:04:01 +01:00
Konrad Malawski
4293907451
Merge pull request #19988 from 2m/wip-#18765-mima-0.1.9-2m
...
Update to latest MiMa which is now an AutoPlugin
2016-03-11 12:16:09 +01:00
Patrik Nordwall
0ed211f059
Merge pull request #19989 from akka/wip-small-doc-fixes-RK
...
Wip small doc fixes rk
2016-03-11 10:16:01 +01:00
Patrik Nordwall
59b92a44b4
Merge pull request #20003 from akka/wip-small-doc-fixes-2-RK
...
#15654 point out explicit actor lifecycle
2016-03-11 10:06:04 +01:00
Roland Kuhn
24e4b0ca56
#15654 point out explicit actor lifecycle
2016-03-10 17:51:58 +01:00
Wojciech Langiewicz
afce1b7529
fixing scaladoc warnings reported by jenkins
2016-03-10 13:05:32 +01:00
Martynas Mickevičius
50f99328fe
#18765 Update to latest MiMa which is now an AutoPlugin.
...
* check for binary inc. issues by default
* if check is not needed, disable MimaPlugin
* determine old artifact id from the current one
2016-03-10 10:45:35 +02:00
Roland Kuhn
d6a99f67d8
document ActorSystem shutdown needed in REPL, #15314
2016-03-09 22:34:19 +01:00
Roland Kuhn
2925f1eb99
add FAQ entry for careful ActorSystem creation, #15313
2016-03-09 22:30:08 +01:00
Roland Kuhn
392cb75af4
Point to Reactive Manifesto in README, see #15130
2016-03-09 22:09:45 +01:00
Roland Kuhn
a0819a95f3
#15120 BalancingPool semantics note for Java
2016-03-09 21:50:56 +01:00
Roland Kuhn
3a1aa766b0
#15120 BalancingPool semantics note for Scala
2016-03-09 21:49:38 +01:00
Konrad Malawski
87113f9b14
Merge pull request #19982 from wlk/wlk-19500-make-simpleFramingProtocol-decoder-encoder-public
...
make simpleFramingProtocol decoder and encoder public
2016-03-09 20:59:58 +01:00
Konrad Malawski
9c763cc850
=str #19791 subscription timeouts modes respected in prefixAndTail
2016-03-09 19:24:07 +01:00
Roland Kuhn
5ee25564d9
touch-ups to what-is-akka.rst
2016-03-09 18:48:17 +01:00
Roland Kuhn
e1fd46c571
only put canonical links in online version
2016-03-09 17:52:42 +01:00
Roland Kuhn
37c63f6232
#12772 recommend at least 2GB for running the build
2016-03-09 17:48:28 +01:00
Wojciech Langiewicz
ea97a6ebbd
=str #19500 Make encoder and decoder in simpleFramingProtocol public
2016-03-09 17:38:17 +01:00
Konrad Malawski
54b3d65b85
-doc delete versions.json
...
As new process after f60923fb10 means
we have it on akka.github.com
2016-03-09 17:23:22 +01:00
Konrad Malawski
56805854f4
Merge pull request #19972 from naferx/doc-typos-naferx
...
=doc Fix up some typos in the contributing guide
2016-03-09 17:19:03 +01:00
Johan Andrén
854d5b0c09
Stabilization of ClusterShardingGetStatsSpec, fix for #19863
2016-03-09 16:24:50 +01:00
Konrad Malawski
e3d92136c3
Merge pull request #19984 from 2m/wip-#19983-without-size-limit-api-tests-2m
...
Add withoutSizeLimit overrides for Scala API
2016-03-09 16:07:05 +01:00
Roland Kuhn
f60923fb10
Merge pull request #19970 from akka/wip-warnOldDocs-RK
...
update warnOldDocs.js and symlink for release
2016-03-09 14:20:40 +01:00
Martynas Mickevičius
dd1495037b
#19983 Add withoutSizeLimit overrides for Scala API.
2016-03-09 14:57:17 +02:00
Roland Kuhn
6defdb57ae
Merge pull request #19864 from akka/wip-19790-VirtualProcessor-RK
...
fix and document VirtualProcessor, fixes #19790
2016-03-09 13:20:12 +01:00
Roland Kuhn
9db36727c0
fix and document VirtualProcessor, fixes #19790
2016-03-09 13:19:40 +01:00
Konrad Malawski
93738779d3
Merge pull request #19943 from spray/wip-15799-mathias
...
=htc #15799 implement client-side `Expect: 100-continue` support
2016-03-09 10:14:58 +01:00
Mathias
e3ee285574
=htc #15799 implement client-side Expect: 100-continue support
2016-03-09 09:27:14 +01:00
Konrad Malawski
85aa2197af
Merge pull request #19971 from akka/wip-pool-size-comment-ktoso
...
=act #19926 clarify fixed-pool-size valid values
2016-03-08 21:52:10 +01:00
Roland Kuhn
0acf03f528
update warnOldDocs.js and symlink for release
...
This will also git commit before and after the upload of the docs, so as
to make sure that changes to warnOldDocs.js are recoverable.
2016-03-08 19:46:46 +01:00
Konrad Malawski
ac1888fd66
Merge pull request #19871 from ktoso/wip-timeout-http-error-ktoso
...
=htc #19827 avoid double-push when request timeout triggers
2016-03-08 19:29:35 +01:00
Nafer Sanabria
fc0bf6bd63
Fix up some typos in the contributing guide
2016-03-08 13:13:38 -05:00
Konrad Malawski
2d7d24dee6
+doc,htp #19896 directives for RequestTimeout and docs
2016-03-08 18:17:35 +01:00
Johan Andrén
d63ba52da3
Do not warn about harmless unhandled MemberEvents in ShardRegion
...
Shard region subscribes to cluster change events, but only cares about `MemberUp` and `MemberRemoved`,
and logs all other as a warning about unhandled messages, this is now silenced.
2016-03-08 18:10:17 +01:00
Konrad Malawski
2a50b8249e
=act #19926 clarify fixed-pool-size valid values
...
As it may have been a bit confusing as noticed in #19926
2016-03-08 18:06:48 +01:00
Konrad Malawski
abb1621367
Merge pull request #19962 from wlk/wlk-19789-silence-serialization-warnings-for-primitives
...
fix for "silence Java serialize warning for java.lang.String"
2016-03-08 16:35:54 +01:00