clj-http icon indicating copy to clipboard operation
clj-http copied to clipboard

Fix reflection issue for `call to method parse on javax.xml.parsers.SAXParser`

Open vincentjames501 opened this issue 9 months ago • 1 comments

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

vincentjames501 avatar Feb 07 '25 15:02 vincentjames501

Looks like this was already fixed in https://github.com/dakrone/clj-http/pull/650 . Could we get a new release sometime? Thanks!

vincentjames501 avatar Feb 07 '25 16:02 vincentjames501