cloudinary / cloudinary_java

Cloudinary Java Client Library
MIT License
163 stars 110 forks source link

Readme - Maven dependency #349

Open campbellbartlett opened 5 days ago

campbellbartlett commented 5 days ago

Bug report for Cloudinary Java SDK

Describe the bug in a sentence or two.

Is the Maven dependency in the README correct? I only see version 2.0.0 published for cloudinary-core whereas the latest version available on Maven for cloudinary-http45 seems to be 1.3.9.

Here’s what the README currently states:

<dependency>
    <groupId>com.cloudinary</groupId>
    <artifactId>cloudinary-http45</artifactId>
    <version>2.0.0</version>
</dependency>

Issue Type (Can be multiple)

[ ] Build - Can’t install or import the SDK [ ] Performance - Performance issues [ ] Behaviour - Functions aren’t working as expected (Such as generate URL) [x] Documentation - Inconsistency between the docs and behaviour [ ] Other (Specify)

Steps to reproduce

Visit https://mvnrepository.com/artifact/com.cloudinary

Error screenshots or Stack Trace (if applicable)

image image

Build System

[x] Maven [ ] Gradle [ ] Other (Specify)

adimiz1 commented 4 days ago

Yes, that is incorrect, the new http client is 5 and not 45 Thank you for noticing