Fork me on GitHub
#aws
<
2019-06-14
>
kenny17:06:25

Is there a reason aws-api is on an old version of com.cognitect/http-client?

ghadi19:06:18

@kenny we talked this morning about http-client in general

ghadi19:06:26

is the old version causing you pain?

kenny19:06:32

Yes - the old version of jetty aws-api uses is not compatible with the latest version of jetty.

kenny19:06:05

I explicitly updated http-client to the latest and it fixes the conflict. Seems like aws-api should update to the latest as well.

ghadi19:06:32

we can't do a newer http-client than what datomic uses yet

ghadi19:06:08

another way to handle is to explicitly depend on latest Jetty, I think that http-client is compatible with it

ghadi19:06:36

we're considering a model for BYOHttpClient too

viesti16:06:54

cljc and ClojureScript would be most interesting thing to offer, thinking about React Native

ghadi19:06:44

still early

ghadi19:06:43

@kenny what are you using that pulls in Jetty 9.4?

kenny19:06:30

Using a http client that doesn’t use jetty (i.e. http-kit) would be great. Ring pulls in 9.4.

viesti16:06:54

cljc and ClojureScript would be most interesting thing to offer, thinking about React Native