]
Nistor Adrian updated ISPN-10584:
---------------------------------
Status: Open (was: New)
Create a new java rest client example with the new HttpClient API
-----------------------------------------------------------------
Key: ISPN-10584
URL:
https://issues.jboss.org/browse/ISPN-10584
Project: Infinispan
Issue Type: Enhancement
Affects Versions: 10.0.0.CR1
Reporter: Gustavo Lira e Silva
Assignee: Gustavo Lira e Silva
Priority: Minor
Fix For: 10.0.0.CR2
The currently java Rest client code example is very verbose. Since from Java 11 we have a
new HttpClient API that make all Rest client operation which provides an easy way of
creating and configuring of HTTP requests
[HttpClient
documentation|https://docs.oracle.com/en/java/javase/11/docs/api/java.net...]