dakrone / clj-http

An idiomatic clojure http client wrapping the apache client. Officially supported version.
http://clojars.org/clj-http
MIT License
1.78k stars 408 forks source link

chore: remove reflection warnings #580

Closed hugoduncan closed 3 years ago

hugoduncan commented 3 years ago

Removes reflection warnings that appear when using clj-http in a project.

rymndhng commented 3 years ago

@hugoduncan Could you provide some more details about your environment when you saw these reflection errors?

I'm unable to see the reflection errors locally. clj-http also checks for reflection warnings in CI on various JDK + Clojure versions and have reported any reflection warnings.

hugoduncan commented 3 years ago

It seems that upgrading from 3.10.1 to 3.11.0 solves the issue.

rymndhng commented 3 years ago

Glad that did it! The reflection checks in CI were added right after 3.10.1.