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 2021/04/29 15:16:37 UTC

[sling-org-apache-sling-commons-clam] branch master updated (51889a0 -> f3f2fb9)

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 51889a0  SLING-9668 Make clamd service a content analyzer
     new 9da7591  style
     new 6fb2628  SLING-10343 Update Testcontainers to fix build
     new f3f2fb9  SLING-10344 Update to Sling Bundle Parent 41

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

[sling-org-apache-sling-commons-clam] 03/03: SLING-10344 Update to Sling Bundle Parent 41

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 f3f2fb997294d28a0b000bf4e06ae3ece9ac4cfe
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Apr 29 17:12:01 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index f00d671..f4d8fa0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-bundle-parent</artifactId>
-    <version>39</version>
+    <version>41</version>
     <relativePath />
   </parent>
 

[sling-org-apache-sling-commons-clam] 01/03: style

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 9da7591880fc979880d72f272c1033579b0f222c
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Apr 29 17:08:15 2021 +0200

    style
---
 .../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 64fce01..647158e 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
@@ -77,7 +77,7 @@ public abstract class ClamTestSupport extends TestSupport {
         );
     }
 
-    protected class InfiniteInputStream extends InputStream {
+    protected static class InfiniteInputStream extends InputStream {
 
         @Override
         public int read() throws IOException {

[sling-org-apache-sling-commons-clam] 02/03: SLING-10343 Update Testcontainers to fix 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 6fb2628581a70ba0cc9f670f22eb71610c0d1190
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Apr 29 17:11:32 2021 +0200

    SLING-10343 Update Testcontainers to fix build
    
    quay.io/testcontainers/ryuk:0.2.3 container image is no longer available
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1f69430..f00d671 100644
--- a/pom.xml
+++ b/pom.xml
@@ -248,7 +248,7 @@
     <dependency>
       <groupId>org.testcontainers</groupId>
       <artifactId>testcontainers</artifactId>
-      <version>1.13.0</version>
+      <version>1.15.3</version>
       <scope>test</scope>
     </dependency>
   </dependencies>