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 5b87c21  SLING-10516 Update Sling Commons Crypto to 1.1.0
     new 89cb88f  SLING-10639 Enable code checks with Checkstyle
     new 6e9625e  SLING-10640 Enable code checks with PMD
     new 7098f40  SLING-10641 Enable code checks with SpotBugs
     new d9a98f7  [checkstyle] (modifier) InterfaceMemberImpliedModifier
     new 0291017  [checkstyle] (design) DesignForExtension
     new ba54c3a  [checkstyle] (misc) FinalParameters
     new 4b5491a  [checkstyle] (javadoc) MissingJavadocMethod
     new ab8bcdd  [checkstyle] (javadoc) JavadocPackage
     new dac1d87  [checkstyle] (coding) MissingCtor
     new 2561508  [checkstyle] (modifier) RedundantModifier
     new c3c1414  [checkstyle] (coding) DeclarationOrder
     new b0958ff  SLING-10639 Enable code checks with Checkstyle
     new 085abcb  [checkstyle] (coding) IllegalCatch
     new 6a5b899  [checkstyle] (design) VisibilityModifier
     new dc1efbd  [checkstyle] (metrics) ClassFanOutComplexity
     new 30bb86e  [checkstyle] (metrics) ClassDataAbstractionCoupling
     new d343506  [checkstyle] (coding) MultipleStringLiterals
     new 0f6a7c7  [checkstyle] (coding) OverloadMethodsDeclarationOrder
     new 3713f9c  [checkstyle] (javadoc) MissingJavadocType
     new 4e6acb6  [checkstyle] (javadoc) MissingJavadocMethod
     new bc20713  [pmd] UnusedPrivateMethod
     new f29c91a  [pmd] EmptyCatchBlock
     new 2f848bd  [spotbugs] exclude EI_EXPOSE_REP2

The 23 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:
 .../template.html => checkstyle-suppressions.xml   |  28 +-
 pmd-exclude.properties                             |  21 +
 pom.xml                                            |  70 +++
 .../template.html => spotbugs-exclude.xml          |  25 +-
 .../sling/commons/messaging/mail/MailService.java  |  20 +-
 .../commons/messaging/mail/MessageBuilder.java     | 493 ++++++++++++++++++---
 .../commons/messaging/mail/MessageIdProvider.java  |  15 +-
 .../messaging/mail/internal/SimpleMailService.java |  23 +-
 .../mail/internal/SimpleMessageBuilder.java        |  80 ++--
 .../mail/internal/SimpleMessageIdProvider.java     |  10 +-
 .../messaging/mail/internal/package-info.java      |   7 +-
 .../sling/commons/messaging/mail/package-info.java |   4 +
 12 files changed, 635 insertions(+), 161 deletions(-)
 copy src/test/resources/template.html => checkstyle-suppressions.xml (50%)
 create mode 100644 pmd-exclude.properties
 copy src/test/resources/template.html => spotbugs-exclude.xml (71%)
 copy Jenkinsfile => 
src/main/java/org/apache/sling/commons/messaging/mail/internal/package-info.java
 (80%)

Reply via email to