We noticed when loading clj-http with `*warn-on-reflection*` set to `true` the following: ``` Reflection warning, clj_http/client.clj:479:26 - call to method parse on javax.xml.parsers.SAXParser can't be resolved (argument types: unknown, unknown). ``` https://github.com/dakrone/clj-http/blob/3.x/src/clj_http/client.clj#L478
We noticed when loading clj-http with
*warn-on-reflection*set totruethe following:https://github.com/dakrone/clj-http/blob/3.x/src/clj_http/client.clj#L478