Kimmo Koskinen
Kimmo Koskinen
Doodling thoughts here: It occurred to me that maybe a native-image based AWS Lambda custom runtime could be an spot open in the Clojure cloud tooling :) Pack already has...
Hmm, so in the subtratevm readme, it says > Native image generation is performed by a Java program that runs on JDK 8 with JVMCI. So how does one get...
Good questions :) I don't remember if I had deep really deep thoughts on registry authentication. Seems that [Jib FAQ](https://github.com/GoogleContainerTools/jib/blob/master/docs/faq.md#what-should-i-do-when-the-registry-responds-with-unauthorized) doesn't recommend passing specific credentials ("Specific credentials (not recommend)" in...
Thanks for noticing! :) Seems that this maps to `java.sql.Types/OTHER` with a `type_name` `"uuid"`. So I'll put a `defmethod`to handle this case.
Should be fixed in master. If possible, you can test by (for example) cloning the repo and running `lein install` and using `0.1.2-SNAPSHOT` as version.
PR is very welcome :) I haven't planned beyond Postgresql yet. Given coverage from other DB's, I think there is a possibility, but Postgresql is a start for now.