You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by jo...@apache.org on 2022/09/13 15:04:40 UTC

[sling-org-apache-sling-rewriter] branch master updated (e5d2842 -> 7eb50dc)

This is an automated email from the ASF dual-hosted git repository.

joerghoh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-rewriter.git


    from e5d2842  releng: Update to parent 47
     add 68f1bea  SLING-11580 fix javadocs
     new 7eb50dc  Merge pull request #9 from apache/SLING-11580-fix-javadoc

The 1 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:
 src/main/java/org/apache/sling/rewriter/Generator.java             | 3 +++
 src/main/java/org/apache/sling/rewriter/PipelineConfiguration.java | 3 +++
 src/main/java/org/apache/sling/rewriter/ProcessingContext.java     | 7 +++++++
 src/main/java/org/apache/sling/rewriter/Processor.java             | 1 +
 .../java/org/apache/sling/rewriter/ProcessorConfiguration.java     | 1 +
 src/main/java/org/apache/sling/rewriter/ProcessorManager.java      | 4 ++++
 src/main/java/org/apache/sling/rewriter/Serializer.java            | 1 +
 src/main/java/org/apache/sling/rewriter/Transformer.java           | 1 +
 .../rewriter/impl/components/AbstractTraxSerializerFactory.java    | 2 ++
 9 files changed, 23 insertions(+)


[sling-org-apache-sling-rewriter] 01/01: Merge pull request #9 from apache/SLING-11580-fix-javadoc

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

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

commit 7eb50dcd38e2e35ee597fa2e0b1fbfca0fe8b526
Merge: e5d2842 68f1bea
Author: Jörg Hoh <jo...@users.noreply.github.com>
AuthorDate: Tue Sep 13 17:04:36 2022 +0200

    Merge pull request #9 from apache/SLING-11580-fix-javadoc
    
    SLING-11580 fix javadocs

 src/main/java/org/apache/sling/rewriter/Generator.java             | 3 +++
 src/main/java/org/apache/sling/rewriter/PipelineConfiguration.java | 3 +++
 src/main/java/org/apache/sling/rewriter/ProcessingContext.java     | 7 +++++++
 src/main/java/org/apache/sling/rewriter/Processor.java             | 1 +
 .../java/org/apache/sling/rewriter/ProcessorConfiguration.java     | 1 +
 src/main/java/org/apache/sling/rewriter/ProcessorManager.java      | 4 ++++
 src/main/java/org/apache/sling/rewriter/Serializer.java            | 1 +
 src/main/java/org/apache/sling/rewriter/Transformer.java           | 1 +
 .../rewriter/impl/components/AbstractTraxSerializerFactory.java    | 2 ++
 9 files changed, 23 insertions(+)