Hello team, I have implemented a small fix for a reflection issue in Hickory. Please take a moment to review when you can. thanks2 https://github.com/clj-commons/hickory/pull/94/files
Hey @erdos, is this PR driven by native-image usage perhaps? What I did was just add a reflection config for Jsoup.parse to deal with this instead in native-image. Since that method was so overloaded, I thought it was the best way to go since explicitly spelling out all the options might be error prone. But I think you had a careful look at all the single arity overloads so this might be good to merge... although... maybe it would be good to not throw and still pass the last unknown type to Jsoup.parse (which causes reflection just for that type) and let that throw instead?