enonic / xp

Enonic XP
https://enonic.com
GNU General Public License v3.0
198 stars 34 forks source link

Disable legacy apis #10574

Closed rymsha closed 3 weeks ago

rymsha commented 1 month ago

image and attachment built-in apis are replaced by media endpoint api and should be disabled by default. service built-in api is replaced by named apis and should be disabled by default.

They should be marked for removal in the next major version (XP9).

There should be a configuration parameters (per each) in portal.cfg to enable them.

anatol-sialitski commented 3 weeks ago

To make the migration to the Harmonized API smoother, we left the default values as true. Once the migration is complete, we must change the default values from true to false. That should be done in #10594.