]
Tristan Tarrant updated ISPN-12045:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Clarify jboss-marshalling deprecation message
---------------------------------------------
Key: ISPN-12045
URL:
https://issues.redhat.com/browse/ISPN-12045
Project: Infinispan
Issue Type: Enhancement
Components: Server
Affects Versions: 11.0.0.Final
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 11.0.1.Final
Currently the server always warns that jboss has been deprecated as it's necessary
for the module to be on the classpath of the server in order to provide transcoding of
`x-jboss-marshalling` MediaType.
{code:java}
WARN (main) [org.infinispan.PERSISTENCE] ISPN000554: infinispan-boss-marshalling
dependency detected, jboss-marshalling has been deprecated and will be removed in the
future
{code}
We should update the wording so that it simply states "jboss-marshalling is
deprecated and will be removed in the future"