Versions Compared

Key

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

...

With Magnolia 5.6 we have removed the old content API in some of our modules. For more details see the Removal of old content Content API subpage.

[DEV-review: Ilgun, DONE] Vaadin 8 and custom modules

...

Code Block
languagexml
<SearchIndex>
  <!-- more params here -->

  <!-- needed to highlight the searched term -->
  <param name="supportHighlighting" value="true"/>
  <!-- custom provider for getting an HTML excerpt in a query result with rep:excerpt() -->
  <param name="excerptProviderClass" value="info.magnolia.jackrabbit.lucene.SearchHTMLExcerpt"/>
</SearchIndex>

log4j2.xml update

Apache Log4j 2 is an upgrade to Log4j that brings in significant improvements for logging configurations. If you currently have a customized log4j config you must migrate your log4j configuration.

...