You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/09/01 09:45:01 UTC

[sling-org-apache-sling-commons-clam] branch master updated (ad7875b -> 1999877)

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-commons-clam.git.


    from ad7875b  SLING-7702 Provide Commons Clam
     new fe186a4  SLING-7702 Provide Commons Clam
     new 1999877  enable Jenkins build

The 2 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:
 .sling-module.xml                                            | 2 +-
 src/main/java/org/apache/sling/commons/clam/ClamService.java | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)


[sling-org-apache-sling-commons-clam] 01/02: SLING-7702 Provide Commons Clam

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

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

commit fe186a4611e502819c4d102c04ac102de7ff38e5
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Sep 1 11:09:37 2018 +0200

    SLING-7702 Provide Commons Clam
    
    improve javadoc
---
 src/main/java/org/apache/sling/commons/clam/ClamService.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/commons/clam/ClamService.java b/src/main/java/org/apache/sling/commons/clam/ClamService.java
index f53f5f6..d0cfd52 100644
--- a/src/main/java/org/apache/sling/commons/clam/ClamService.java
+++ b/src/main/java/org/apache/sling/commons/clam/ClamService.java
@@ -29,7 +29,8 @@ public interface ClamService {
 
     /**
      * @param data The data to scan for malware
-     * @return The scan result from clam
+     * @return The scan result from Clam
+     * @throws IOException if scanning data or parsing reply fails
      */
     @NotNull
     ScanResult scan(@NotNull final InputStream data) throws IOException;


[sling-org-apache-sling-commons-clam] 02/02: enable Jenkins build

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

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

commit 1999877fef91db21937d3e4f6367fbbf4c42a72f
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Sep 1 11:44:50 2018 +0200

    enable Jenkins build
---
 .sling-module.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.sling-module.xml b/.sling-module.xml
index a402095..ed80bb6 100644
--- a/.sling-module.xml
+++ b/.sling-module.xml
@@ -19,6 +19,6 @@
 -->
 <sling-module>
   <jenkins>
-    <enabled>false</enabled>
+    <enabled>true</enabled>
   </jenkins>
 </sling-module>