Merged
requested to merge github/fork/b-com/fix/produces-annotation-multiples-values-not-separated-by-comma into master
Created by: tnmtechnologies
###Bug found with jaxrs-resteay source code. Issue #443 (closed)
Description of the PR
Before adding a new mediaType into the produces list, we put a ["hasMore", "true"] to the last mediaType in order to be sure "hasMore" value is "true" because in some situations, "hasMore" value in the map was null.