[akka-user] Re: Swakka - a new extension to akka-http for Swagger/OpenApi

2018-01-31 Thread Philippe Derome
never mind, it's not needed, I had communication with Spark in mind and that does not require to be in same process. On Wednesday, January 31, 2018 at 12:45:53 PM UTC-5, Philippe Derome wrote: > > Jeremy, > > do you have any intent to make this project available with Scala 2.1

[akka-user] Re: Swakka - a new extension to akka-http for Swagger/OpenApi

2018-01-31 Thread Philippe Derome
wnson/swakka/commits/0f5cb77196ea83135f9ca7913f1f111f6b39f369. > > Please pull from master. > > Actually I am planning a move to github soon, because of their really good > usage stats. > > On Tuesday, 30 January 2018 19:56:26 UTC, Philippe Derome wrote: >> >> &

[akka-user] Re: Swakka - a new extension to akka-http for Swagger/OpenApi

2018-01-30 Thread Philippe Derome
, Philippe Derome wrote: > > Would you consider migrating the project to github since you find it more > stable now? I am unable to make use of it from bitbucket due to some > sonatype_credentials file issue, which looks mysterious to me and would > like to give this a dev try today. >

[akka-user] Re: Swakka - a new extension to akka-http for Swagger/OpenApi

2018-01-30 Thread Philippe Derome
Would you consider migrating the project to github since you find it more stable now? I am unable to make use of it from bitbucket due to some sonatype_credentials file issue, which looks mysterious to me and would like to give this a dev try today. Thanks, Phil On Wednesday, January 24,

[akka-user] Re: Swakka - a new extension to akka-http for Swagger/OpenApi

2018-01-28 Thread Philippe Derome
veloper, I would >>> not use it. It makes more sense to pick and chose the tools you need on a >>> case by case basis (not to imply that Lagom's stack is poor in any way, but >>> why tie one's self to it?). >>> -- a key decision for new web projects is often where to use Akka-H

[akka-user] Re: Swakka - a new extension to akka-http for Swagger/OpenApi

2018-01-27 Thread Philippe Derome
o use Akka-Http or > Play. I hope that, from an API doc perspective, Swakka now makes Akka-Http > the better choice, but the overall decision is obviously wider than just > API docs. > > Hope that is of some help. > > On Saturday, 27 January 2018 17:25:06 UTC

[akka-user] Re: Swakka - a new extension to akka-http for Swagger/OpenApi

2018-01-27 Thread Philippe Derome
Jeremy, do you have familiarity with the Lagom Code Generator project ? I am interested in building web services using Lightbend technologies (Akka-Http and/or Lagom) while leveraging Swagger documentation of APIs for

[akka-user] Re: validating a https server from client using private certificate authorities

2018-01-26 Thread Philippe Derome
It'd seem to be as follows: https://lightbend.github.io/ssl-config/ExampleSSLConfig.html#both-private-and-public-servers If anyone has experience with this to comment, that'd be great. Thanks, On Thursday, January 25, 2018 at 7:44:12 PM UTC-5, Philippe Derome wrote: > > Do yo

[akka-user] validating a https server from client using private certificate authorities

2018-01-25 Thread Philippe Derome
Do you have configuration that allows a Akka-Http client application to specify the host and port of a certificate authority in addition to the public internet one? Failing that, can you provide some guidance on custom code that would alleviate much of the needs to go to Javax interface,