You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2018/11/21 11:16:27 UTC

[GitHub] nbuso commented on a change in pull request #475: Make org..client.cache.Entry serializable (cache by value), handle 30…

nbuso commented on a change in pull request #475: Make org..client.cache.Entry serializable (cache by value), handle 30…
URL: https://github.com/apache/cxf/pull/475#discussion_r235346815
 
 

 ##########
 File path: rt/rs/client/src/main/java/org/apache/cxf/jaxrs/client/cache/Entry.java
 ##########
 @@ -64,12 +66,19 @@ public void setData(final Serializable data) {
         this.data = data;
     }
 
-    public MultivaluedMap<String, String> getHeaders() {
+    public Map<String, List<String>> getHeaders() {
 
 Review comment:
   I will do, in any case that API is only used in org.apache.cxf.jaxrs.client.cache.CacheControlClientRequestFilter where the mere Map API is really used

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services