You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feat (Core): ImportUtil refactor to improve responses (dotCMS#31407)
This PR represents the final stage of the Import Content response
improvements, where the `ImportContentletsProcessor` now leverages the
new structured response format while maintaining full backward
compatibility with existing Struts implementations.
### Changes Overview
* Updated `ImportContentletsProcessor` to use new response format
* Added converter to maintain backward compatibility with Struts actions
* Improved error handling and validation message organization
* Enhanced documentation and code organization
### What's Not Changed
We intentionally kept several aspects unchanged to ensure stability:
* Core import logic remains untouched
* Legacy response format is still fully supported
* Existing workflow processing behavior
* Current transaction handling
* Permission checking mechanisms
While working on this code, we identified several potential improvements
that were intentionally left for future iterations to keep the scope
focused on the immediate needs.
This PR is related to: dotCMS#30882
This PR fixes: dotCMS#31339
0 commit comments