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/07/17 10:41:36 UTC

[sling-org-apache-sling-commons-messaging-mail] branch master updated (ccd9e15 -> 5b87c21)

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-messaging-mail.git.


    from ccd9e15  SLING-9697 Enable code coverage with JaCoCo
     new 7581cd4  remove redundant properties
     new 5b87c21  SLING-10516 Update Sling Commons Crypto to 1.1.0

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 --
 .../sling/commons/messaging/mail/it/tests/SimpleMailServiceIT.java      | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

[sling-org-apache-sling-commons-messaging-mail] 01/02: remove redundant properties

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-messaging-mail.git

commit 7581cd4bc11316cc6173e9a59d4572e461345968
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Jul 14 21:41:51 2021 +0200

    remove redundant properties
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2c760a0..98e7c4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,8 +35,6 @@
   <description>Send mails via SMTPS</description>
 
   <properties>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <sling.java.version>11</sling.java.version>
     <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
   </properties>

[sling-org-apache-sling-commons-messaging-mail] 02/02: SLING-10516 Update Sling Commons Crypto to 1.1.0

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-messaging-mail.git

commit 5b87c2166ef9726014ab7bbd080e02b0376e0523
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Jul 17 12:41:24 2021 +0200

    SLING-10516 Update Sling Commons Crypto to 1.1.0
    
    adjust factory PID
---
 .../sling/commons/messaging/mail/it/tests/SimpleMailServiceIT.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/sling/commons/messaging/mail/it/tests/SimpleMailServiceIT.java b/src/test/java/org/apache/sling/commons/messaging/mail/it/tests/SimpleMailServiceIT.java
index 1e3aace..ec66fb7 100644
--- a/src/test/java/org/apache/sling/commons/messaging/mail/it/tests/SimpleMailServiceIT.java
+++ b/src/test/java/org/apache/sling/commons/messaging/mail/it/tests/SimpleMailServiceIT.java
@@ -154,7 +154,7 @@ public class SimpleMailServiceIT extends MailTestSupport {
                 .put("transportListeners.target", "(is=used)")
                 .asOption(),
             // Commons Crypto
-            factoryConfiguration("org.apache.sling.commons.crypto.jasypt.internal.JasyptStandardPBEStringCryptoService")
+            factoryConfiguration("org.apache.sling.commons.crypto.jasypt.internal.JasyptStandardPbeStringCryptoService")
                 .put("algorithm", "PBEWITHHMACSHA512ANDAES_256")
                 .asOption(),
             factoryConfiguration("org.apache.sling.commons.crypto.jasypt.internal.JasyptRandomIvGeneratorRegistrar")