Skip to content

Nuxeo java client 3.2.0

Compare
Choose a tag to compare
@kevinleturc kevinleturc released this 06 Dec 14:36
· 129 commits to master since this release

This release contains the following:

Features:

JAVACLIENT-159: Create new interceptor for JWT authentication
JAVACLIENT-161: Add web adapter capability + annotation adapter
JAVACLIENT-165: Add comment adapter

Improvements:

JAVACLIENT-170: Upgrade Jackson to 2.9.7
JAVACLIENT-175: Add get comments endpoint in annotation adapter

Bug fixes:

JAVACLIENT-163: Fix Document fetchTask API
JAVACLIENT-164: Fix entity-type detection when deserializing
JAVACLIENT-172: Fix Instant serialization in Java Client

Clean ups:

JAVACLIENT-160: After adding Sonar to build, fix some violations
JAVACLIENT-168: Rely only on 'application/json' content type
JAVACLIENT-171: Remove SOAP auth
JAVACLIENT-177: Add qa profile and fix sonar violations