Currently nuxeo-java-client 3.13.0 has a dependency on javax.mail 1.4.7, which is used to read multipart responses.
This dependency conflict with more recent version of this library, more specifically the new jakarta one.
We should remove this dependency from java client and use what okhttp provides since its version 4.
- depends on
-
JAVACLIENT-239 Upgrade Okhttp to version 4
- Resolved
-
NXP-32651 Return the Content-Disposition multipart header in UTF8 encoding
- Resolved
- is related to
-
NXP-32648 Remove nuxeo-java-client usage
- Resolved