Roland Kuhn
2bc2dcb14a
Merge pull request #20034 from akka/wip-19949-ANQ.count-loop-RK
...
fix endless loop race condition in NodeQueue, #19949
2016-03-17 10:54:03 +01:00
Roland Kuhn
9125ca2663
Merge pull request #20016 from akka/wip-fix-matVal-graph-RK
...
simplify materialized value computation tree, fixes #20015
2016-03-17 10:49:18 +01:00
Roland Kuhn
0d80d094e6
Merge pull request #19938 from akka/wip-remove-1-synchronized-RK
...
remove one needless synchronized in akka-actor
2016-03-17 10:48:40 +01:00
Konrad Malawski
3b2cb85c04
Merge pull request #19959 from ktoso/wip-end-of-case-ktoso
...
!htc WIP #19956 removing case classes from HttpMessages
2016-03-17 09:30:27 +01:00
Konrad Malawski
c69efe4dd8
!htc WIP #19956 removing case classes from HttpMessages
2016-03-17 09:29:59 +01:00
Konrad Malawski
b3c691e4a8
Merge pull request #20045 from Falmarri/patch-1
...
Fix page layout issue on chromium/linux
2016-03-16 21:17:46 +01:00
David Knapp
93df076565
#20044 Fix page layout issue on chromium/linux
2016-03-16 12:45:39 -07:00
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
Roland Kuhn
b255a19374
simplify materialized value computation tree, fixes #20015
...
- also fixes materialized value sources for graphs that import zero or
one graphs, with and without Fusing
2016-03-16 17:05:46 +01:00
Roland Kuhn
f4e6443f7e
remove 1 synchronized from akka.dispatch
2016-03-16 16:39:17 +01:00
Patrik Nordwall
b52c498638
Merge pull request #19912 from 412b/fix-19824-unhandled-failure-in-rarp
...
#19824 Unhandled akka.actor.Status.Failure in RemoteActorRefProvider in state WaitTransportShutdown
2016-03-16 15:30:56 +01:00
Patrik Nordwall
aed587bc18
Merge pull request #19997 from wlk/wlk-fixing-scaladocs-part1
...
=doc fixed part of scaladoc warnings
2016-03-16 15:05:36 +01:00
Konrad Malawski
25c2dfe8f1
Merge pull request #20047 from akka/wip-search-general-ktoso
...
+doc #20046 allow general sections to be searched
2016-03-16 13:30:40 +01:00
Konrad Malawski
034f67acac
+doc #20046 allow general sections to be searched
...
Resolves #20046
2016-03-16 13:30:03 +01:00
Patrik Nordwall
7a6130f8ea
Merge pull request #20037 from akka/wip-19917-patriknw
...
=cls #19917 Clarify docs about sharding ddata
2016-03-16 09:14:28 +01:00
Patrik Nordwall
43dafff152
=cls #19917 Clarify docs about sharding ddata
2016-03-16 09:13:53 +01:00
Konrad Malawski
65a9e0a0f9
Merge pull request #20041 from akka/wip-20031-FilePublisher-onComplete-RK
...
fix ActorPublisher state machine, fixes #20031
2016-03-15 20:42:44 +01:00
Konrad Malawski
05e63c347c
Merge pull request #20040 from johanandren/wip-20039-incorrect-case-in-FixedBufferSpec-johanandren
...
=str #20039 incorrect FixedBufferSpec test case fixed
2016-03-15 17:21:54 +01:00
Roland Kuhn
19d0bdb148
fix ActorPublisher state machine, fixes #20031
2016-03-15 16:45:50 +01:00
Johan Andrén
54fdc40f76
Merge pull request #20038 from akka/wip-19893-SaveSnapshotSuccess-patriknw
...
=cls #19893 Handle SaveSnapshotSuccess in PersistentShard
2016-03-15 16:28:34 +01:00
Johan Andrén
6fb9b317c2
=str #20039 incorrect FixedBufferSpec test case fixed
2016-03-15 16:24:49 +01:00
Johan Andrén
1e6c6dafff
Merge pull request #20035 from johanandren/wip-20009-unsafe-graph-stages-part-II-the-internals-johanandren
...
=str #20009 State shared over multiple materializations eliminated
2016-03-15 16:05:14 +01:00
Patrik Nordwall
a45959d3f7
=cls #19893 Handle SaveSnapshotSuccess in PersistentShard
2016-03-15 15:35:25 +01:00
Johan Andrén
8a9b3a48d9
=str #20009 State shared over multiple materializations eliminated
2016-03-15 15:05:01 +01:00
Konrad Malawski
c735403d47
Merge pull request #19849 from ktoso/wip-http-complete-with-wrong-ktoso
...
=htp #19397,#19842 fix content negotiation for non 2xx and Accept handling
2016-03-15 10:29:15 +01:00
Konrad Malawski
a253014ef4
=htp #19397,#19842 fix content negotiation for non 2xx and Accept handling
2016-03-15 09:40:58 +01:00
Konrad Malawski
2d8ed0a8e2
=htc #20024 introduce more specific exception type for connection close
2016-03-14 23:24:43 +01:00
Roland Kuhn
e5958c8712
Merge pull request #19701 from agolubev/agolubev-#19299-Performance-Flow.flatMapMerge
...
=str #19299 Performance Flow.flatMapMerge
2016-03-14 20:17:44 +01:00
Alexander Golubev
b2b2ce44b5
=str #19299 Performance Flow.flatMapMerge
2016-03-14 14:14:39 -04:00
Konrad Malawski
5bef3b4de8
Merge pull request #20025 from ktoso/wip-more-specific-exception-ktoso
...
=htc #20024 introduce more specific exception type for connection close
2016-03-14 16:33:26 +01:00
Konrad Malawski
6a515fe07a
=htc #20024 introduce more specific exception type for connection close
2016-03-14 15:46:14 +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