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 2022/11/07 13:03:48 UTC

[sling-org-apache-sling-commons-clam] branch master updated (f25b1ca -> e1c734b)

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 f25b1ca  build with Java 11 and 17
     new aea5845  SLING-11665 Update to Sling Bundle Parent 49
     new e1c734b  SLING-11666 Use official ClamAV Docker images

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:
 pom.xml                                                                 | 2 +-
 .../java/org/apache/sling/commons/clam/it/tests/ClamTestSupport.java    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[sling-org-apache-sling-commons-clam] 02/02: SLING-11666 Use official ClamAV Docker images

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 e1c734ba4f94b40b21de7d90f7fa0e02f38ca2cc
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Nov 7 14:03:22 2022 +0100

    SLING-11666 Use official ClamAV Docker images
---
 .../java/org/apache/sling/commons/clam/it/tests/ClamTestSupport.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/sling/commons/clam/it/tests/ClamTestSupport.java b/src/test/java/org/apache/sling/commons/clam/it/tests/ClamTestSupport.java
index b112ea1..bfcd5fb 100644
--- a/src/test/java/org/apache/sling/commons/clam/it/tests/ClamTestSupport.java
+++ b/src/test/java/org/apache/sling/commons/clam/it/tests/ClamTestSupport.java
@@ -39,7 +39,7 @@ public abstract class ClamTestSupport extends TestSupport {
 
     private static GenericContainer clamContainer;
 
-    private static final String CLAM_CONTAINER_IMAGE_NAME = "mk0x/docker-clamav";
+    private static final String CLAM_CONTAINER_IMAGE_NAME = "clamav/clamav";
 
     @Configuration
     public Option[] configuration() {


[sling-org-apache-sling-commons-clam] 01/02: SLING-11665 Update to Sling Bundle Parent 49

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 aea584564246cb485cd6189375216394d956c94b
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Nov 7 13:49:41 2022 +0100

    SLING-11665 Update to Sling Bundle Parent 49
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e4e3332..e3d275d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-bundle-parent</artifactId>
-    <version>46</version>
+    <version>49</version>
     <relativePath />
   </parent>