Skip to content

Commit 4f09fae

Browse files
committed
Reference "new" client
1 parent 7d47184 commit 4f09fae

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,17 @@ A Java client for the [Brevo](https://www.brevo.com/?r=t) (formerly SendinBlue)
1414
This client [is generated](./brevo-java-client/pom.xml) from an [``openapi.yml``](./openapi/openapi.yml) using [OpenAPI Generator](https://openapi-generator.tech/).
1515

1616
> [!NOTE]
17-
> <details><summary>Why did you create this API client and not use <a href="https://github.com/sendinblue/APIv3-java-library">the official one</a>?</summary>
17+
> <details><summary>Why did you create this API client and not use the <a href="https://github.com/sendinblue/APIv3-java-library">the official</a>/<a href="https://github.com/getbrevo/brevo-java">new official</a> one?</summary>
1818
>
19-
> We had some problems (as of March 2024) with the "official" client:
20-
> * The client looks seriously outdated:
19+
> We had some problems (as of July 2025) with the "official" client:
20+
> * The (old) client looks seriously outdated:
2121
> * it is still called "SendinBlue"
2222
> * was last updated over a year ago and there was no activity (on issues/PR) since then
2323
> * There is at least one CVE in the underlying HTTP client
2424
> * It looks like there are problems with the underlying dependencies:
2525
> * ``maven-gpg-plugin`` is declared as compile dependency
2626
> * There is a [dependency for Java 7](https://www.threeten.org/threetenbp/) however the client is built for Java 8+
27+
> * There is an extremely outdated version of Apache Commons Lang in use
2728
> * ...
2829
>
2930
> </details>

0 commit comments

Comments
 (0)