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/03/22 18:03:48 UTC

[sling-org-apache-sling-jcr-repoinit] branch improvement/SLING-8843-developer-mode updated (de4a3a5 -> 9e33541)

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

joerghoh pushed a change to branch improvement/SLING-8843-developer-mode
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-repoinit.git.


    from de4a3a5  PR feedback
     add 9e33541  improve test case and capture log

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            | 12 ++--
 .../impl/RepositoryInitializerFactory.java         |  2 +-
 .../impl/RepositoryInitializerFactoryTest.java     |  7 ++-
 .../sling/jcr/repoinit/impl/util/LogCapture.java   | 70 ++++++++++++++++++++++
 src/test/resources/log4j.properties                | 24 --------
 src/test/resources/logback.xml                     | 33 ++++++++++
 6 files changed, 116 insertions(+), 32 deletions(-)
 create mode 100644 src/test/java/org/apache/sling/jcr/repoinit/impl/util/LogCapture.java
 delete mode 100644 src/test/resources/log4j.properties
 create mode 100644 src/test/resources/logback.xml