Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Remove @Model and @Application annotations. Instead, make it an OSGi service published as and extending io.wcm.handler.media.spi.MediaHandlerConfig.
  • It is not required to set it as immediate
  • Check the new default implementation of super classes - perhaps you can remove some of your customization overrides or even remove the whole class
  • The method getDownloadMediaFormats is no longer supported - instead go the list of defined media formats and add the call setDownloadapply download(true) to all download media formats

...