hello folks I was wondering if everything is ok, I am pushing a bunch of snapshots and when I pull I always get an old version...maybe I am spamming too much ? ๐
I see boot-dynamodb-0.1.0-20170228.004219-25.pom
on the server, but the resolution returns Retrieving boot-dynamodb-0.1.0-20170228.003425-21.pom from <https://repo.clojars.org/> (2k)
now I get the new version
@richiardiandrea http://repo.clojars.org is the CDN, and there is a 15 minute ttl for items in the cache. So if the maven-metadata.xml
that specifies the latest snapshot was requested in the last 15 minutes, you'll get the old file
@tcrawley tnx did not know that
hey folks, is there a place to share ideas for the clojars website?
sure! you can drop them here or file an issue at https://github.com/clojars/clojars-web/issues
@richiardiandrea I opened https://github.com/clojars/clojars-web/issues/625 for you
@danielcompton oh cool, i just deployed and went for lunch in order to wait 15 mins ๐
Unfortunately I have to try with the deployed artifact because I resolve it at runtime
@richiardiandrea you could resolve against http://clojars.org/repo/, that isn't behind the CDN, and will be updated immediately
Ah! I was using boot
defaults but thanks!
@tcrawley given you are here, what do you think about https://github.com/cemerick/pomegranate/pull/80
I checked the bug tracker and maybe it worth upgrading
And even trying getting rid of custom wagons...
I think if you sweet-talked Chas, he would let you (or someone) take over pomegranate - I don't think he has interest in maintaining it any longer
Kind of triage it
Ah
as for that change specifically, I'd have to take a closer look
That's good to know, I was asking on boot
if they wanted to absorb it
It might be too much for me at the moment ๐
But a lot of people are active on the boot channel
There's a few things like that in Clojars that could be good to break out into separate libraries so that Boot and Lein can all share the same code and behaviour
@danielcompton you mean aether
stuff?
That, and also things parsing versions, POMs, etc