You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# <imgsrc="https://corp-backend.brevo.com/wp-content/uploads/2023/05/favicon.svg"height="28" /> Java Client for [Brevo](https://www.brevo.com/?r=t)
7
6
8
7
A Java client for the [Brevo](https://www.brevo.com/?r=t) (formerly SendinBlue) API
9
8
@@ -14,16 +13,17 @@ A Java client for the [Brevo](https://www.brevo.com/?r=t) (formerly SendinBlue)
14
13
This client [is generated](./brevo-java-client/pom.xml) from an [``openapi.yml``](./openapi/openapi.yml) using [OpenAPI Generator](https://openapi-generator.tech/).
15
14
16
15
> [!NOTE]
17
-
> <details><summary>Why did you create this API client and not use <ahref="https://github.com/sendinblue/APIv3-java-library">the official one</a>?</summary>
16
+
> <details><summary>Why did you create this API client and not use the <ahref="https://github.com/sendinblue/APIv3-java-library">the official</a>/<ahref="https://github.com/getbrevo/brevo-java">new official</a> one?</summary>
18
17
>
19
-
> We had some problems (as of March 2024) with the "official" client:
20
-
> * The client looks seriously outdated:
18
+
> We had some problems (as of July 2025) with the "official" client:
19
+
> * The (old) client looks seriously outdated:
21
20
> * it is still called "SendinBlue"
22
21
> * was last updated over a year ago and there was no activity (on issues/PR) since then
23
22
> * There is at least one CVE in the underlying HTTP client
24
23
> * It looks like there are problems with the underlying dependencies:
25
24
> *``maven-gpg-plugin`` is declared as compile dependency
26
25
> * There is a [dependency for Java 7](https://www.threeten.org/threetenbp/) however the client is built for Java 8+
26
+
> * There is an extremely outdated version of Apache Commons Lang in use
0 commit comments