Versions Compared

Key

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

...

Expand
titleXperienCentral R24.2

XperienCentral R24.2

Support for Flash films has been removed from XperienCentral in R24.2. All Flash content elements in your content items will be removed when you upgrade to this version of XperienCentral. The Flash files themselves will still be present in the Content Repository but they cannot be accessed.


Note

Upgrading from R24.2 to R25.0 is not supported.





Expand
titleXperienCentral R25

XperienCentral R25

Several changes/additions have been made to XperienCentral API interfaces. If you extend any of these interfaces and have developed your own implementations for them, you may experience failing project builds with XperienCentral R25. Some modifications may have to be implemented for newly added methods. If your custom code extends any of the interfaces listed below, you will have to add new methods to your implementations. See the XperienCentral Javadoc for complete information.

  • Presentable
  • TableElement
  • DownloadElement
  • ImageElement
  • MediaCollectionOverviewElement
  • ListElement
  • PageCollectionElement
  • QueryElement
  • RssFeedElement
  • SearchElement
  • RichTextElement


Note

Upgrading from R24.2 to R25.0 is not supported.






Expand
titleXperienCentral R24.1

XperienCentral R24.1

Startup performance has been significantly improved. Bundles are now updated only if they have been modified. In XperienCentral R24.0 and earlier, all bundles were updated at startup, regardless of whether they had been modified. Beginning in XperienCentral R24.1, bundles are only updated if:

  • The version is newer than the one installed.
  • The last modified date of the bundle's Bnd-LastModified header in the META-INF/MANIFEST.MF (if present) is more recent than the last modified date of the installed bundle.
  • The Bundle-Date in the META-INF/MANIFEST.MF is more recent than the last modified date of the installed bundle.

This means that if you update anything in the bundle but not these two properties, the bundle will not be updated. This applies to updating bundles in the WAR file, bundles copied to the work/deploy directory and to bundles manually uploaded from the Plugins panel.






...