-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
In this release there was an alignment with Jakarta RESTful Web Services 3.1 to be compatible with Jakarta EE 10.
- There was a clarification about closing the REST client when being injected via CDI (348).
- The RestClientBuilder added a new method, baseUri(String) (334).
- The RestClientBuilder also added a new header(String, Object) method for adding headers to the built REST Client. The headers will be merged with headers added via other means (283).
- is depended on by
-
WFLY-19588 Implement MicroProfile Platform 7
- Pull Request Sent