Commit graph

19092 commits

Author SHA1 Message Date
Björn Antonsson
8ab1d40bb8 =per Fix flaky ThrowExceptionStrategyPersistentActorBoundedStashingSpec 2016-05-09 15:54:49 +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
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
Konrad Malawski
3d9065309c =doc #20354 fix version for docs search (#20369) 2016-04-20 11:29:17 +02:00
Rémy-Christophe Schermesser
da43a69613 +doc New UI for the autocomplete (#20364) 2016-04-20 11:09:28 +02:00
Johan Andrén
95ea910cca Merge pull request #20356 from danxmoran/danxmoran-20288-bodypartparser-to-gs
Migrate BodyPartParser to GraphStage #20288.
2016-04-20 10:09:29 +02:00
Daniel Moran
c8352c04c4 Migrate BodyPartParser to GraphStage #20288. 2016-04-19 19:04:31 -07:00
Johan Andrén
9af39f97ba Merge pull request #20333 from johanandren/wip-20332-auto-load-library-extensions-johanandren
act #20332 Functionality to automatically load library extensions
2016-04-19 15:16:55 +02:00
Samuel Tardieu
34d51dcd00 Clarify explanation of Source.actorRef termination in embedded doc
Make it clear that a Success instance (whose payload will be ignored)
must be sent to complete the source, and not the Success companion
object itself.

Use "a" before instances, and remove "a" before PoisonPill object.

The Java documentation has been aligned to the Scala documentation.
2016-04-19 13:13:23 +02:00
Samuel Tardieu
bead910cc5 =doc Fix path to "akka.http.host-connection-pool" (#20363)
The "host-connection-pool" section is not under "client".
2016-04-19 12:52:16 +02:00
Patrik Nordwall
5e9b818141 Merge pull request #20348 from danxmoran/danxmoran-pushstage-to-gs
Migrate PushStages in LifecycleInterpreterSpec to GraphStages #19834.
2016-04-19 11:01:43 +02:00
Patrik Nordwall
c1f20cb520 Merge pull request #20351 from zhxiaogg/feature/zhxiaogg_Recover
#20288 convert Recover to GraphStage
2016-04-19 10:56:12 +02:00
Paweł Jurczenko
51124aac1a =doc Fix authorizeAsync reference in authorize docs (#20359) 2016-04-18 20:21:36 +02:00
Johan Andrén
1f4a83e82b Disable diagram verification for akka-http-tests (#20355) 2016-04-18 18:49:07 +02:00
Johan Andrén
c1c31ed46d Merge pull request #20320 from johanandren/wip-addon-hooks-johanandren
API for pluggable cluster downing
2016-04-18 17:37:57 +02:00
Johan Andrén
ade89edbb7 Merge pull request #20352 from johanandren/wip-copyright-year-in-docs-johanandren
Copyright year in docs updated
2016-04-18 16:23:46 +02:00
Johan Andrén
20ab404350 Merge pull request #20297 from hepin1989/rename-flow-graph-things
= rename FlowGraph* to GraphDSL
2016-04-18 15:29:59 +02:00
Johan Andrén
14c08df74a act #20332 Functionality to automatically load library extensions 2016-04-18 15:27:30 +02:00