Is there a reason aws-api is on an old version of com.cognitect/http-client
?
@kenny we talked this morning about http-client in general
is the old version causing you pain?
Yes - the old version of jetty aws-api uses is not compatible with the latest version of jetty.
I explicitly updated http-client to the latest and it fixes the conflict. Seems like aws-api should update to the latest as well.
we can't do a newer http-client than what datomic uses yet
another way to handle is to explicitly depend on latest Jetty, I think that http-client is compatible with it
we're considering a model for BYOHttpClient too
still early
@kenny what are you using that pulls in Jetty 9.4?
Using a http client that doesn’t use jetty (i.e. http-kit) would be great. Ring pulls in 9.4.