v1.4.1
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.