-
Enhancement
-
Resolution: Done
-
Major
-
14.0.13.Final, 15.0.0.Final
-
None
org.infinispan.configuration.parsing.parse(InputStream is, ConfigurationResourceResolver resourceResolver, MediaType mediaType) still describes the resourceResolver parameter as optional in the javadoc.
We should:
- adjust the javadoc to no longer describe it as optional
- add another version of the parse method without the ConfigurationResourceResolver: parse(InputStream is, MediaType mediaType)