mondain / jets3t

JetS3t (pronounced "jet-set") is a free, open-source Java toolkit and application suite for Amazon Simple Storage Service (Amazon S3), Amazon CloudFront content delivery network, and Google Storage for Developers.
Apache License 2.0
26 stars 12 forks source link

Correctly encode paths with repeated slashes #3

Closed akhaku closed 5 years ago

akhaku commented 5 years ago

On a side note, I noticed that tests are skipped by default, I had to comment that out to run my tests. Do you happen to know why tests are skipped?

mondain commented 5 years ago

I recently took over as maintainer for the project; As part of the move to maven, I disabled some things that prevented builds. Thanks for any assistance you and other users can provide during the transition.

akhaku commented 5 years ago

Thanks, Paul! Do you already have perms to deploy new artifacts to maven central? I noticed that the version is currently 0.9.6-SNAPSHOT but I don't see a 0.9.5 in maven central.

mondain commented 5 years ago

I did a private 0.9.5 release on a corporate maven repo, before I took over the project. So I've skipped re-releasing it publicly and moved to 0.9.6 instead.

akhaku commented 5 years ago

Makes sense, thanks. At the risk of coming off a bit pushy - do you happen to have a timeline on a 0.9.6 release with this fix? The reason I ask is that we're in a similar position where we need this fix and were planning on pushing an internal patch release, but if 0.9.6 is coming soon we wait for that.