Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vincentjames501 opened this issue Feb 7, 2025 · 1 comment

Comments

@vincentjames501
Copy link

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
Copy link
Author

Looks like this was already fixed in #650 . Could we get a new release sometime? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant