Re: [akka-user] Akka HTTP Java Directives examples

2016-04-20 Thread Daniel Stoner
to ship it in 2.4.5 which is just a few days away > actually. > > -- > Konrad Malawski > > From: Daniel Stoner > Reply: Daniel Stoner > Date: 20 April 2016 at 14:02:21 > To: Konrad Malawski > > CC: akka-user@googlegroups.com > > Subject: Re: [akka-use

Re: [akka-user] Akka HTTP Java Directives examples

2016-04-20 Thread Konrad Malawski
ip it in 2.4.5 which is just a few days away actually. -- Konrad Malawski From: Daniel Stoner Reply: Daniel Stoner Date: 20 April 2016 at 14:02:21 To: Konrad Malawski CC: akka-user@googlegroups.com Subject: Re: [akka-user] Akka HTTP Java Directives examples Hi Konrad/Others, > > I

Re: [akka-user] Akka HTTP Java Directives examples

2016-04-20 Thread Daniel Stoner
Hi Konrad/Others, I notice that Github issue was taken over into: https://github.com/akka/akka/pull/20088 and has not made it yet into v2.4.4. Is it on the roadmap for 2.4.5 or is there any update about plans for this? Thanks kindly, Daniel Stoner On 15 February 2016 at 16:00, Konrad Malawski

Re: [akka-user] Akka HTTP Java Directives examples

2016-02-15 Thread Konrad Malawski
It's not yet merged nor complete. We'll focus on it after shipping 2.4.2 (tomorrow) and are hoping to include it in 2.4.3, timeline wise I can't promise anything though.  Hope this helps. --  Cheers, Konrad 'ktoso’ Malawski Akka @ Typesafe On 15 February 2016 at 16:58:46, Daniel Stoner (daniel.

Re: [akka-user] Akka HTTP Java Directives examples

2016-02-15 Thread Daniel Stoner
Thanks Konrad for the incredibly quick reply, I look forward to seeing the new mechanisms. By soon - what kind of timeline are you thinking? At the moment we are prototyping a product in akka-http so we aren't worried (at this stage at least) about production readiness too much and if we have to

Re: [akka-user] Akka HTTP Java Directives examples

2016-02-15 Thread Konrad Malawski
Hi Daniel, Before I dive into your question I'd like to highlight that the Java directives are undergoing an intense rewrite just now (they're still experimental, so that's why we must do it now),  and will be way more elastic soon:  https://github.com/akka/akka/pull/19632/files?diff=unified So i

[akka-user] Akka HTTP Java Directives examples

2016-02-15 Thread Daniel Stoner
The current documentation for AkkaHttp directives: http://doc.akka.io/docs/akka-stream-and-http-experimental/2.0.3/java/http/routing-dsl/directives/index.html#directives-java Says you can filter requests and modify requests/responses. I'd love to be able to implement such a thing - but I've seen