Moro! Looks like some Metosin libs (such as Muuntaja and Ring-http-response) have older and thus conflicting dependencies with Reitit (such as jsonista and ring-core). Would it be ok to make a PR to Muuntaja and Ring-http-response with just a dependency update – or is this already in the making?
Additionally commons-codec seems to be conflicting between Muuntaja and Reitit, but this is a transitive dependency in muuntaja via Cognitect’s transit-clj and transit-java, so the upgrade path is a bit longer there.
PRs most welcome
Great! Is it ok to assume that running tests with new dependencies is enough to check that they don’t break things? Most probably people are already running Muuntaja and Ring-http-response with newer dependencies when they are using Reitit in the same project.
Looks like lein all
is the way to run all tests. I’m using that.