Skip to content

Nuxeo Java Client 3.13.0

Compare
Choose a tag to compare
@kevinleturc kevinleturc released this 30 Sep 09:51
· 43 commits to master since this release

This release contains the following:

Breaking Changes

The introduction of named parameters on queryByProvider method prevents the following code to compile:

client.repository().queryByProvider(providerName, pageSize, currentPageIndex, maxResults, sortBy, sortOrder, null);

In such case, you should remove the null.

Bug

  • JAVACLIENT-216 - Make text of server-side exception visible in NuxeoClientRemoteException object

Improvement

  • JAVACLIENT-228 - Add support for named parameters to Repository#queryByProvider
  • JAVACLIENT-230 - Make Java Client work with both okhttp 3.x and 4.x