You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by tm...@apache.org on 2021/08/12 23:35:10 UTC

[sling-org-apache-sling-distribution-core] branch master updated (dc62d74 -> b8acb3a)

This is an automated email from the ASF dual-hosted git repository.

tmaret pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-core.git.


    from dc62d74  SLING-10676 - remove SECURITY.md which is not needed
     add 25ca03b  SLING-10097 - Surface latest importer error as an exception
     new b8acb3a  Merge pull request #53 from apache/SLING-10097

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:
 .../impl/vlt/ErrorListener.java}                   | 29 +++++++----
 .../impl/vlt/FileVaultContentSerializer.java       |  5 +-
 .../serialization/impl/vlt/ErrorListenerTest.java  | 60 ++++++++++++++++++++++
 3 files changed, 82 insertions(+), 12 deletions(-)
 copy src/main/java/org/apache/sling/distribution/{monitor/impl/UserCredentialsDistributionTransportSecretMBeanImpl.java => serialization/impl/vlt/ErrorListener.java} (50%)
 create mode 100644 src/test/java/org/apache/sling/distribution/serialization/impl/vlt/ErrorListenerTest.java

[sling-org-apache-sling-distribution-core] 01/01: Merge pull request #53 from apache/SLING-10097

Posted by tm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tmaret pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-core.git

commit b8acb3a1f6dec7b34431778d4097f1ddf2a0a177
Merge: dc62d74 25ca03b
Author: Timothee Maret <tm...@apache.org>
AuthorDate: Fri Aug 13 01:35:03 2021 +0200

    Merge pull request #53 from apache/SLING-10097
    
    SLING-10097 - Surface latest importer error as an exception

 .../serialization/impl/vlt/ErrorListener.java      | 49 ++++++++++++++++++
 .../impl/vlt/FileVaultContentSerializer.java       |  5 +-
 .../serialization/impl/vlt/ErrorListenerTest.java  | 60 ++++++++++++++++++++++
 3 files changed, 112 insertions(+), 2 deletions(-)