You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The suggested approach is probably to exclude the obsolete rrb-vector and include the new version:
[hashp "0.1.0"
;; exclude old rrb vector to make it work with JDK 11: https://www.deps.co/blog/how-to-upgrade-clojure-projects-to-use-java-11#java-util-collection-toarray
:exclusions [org.clojure/core.rrb-vector]
[org.clojure/core.rrb-vector "0.0.13"]
The text was updated successfully, but these errors were encountered:
When running in my project I get this error:
The obsolete dependency is coming from here:
[hashp "0.1.0"] -> [mvxcvi/puget "1.2.0"] -> [fipp "0.6.21"] -> [org.clojure/core.rrb-vector "0.1.0"]
This has been fixed in later rrb-vector releases, see https://www.deps.co/blog/how-to-upgrade-clojure-projects-to-use-java-11#java-util-collection-toarray
The suggested approach is probably to exclude the obsolete rrb-vector and include the new version:
The text was updated successfully, but these errors were encountered: