cch1 / http.async.client

Async Http Client - Clojure
http://cch1.github.com/http.async.client
267 stars 40 forks source link

Update to org.asynchttpclient/async-http-client 2.12.3 #89

Closed cap10morgan closed 2 years ago

cap10morgan commented 2 years ago

I was trying to use this in a GraalVM native-image project and had better luck with the latest version of the wrapped Java lib. Let me know if this needs any tweaks or clean-ups before merging. Thanks!

cch1 commented 2 years ago

I'm sorry I did not see this earlier. Can you remove the formatting changes in project.clj? I'm not ready to adopt the alignment model on this project. If you want, put them in a separate PR.

cap10morgan commented 2 years ago

@cch1 done

cap10morgan commented 2 years ago

@cch1 Thanks for merging! Any chance of a new release now?

cch1 commented 2 years ago

@cap10morgan , the only thing holding me back from a release is a changelog update. It will be a major release since the underlying functionality has changed substantially. Another user has noted that web socket behavior has changed notably and the NettyAsyncHttpProviderConfig is gone.