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 dfded6e Removing un-added feature and updating package lock
new 877a57b Updating to the latest version of Jackson Databind
new 34733d4 Updating to the latest dependencies
new f669145 Minor - Re-adding support for smoke-testing the build artifact
new ec407ac Minor - Updating to Bulma 0.9 and remove unneeded dependencies
new 22febc7 Resizing the editor modals on load
The 5 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:
builder/pom.xml | 3 +-
builder/src/main/provisioning/boot.txt | 4 +-
builder/src/main/provisioning/scripting.txt | 15 +-
.../provisioning/sling-models-jacksonexporter.txt | 2 +-
builder/src/main/provisioning/sling-validation.txt | 1 +
builder/src/main/provisioning/sling.txt | 17 +-
.../apache/sling/launchpad/LaunchpadReadyRule.java | 121 ++
.../java/org/apache/sling/launchpad/SmokeIT.java | 195 ++++
.../org/apache/sling/launchpad/package-info.java | 31 +-
ui/package-lock.json | 1160 +-------------------
ui/package.json | 5 +-
ui/src/main/frontend/js/editor.js | 209 ++--
ui/src/main/frontend/scss/editor.scss | 14 +-
.../sling-cms/components/pages/editor/body.jsp | 18 +-
14 files changed, 502 insertions(+), 1293 deletions(-)
create mode 100644
builder/src/test/java/org/apache/sling/launchpad/LaunchpadReadyRule.java
create mode 100644
builder/src/test/java/org/apache/sling/launchpad/SmokeIT.java
copy api/src/main/java/org/apache/sling/cms/ComponentPolicyManager.java =>
builder/src/test/java/org/apache/sling/launchpad/package-info.java (54%)