-
Story
-
Resolution: Done
-
Major
-
None
-
False
-
None
-
False
-
---
-
-
<summary>MicroProfile REST Client Release notes:</summary>
<br>
<blockquote>
<h2>4.0</h2>
<ul>
<li>New overloaded `baseUri(String uri)` method so users don’t have to call URI.create()</li>
<li>New `header(String name, Object value)` method for adding headers to Client instances</li>
<li>Clarify specification CDI support (`@RestClient` qualifier is not optional)</li>
<li>Add multi-part processing example to specification.</li>
<li>Clarify the specification that when a client injected as a CDI bean falls out of scope, the client is closed</li>
</ul>
</blockquote>
[MicroProfile Rest Client Spec PDF](https://download.eclipse.org/microprofile/microprofile-rest-client-4.0/microprofile-rest-client-spec-4.0.pdf)
[MicroProfile Rest Client Spec HTML](http://download.eclipse.org/microprofile/microprofile-rest-client-4.0/microprofile-rest-client-spec-4.0.html)
[MicroProfile Rest Client Spec Javadocs](http://download.eclipse.org/microprofile/microprofile-rest-client-4.0/apidocs/)