Commit graph

19108 commits

Author SHA1 Message Date
Johan Andrén
0fdb72fd87 =act #20447 fix UntypedActorWithStash javadoc 2016-05-04 16:57:53 +02:00
drewhk
c3c8a0bc73 Merge pull request #20141 from agolubev/19443-add-support-for-Java-Stream-agolubev
19443 add support for java stream agolubev
2016-05-03 11:59:59 +02:00
drewhk
d56ab090b7 Merge pull request #20295 from drewhk/wip-19978-specviolation-cleanup-drewhk
#19978 SpecViolation should result in orderly shutdown of GraphInterp…
2016-05-03 11:56:03 +02:00
Johan Andrén
89ef2d4046 Merge pull request #20433 from johanandren/wip-file-upload-directives-spec-johanandren
=htt #19792 Increase file upload directive test timeouts
2016-05-03 11:17:41 +02:00
Endre Sándor Varga
571cff340c #19978 SpecViolation should result in orderly shutdown of GraphInterpreter 2016-05-03 10:11:23 +02:00
Johan Andrén
f5cd3cd4da =htt #19792 Increase file upload directive test timeouts 2016-05-02 11:34:53 +02:00
Patrik Nordwall
9a5edf1651 Merge pull request #20405 from andreaTP/unsubscriberSplit
=act split event Unsubscribers.
2016-05-02 11:24:23 +02:00
Johan Andrén
8d7d3aac6b Merge pull request #20426 from svezfaz/20280-verify-complete-docs-svezfaz
verify docs for complete directive #20280
2016-05-02 08:23:09 +02:00
Johan Andrén
b6b6285bc9 Merge pull request #20428 from timcharper/cluster-sharding-docs
=doc correct references to non-existent ShardRegion state messages / return types
2016-05-02 08:15:19 +02:00
Tim Harper
a02325a85d =doc correct references to non-existent ShardRegion state messages / return types 2016-05-01 15:43:24 -06:00
svezfaz
b739da6bd0 verify docs for complete directive #20280 2016-05-01 11:10:47 +01:00
Endre Sándor Varga
093d82ce00 +str #19443 add support or Java Stream 2016-04-29 23:31:56 -04:00
Nafer Sanabria
b307a0ead7 Upgrade jackson-databind to 2.7.4 (#20419) 2016-04-30 00:22:26 +02:00
mumutu
d08b335143 boolean unmarshallers will unmarshall 0 to false 1 to true (#20416)
* add 0 => false 1 => true
* add test
2016-04-29 17:46:14 +02:00
Patrik Nordwall
072c357b31 Merge pull request #20307 from zhxiaogg/feature/zhxiaogg-20288
#20288 migrating Doubler, KeepGoing to GraphStage
2016-04-29 13:51:06 +02:00
Robert Budźko
fbe383722c htc #20362 Expire defaults when HTTP-date is not possible to parse (#20362)
* Expire defaults when HTTP-date is not possible to parse (#20362) and  'If-Modified-Since' is more strict (excluding 0 - rfc 7232 3.3).

* Fixed reversed missing method MiMa problem (#20131) and 'expires' instead of 'expire' wording.

* HTTP-date should match '0' as DateTime.MinValue after all.
2016-04-28 23:34:10 +02:00
David Knapp
c72890b113 Str #20217 If the future in mapAsync is already available, don't dispatch it (#20375) 2016-04-28 22:23:03 +02:00
2beaucoup
7913e25257 =htp #20338 correct byte range slicing (#20382) 2016-04-28 19:43:58 +02:00
Johan Andrén
9bf783dd06 Merge pull request #20406 from andreaTP/actorsystem
=act jvm env unaware ActorSystem.
2016-04-28 18:44:57 +02:00
andreaTP
3651aeb923 =act split event Unsubscribers. 2016-04-28 15:40:04 +02:00
Felix Satyaputra
c4aec5e8a2 Support Protobuf serialization/deserialization of akka.actor.Identify and akka.actor.ActorIdentity (#20380)
This is to ensure Akka Cluster Client will work with Java Serialization turned off.

However for the sake of backward compatibility, the protobuf serialization for `akka.actor.Identify`
and `akka.actor.ActorIdentity` is turned off.
2016-04-28 15:33:59 +02:00
Andrea Peruffo
088bf1b842 =act Locale unaware method in Helpers. (#20412) 2016-04-28 15:32:46 +02:00
Patrik Nordwall
4de92a013e Merge pull request #20376 from danxmoran/danxmoran-20288-pushpull-to-gs
Migrate NaiveTake and ByteStringBatcher to GraphStage #20288.
2016-04-28 15:19:02 +02:00
Konrad Malawski
2aa3d7bb1d htc #20403 fix initialization of deprecated field (#20411) 2016-04-28 13:15:14 +02:00
andreaTP
19d21107f3 =act jvm env unaware ActorSystem. 2016-04-28 12:32:14 +02:00
Alexander Temerev
f6dbdcea45 doc #20409 Broken link corrected in Akka HTTP WS server docs (#20410)
* Akka-HTTP Websocket server doc (broken link corrected)
2016-04-28 11:10:54 +02:00
Konrad Malawski
5be23f263b htc #20398 fix missing param delegation in javadsl https (#20399) 2016-04-27 10:02:14 +02:00
Konrad Malawski
f9cbc36b03 -doc,str,tes remove statsd and graphite reporting code, its not used (#20383) 2016-04-27 09:45:58 +02:00
Martynas Mickevičius
30827df017 Merge pull request #20397 from 2m/wip-latest-versions-mima
Add latest versions to MiMa
2016-04-26 18:36:30 +02:00
Patrik Nordwall
0b0a456e28 Merge pull request #20125 from kelebra/19039-kelebra-cycle
#19039: Added cycle method to Source class.
2016-04-26 16:47:02 +02:00
Martynas Mickevicius
540e17dfc6 Add latest versions to MiMa 2016-04-26 15:28:41 +02:00
Oleksii Tkachuk
78e0a534f4 Fixed 19039 for both scaladsl and javadsl
19039: Added cycle method to Source class for both scaladsl and javadsl. Test added.
2016-04-26 07:37:03 -05:00
Bernard Leach
3af02c3bf9 =htc replace printEvent with Flow[T].log #20288 (#20384) 2016-04-25 17:48:26 +02:00
Konrad Malawski
0e11ec2057 !htc #20371 allows for simple HTTPS usage from Java, fixes typo in APIs (#20373) 2016-04-25 12:01:03 +02:00
Michał Kiędyś
b983f19c1f Add basic support for Java 7 NIO file systems (#20293) 2016-04-25 11:25:26 +02:00
poojadshende
6d399a308e Updated the link for 'full routing example' to WebSocketCoreExample.java (#20389) 2016-04-25 05:05:14 +02:00
Daniel Moran
aefcae866a Migrate NaiveTake and ByteStringBatcher to GraphStage #20288. 2016-04-24 12:52:04 -07:00
Patrik Nordwall
3d41f0f58b Merge pull request #20289 from akka/wip-16035-io-close-patriknw
ignore ClosedChannelException when register selector, #16035
2016-04-24 18:55:16 +02:00
Johan Andrén
531f0afc66 htt #17542 and #20298 resource leak test coverage and fix (#20300) 2016-04-22 15:43:50 +02:00
Robert Budźko
d2eb2b7949 Exception description modified to reflect exclusion of 0 (#19709) timeout. (#20321) 2016-04-22 15:42:53 +02:00
Konrad Malawski
c57c6eda7e +htc #20273 EitherUnmarshaller (#20274) 2016-04-22 13:48:00 +02:00
Ganeshwara Herawan Hananda Putra
604ecad732 Adding javadsl.model.MediaType.Compressibility (#20378)
* Adding javadsl.model.MediaType.Compressibility

* using akka.japi.Util seq conversion method
2016-04-22 12:33:16 +02:00
Rodolphe BELOUIN
936c97051a +str #19782 Transpose a sources sequence (#19795) 2016-04-22 12:04:28 +02:00
Johan Andrén
fd89f36940 Merge pull request #20343 from TrustNoOne/20342-support-httpentity-withSizeLimit
support HttpEntity.with/withoutSizeLimit in scaladsl HttpEntity
2016-04-21 11:49:26 +02:00
Patrik Nordwall
f081763c30 Merge pull request #20341 from Atry/patch-1
Configure external links in ScalaDoc
2016-04-20 15:43:24 +02:00
Patrik Nordwall
dfbcd948bf Merge pull request #20325 from akka/wip-convert-scan-to-graphstage-√
Converts the Scan-operation from PushPullStage to GraphStage
2016-04-20 15:37:16 +02:00
Giovanni Caporaletti
54f73f9329 support HttpEntity.with/withoutSizeLimit in scaladsl HttpEntity, #20342
also add a missing test for withSizeLimit
2016-04-20 15:33:12 +02:00
Patrik Nordwall
25eaa25318 Merge pull request #20335 from samueltardieu/success-ambiguity
Clarify explanation of Source.actorRef termination in embedded doc
2016-04-20 15:32:45 +02:00
David Knapp
d7fe98e1c4 #20123 Added recoverWithRetries which adds a parameter to limit the (#20137)
number of attempts. Existing recoverWith method behavior remains unchanged.
2016-04-20 15:24:12 +02:00
Leonid Bakaleynik
e0af113f17 =per #19688 [2.4.1][PersistentFSM] getting StateTimeout for state wit… (#20266)
* =per #19688 [2.4.1][PersistentFSM] getting StateTimeout for state without timeout after restart

* Added deprecation warning
2016-04-20 15:22:18 +02:00