In AEM 5.6.1 duplicate node names at the same level were given unique names automatically
node1 => node1
html => html
html => html[1]
This is not true in AEM 6. If you programmitically create the same node structure, you will get a duplicate node exception. It seems that JCR3 does not automatically unique names. Is this by design? It is a difference in versions, and is compelling me to rewrite a bunch of code. Is there a system setting that could adjust this?