Skip to content

v1.4.1

Compare
Choose a tag to compare
@jmezna jmezna released this 16 Mar 13:01
· 32 commits to master since this release

This release implements the MicroProfile Rest Client 1.4.1 specification.

Features

  • Ensured CDI context in ClientHeadersFactory.

Enhancements

  • Fix for MethodHandle to handle interface's default methods.
  • Query parameters with null values are now ignored and are not sent with request

Bugs

  • Fixed generic object parsing.