[akka-user] Target jvm 1.7 or no

2016-02-06 Thread Mark van Buskirk
Quick question, For akka 2.4.x will I be able to compile targeting jvm 1.7 and run on a a 1.7 jvm or not. I'm using Scala and streams but deploying on tomcat and I can't bump the java version. Not sure what I can do. I love working with the streams architecture patterns though. -- >>

Re: [akka-user] Akka-http 1.0-RC4 ssl session info/cert info accessible?

2015-08-27 Thread Mark van Buskirk
-level HTTPS support will be done after 1.0, including session renegotiation. Regards, Roland 1 jul 2015 kl. 22:02 skrev Mark van Buskirk markvan...@gmail.com javascript:: Seems like the only place the term principal is located in the code is in the akka.stream.io.SessionBytes. I am

Re: [akka-user] how to access external config inside a test spec (akka 2.0) ?

2015-07-15 Thread Mark van Buskirk
I recommend chaining and then loading. Also loading a custom configuration bumps out your application.config so if you want it loaded remember to put it in the config chain before loading. -- Read the docs: http://akka.io/docs/ Check the FAQ:

[akka-user] Re: Akka-http 1.0-RC4 ssl session info/cert info accessible?

2015-07-01 Thread Mark van Buskirk
On Tuesday, June 30, 2015 at 3:51:44 PM UTC-4, Mark van Buskirk wrote: Using spray we could get at the ssl-session info and find out the cert principal name and stuff using by setting ssl-session-info-header = on in the config and then extracting a SSLSessionInfo object from the httprequest's

Re: [akka-user] Re: ANNOUNCE Akka Streams HTTP 1.0-RC4

2015-06-29 Thread Mark van Buskirk
My mistake I guess, I thought I saw RC3 when I did the process below. However now it's working as expected. :-) Thanks! Process: google akka click top link taking me to akka.io click documentation see RC3 instead of RC4 On Mon, Jun 29, 2015 at 7:00 AM, Endre Varga endre.va...@typesafe.com

[akka-user] Re: ANNOUNCE Akka Streams HTTP 1.0-RC4

2015-06-29 Thread Mark van Buskirk
I see the site is now giving the RC3 dependencies and documentation. Did they pull RC4 back to fix a some bugs? Where can I find news like that? On Saturday, June 27, 2015 at 8:40:46 PM UTC-4, Gary Struthers wrote: After updating I can't find *akka-http-spray-json-experimental *for RC4 and

Re: [akka-user] [akka-stream 0.9] Create Flow[A,B] from Publisher[A] and Subscriber[B]

2014-12-27 Thread Mark van Buskirk
2014 at 14:13:32, Mark van Buskirk (markvan...@gmail.com) wrote: Id love to see an example of two actors that are both publisher and subscriber connected. I've been trying to get that going and have been having a bunch of trouble getting it working. -- Read the docs: http://akka.io/docs

[akka-user] [akka-stream 0.9] Create Flow[A,B] from Publisher[A] and Subscriber[B]

2014-12-25 Thread Mark van Buskirk
Id love to see an example of two actors that are both publisher and subscriber connected. I've been trying to get that going and have been having a bunch of trouble getting it working. -- Read the docs: http://akka.io/docs/ Check the FAQ: