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
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,17 @@ A Java client for the [Brevo](https://www.brevo.com/?r=t) (formerly SendinBlue)
14
14
This client [is generated](./brevo-java-client/pom.xml) from an [``openapi.yml``](./openapi/openapi.yml) using [OpenAPI Generator](https://openapi-generator.tech/).
15
15
16
16
> [!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>
17
+
> <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
18
>
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:
21
21
> * it is still called "SendinBlue"
22
22
> * was last updated over a year ago and there was no activity (on issues/PR) since then
23
23
> * There is at least one CVE in the underlying HTTP client
24
24
> * It looks like there are problems with the underlying dependencies:
25
25
> *``maven-gpg-plugin`` is declared as compile dependency
26
26
> * 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
0 commit comments