Scott Clasen

Results 44 comments of Scott Clasen

#25 in process to resolve this.

@gregsilin is this good to go in your opinion?

Sounds good! On Mon, Feb 11, 2019 at 2:09 PM Greg Silin wrote: > @sclasen we have it working, I'm not sure > how we want to go about the...

would be happy to accept such a PR, this project was started before akka http 1.0

@briantopping given that the spray-json stuff is only used in the exhibitor client, and is a provided dependency, it makes sense to me to use the akka one, since it...

Hey Will, I am assuming you are referring to the SSL object here https://github.com/sclasen/akka-zk-cluster-seed/blob/master/src/main/scala/akka/cluster/seed/ExhibitorClient.scala#L80 That only is used if the validateCerts param is false in the exhibitor client. https://github.com/sclasen/akka-zk-cluster-seed/blob/master/src/main/scala/akka/cluster/seed/ExhibitorClient.scala#L60-L62 So...

Aha, great then PR please! On Sun, Sep 28, 2014 at 5:50 PM, Will Sargent [email protected] wrote: > Spray's default SSLEngine support doesn't enable hostname verification -- > see >...

The problem with that is for instance when jdbcTypeToScalaType bails and returns classTag[String] with "this may be wrong" log line For example, postgres uuid type to java uuid. The uuid...