Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-11620

Deprecate methods using EncoderRegistry from DataConversion

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 11.0.0.Final
    • 11.0.0.Dev03
    • Core
    • None

      The DataConversion carries an instance of EncodingRegistry, and exports operations that use it internally:

      • isConversionSupported(MediaType mediaType)
      • convert(Object o, MediaType from, MediaType to)
      • convertToRequestFormat(Object o, MediaType contentType)

      Those operations should be removed and moved to the EncoderRegistry itself, freeing the DataConversion objects from maintaining an internal reference to the registry. This also solves the issue of static DataContainer objects being used in mulitple nodes in the same JVM

              gfernand@redhat.com Gustavo Fernandes (Inactive)
              gfernand@redhat.com Gustavo Fernandes (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: