Componize 5.4.4 (16 Jun 2025)
Componize 5.4.4 adds a DITA-OT export pipeline, standard XProc parameter sets, and Alfresco permission and Oxygen integration corrections.
Release details
- Alfresco integration release date: 16 June 2025.
Technical changes
- Added a DITA-OT export pipeline that exports DITA content and referenced resources to a temporary folder without running a transformation.
- The export pipeline writes its parameters to the result port and to a params.xml file.
- The returned parameter set includes argsFilter, argsInput, argsInputDir, basedir, and propertyfile.
- Changed pipeline parameter ports to accept a c:param-set document containing c:param elements.
- Added a ParamSet model for unmarshalling XProc parameter sets.
- Enabled Oxygen Web Author text-editing support through the supportsTextEditing=true URL parameter.
Bug Fixes
- Prevented the assigned-permissions web script from failing when a permission refers to an unknown or deleted group.
- Updated Alfresco integration tests for the issue 30274 link-copy correction.
Compatibility changes
- DITA-OT parameters returned by the export pipeline use the camel-case names argsFilter, argsInput, and argsInputDir.
- Consumers of parameter-port XML can use the standard c:param-set and c:param representation.
Dependency updates
- Added jackson-datatype-jsr310 version 2.15.0-rc1 to framework dependency management.
- Updated the Alfresco integration to use Componize Framework 5.4.3.
Maintenance
- Added componize-aether back to the main framework reactor build.
- Updated all framework modules to version 5.4.4 and Alfresco integration modules to version 5.4.4.
- Added test coverage for DITA-OT export, parameter-set processing, permission handling, and Alfresco link copying.