]
Ryan Emerson moved IPROTO-104 to ISPN-10422:
--------------------------------------------
Project: Infinispan (was: Infinispan ProtoStream)
Key: ISPN-10422 (was: IPROTO-104)
Deprecate MediaType::parse in favour of ::fromString
----------------------------------------------------
Key: ISPN-10422
URL:
https://issues.jboss.org/browse/ISPN-10422
Project: Infinispan
Issue Type: Enhancement
Reporter: Ryan Emerson
Priority: Major
Currently {{org.infinispan.commons.dataconversion.MediaType}} exposes both
{{fromString}} and {{parse}} methods to create an instance from a String. We should
deprecate the latter in favour of the former and update all internal code references.