* Update clojure CLI flags in script/test
* Throw error when not one of version or path
...with qualified symbol pod-spec
* Fix some minor formatting issues
* Check for new error message in pod-registry test
* Add a test for resolve fn in edn data readers
* Add CI config
* Try using clojure tools-deps image in CI
* Check for new error message in sci pod-registry test
* Use latest version of buddy in pod-registry test
...for more platform support
* Stop depending on babashka
Instead accept an arg for the thing we were getting from it (location of the bb.edn file)
* Save maven deps in cache in CI
* Use non-deprecated string->int method
* Remove unused next-pod-id
* Support declarative pods loaded on require
* Wait for pod shutdown in load-pod-metadata
* Type hint a File return value to avoid reflection
* Return pod metadata instead of putting in ctx
* Fix local pod loading & support :cache opt
* Document :pods in bb.edn
* Cache local pods metadata in project .babashka dir
* Pass pod resolve-fn to describe->metadata
Not only was this just a bug, but the accidental reference to clojure.core/resolve ballooned the final bb image size to >110MB!
* Use non-deprecated string->int method
* Remove unused next-pod-id
* Support declarative pods loaded on require
* Wait for pod shutdown in load-pod-metadata
* Type hint a File return value to avoid reflection
* Return pod metadata instead of putting in ctx
* Fix local pod loading & support :cache opt
* Document :pods in bb.edn
* Cache local pods metadata in project .babashka dir