coheigea 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_r235049808
##########
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:
This an API change, perhaps best to convert back into a MultivaluedMap for
backwards compatiblity
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services