This is an automated email from the ASF dual-hosted git repository.
kwin pushed a change to branch feature/create-node-statement
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-repoinit-parser.git
from 96f6bb6 SLING-11736 Add "createNode" as replacement of "createPath"
with stricter semantics of adjusting types of existing nodes
add 6233a58 switch to "ensure nodes"
No new revisions were added by this update.
Summary of changes:
.../sling/repoinit/parser/operations/CreatePath.java | 2 +-
.../operations/{CreateNode.java => EnsureNodes.java} | 8 ++++----
.../repoinit/parser/operations/OperationVisitor.java | 2 +-
src/main/javacc/RepoInitGrammar.jjt | 20 +++++++++++---------
.../parser/test/OperationToStringVisitor.java | 4 ++--
5 files changed, 19 insertions(+), 17 deletions(-)
rename
src/main/java/org/apache/sling/repoinit/parser/operations/{CreateNode.java =>
EnsureNodes.java} (94%)