This is an automated email from the ASF dual-hosted git repository.
dklco pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git.
from 30e7550 Reverting release version
add 8b2bc5f Removing references to the version properties file
new 4cd443f Fixes SLING-9978 - Cleaning up jackrabbit / oak versions and
performed a larger cleanup / update of versions including syncing versions with
the archetype
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
api/pom.xml | 2 +-
archetype/pom.xml | 2 +-
.../META-INF/maven/archetype-metadata.xml | 53 +++++--
.../src/main/resources/archetype-resources/pom.xml | 43 ++----
.../test/java/__package__/HelloWorldModelTest.java | 1 -
core/pom.xml | 10 +-
.../internal/operations/UpdateStatusOperation.java | 4 +-
.../sling/cms/core/helpers/SlingCMSTestHelper.java | 3 +-
feature/pom.xml | 14 +-
feature/src/main/features/app/cms.json | 78 +++++------
feature/src/main/features/app/composum.json | 8 +-
feature/src/main/features/base.json | 38 ++---
feature/src/main/features/boot.json | 154 +++++++++++----------
feature/src/main/features/caconfig.json | 2 +-
feature/src/main/features/discovery.json | 4 +-
.../src/main/features/models-jacksonexporter.json | 6 +-
feature/src/main/features/oak/oak_base.json | 52 +++----
feature/src/main/features/scripting.json | 24 ++--
feature/src/main/features/webconsole.json | 2 +-
.../java/org/apache/sling/cms/feature/Main.java | 13 +-
pom.xml | 142 ++++++++++++-------
reference/pom.xml | 12 +-
.../cms/reference/forms/impl/FormHandler.java | 19 ++-
.../cms/reference/forms/impl/FormRequestImpl.java | 11 +-
.../forms/impl/actions/SendEmailAction.java | 9 +-
.../cms/reference/form/impl/FormHandlerTest.java | 53 ++++---
.../reference/form/impl/FormRequestImplTest.java | 5 +-
.../reference/form/impl/SlingContextHelper.java | 1 +
.../form/impl/actions/SendEmailActionTest.java | 3 +-
.../resources/{form.json => form-no-actions.json} | 16 ---
.../transformer/helpers/SlingCMSContextHelper.java | 3 +-
ui/pom.xml | 6 +-
32 files changed, 428 insertions(+), 365 deletions(-)
copy reference/src/test/resources/{form.json => form-no-actions.json} (90%)