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

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


    from 965952c  SLING-9699 Enable code coverage with JaCoCo
     new 7af8572  improve Truth setup
     new f421420  SLING-9709 Update to Sling Bundle Parent 39
     new 9670194  SLING-9710 Provide a Mail Sending Scan Result Handler
     new 4e91dc2  adjust result count (new Starter Content version from Testing 
PaxExam snapshot)
     new 9715060  style
     new f0fc849  SLING-9711 Make Resource Persisting Scan Result Handler a 
factory component
     new 0b913c1  add javadoc and missing ProviderType annotation

The 7 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:
 bnd.bnd                                            |  13 ++
 pom.xml                                            |  78 +++++++-
 .../clam/jcr/NodeDescendingJcrPropertyDigger.java  |  10 ++
 .../org/apache/sling/clam/jcr/package-info.java    |   2 +-
 .../internal/MailSendingScanResultHandler.java     | 196 +++++++++++++++++++++
 .../MailSendingScanResultHandlerConfiguration.java | 105 +++++++++++
 .../ResourcePersistingScanResultHandler.java       |   3 +-
 ...cePersistingScanResultHandlerConfiguration.java |   2 +
 .../sling/clam/it/tests/ClamEventsServletIT.java   |   8 +-
 .../sling/clam/it/tests/ClamJcrScanServletIT.java  |   2 +-
 .../sling/clam/it/tests/ClamTestSupport.java       |   6 +-
 .../it/tests/MailSendingScanResultHandlerIT.java   | 174 ++++++++++++++++++
 .../ResourcePersistingScanResultHandlerIT.java     |   2 +-
 src/test/resources/password                        |   1 +
 14 files changed, 585 insertions(+), 17 deletions(-)
 create mode 100644 
src/main/java/org/apache/sling/clam/result/internal/MailSendingScanResultHandler.java
 create mode 100644 
src/main/java/org/apache/sling/clam/result/internal/MailSendingScanResultHandlerConfiguration.java
 create mode 100644 
src/test/java/org/apache/sling/clam/it/tests/MailSendingScanResultHandlerIT.java
 create mode 100644 src/test/resources/password

Reply via email to