Migrate to latest (Dev) Local and Client Cloud versions #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi Kenny,
Thank you for a cute testing lib! It's been a while since your last last commit to the repo though, and things have changed in a way that makes it impossible the further use of this testing lib with the (currently) latest version of Datomic Cloud.
The following things have changed:
dev-local
to justlocal
local
is released under Apache 2.0, thus available through Maven:server-type
value — from:dev-local
to:datomic-local
Here's a small patch that implements the necessary changes in
dev-local-tu
. I've also upgraded Clojure version to1.11.1
, which is currently the latest stable one. I also tweaked an obviously verbose piece of code and fixed a compiler reflection warning (pardon for shipping this along).Feel free to review and release an updated version of the artifact at your convenience.
Cheers,
Mark