Fork me on GitHub
#sql
<
2017-12-26
>
danielcompton07:12:11

@seancorfield it used to be that you could deploy any group ID that wasn’t claimed in Clojars, but now we check for shadowing in Maven Central first. Existing groups are grandfathered in though

danielcompton07:12:35

We did a check of the existing conflicts to see if there was any funny business going on and didn’t see anything

noisesmith13:12:52

@danielcompton the clojars page for postgresql is misleading though - it even links to the official github page for the project, but it apparently isn't owned or maintained by those developers https://clojars.org/postgresql

jgh14:12:57

@danielcompton i dont think theres any funny business, its just very out of date and no longer works if youre using up-to-date jdbc

seancorfield16:12:02

I will observe that the readme of java.jdbc links to the latest versions of all the tested database drivers on Maven Central 😄 so it was a surprise to me that Clojars even had a version...

noisesmith17:12:51

I think the confusion is understandable for a new user that doesn’t fully understand the relationship between clojure and java