Netcentric / accesscontroltool

Rights and roles management for AEM made easy
Eclipse Public License 1.0
150 stars 92 forks source link

Improve merge config storage format #651

Open otarsko opened 1 year ago

otarsko commented 1 year ago

In #649 we removed usage of SnakeYAML for storing merged configs and replaced with simple toString. This generates not the most readable output.

We should evaluate possibility to adjust toString implementation to generate YAML file for better readability (and without overhead from SnakeYAML)