This issue has been created
 
 
Release Notes Application / cid:jira-generated-image-avatar-5db9c36e-3436-4dd9-92a0-1c683d88cc76 RN-75 Open

Use Live Data instead of LiveTable

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-58db2ddd-dffe-4a5f-ad2b-0f8db71df13f Vincent Massol created this issue on 29/Aug/26 11:42
 
Summary: Use Live Data instead of LiveTable
Issue Type: cid:jira-generated-image-avatar-5db9c36e-3436-4dd9-92a0-1c683d88cc76 Improvement
Assignee: Unassigned
Components: Application
Created: 29/Aug/26 11:42
Priority: cid:jira-generated-image-static-major-4a5c42af-55c0-4f9f-be5e-be39bdb4218d Major
Reporter: Vincent Massol
Description:

The application still lists its data with the deprecated LiveTable macro:* ReleaseNotes.Code.HomeReleaseNotes - the release notes list on the application home page

  • ReleaseNotes.Code.HomeReleaseChanges - the changes list

LiveTable has been superseded by Live Data, and now that the application requires XWiki 17.10 (see RN-74) Live Data is available on every supported version.

Moving to Live Data would:

  • stop depending on a deprecated component
  • let us drop the xwiki-platform-livetable-ui runtime dependency from application-releasenotes-ui
  • bring the standard Live Data features (layouts, filtering, sorting, pagination) to both lists

The translation keys releasenotes.releases.livetable.* and releasenotes.changes.livetable.* in ReleaseNotes.Code.Translations will need to be renamed accordingly.