Janos Erdos
Results
23
issues of
Janos Erdos
Move from using the legacy `java.io.File` to `java.nio.file.Path` from the NIO2 update for the Java API.
Followup to PR https://github.com/clj-commons/hickory/pull/92/files Function `hickory.core/parse` calls `Jsoup.parse` unary method. In current JSoup version `1.20.1` it is [overloaded](https://www.javadoc.io/doc/org.jsoup/jsoup/latest/org/jsoup/Jsoup.html#parse(java.io.File)) for `File`, `String` and `Path` classes. Current implementation uses reflection to dispatch...