You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/09/13 03:05:45 UTC

[james-project] branch master updated (55f8a9a -> 8e14a83)

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

btellier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git.


    from 55f8a9a  JAMES-3647 Adopt eclipse-temurin:11-jre-focal docker image (#652)
     new d7439de  JAMES-1994 Imap tutorial can demo Thunderbird connection
     new 8e14a83  JAMES-1994 Remove conflicting logback file

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:
 server/apps/jpa-app/src/main/resources/logback.xml |  22 ---------------------
 src/homepage/images/tb4.png                        | Bin 0 -> 66769 bytes
 2 files changed, 22 deletions(-)
 delete mode 100644 server/apps/jpa-app/src/main/resources/logback.xml
 create mode 100644 src/homepage/images/tb4.png

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[james-project] 01/02: JAMES-1994 Imap tutorial can demo Thunderbird connection

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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit d7439de43b4c5a0a6644105cfc13c70900fdb4e1
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed Aug 18 16:46:44 2021 +0700

    JAMES-1994 Imap tutorial can demo Thunderbird connection
---
 src/homepage/images/tb4.png | Bin 0 -> 66769 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/src/homepage/images/tb4.png b/src/homepage/images/tb4.png
new file mode 100644
index 0000000..06fcb63
Binary files /dev/null and b/src/homepage/images/tb4.png differ

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[james-project] 02/02: JAMES-1994 Remove conflicting logback file

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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 8e14a838b9dde21b5f73feab5e364a3d34f08215
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Thu Aug 19 09:15:13 2021 +0700

    JAMES-1994 Remove conflicting logback file
---
 server/apps/jpa-app/src/main/resources/logback.xml | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/server/apps/jpa-app/src/main/resources/logback.xml b/server/apps/jpa-app/src/main/resources/logback.xml
deleted file mode 100644
index 0e1ff22..0000000
--- a/server/apps/jpa-app/src/main/resources/logback.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<configuration>
-
-        <contextListener class="ch.qos.logback.classic.jul.LevelChangePropagator">
-                <resetJUL>true</resetJUL>
-        </contextListener>
-
-        <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
-                <encoder>
-                        <pattern>%d{HH:mm:ss.SSS} [%-5level] %logger{15} - %msg%n%rEx</pattern>
-                        <immediateFlush>false</immediateFlush>
-                </encoder>
-        </appender>
-
-        <root level="WARN">
-                <appender-ref ref="CONSOLE" />
-        </root>
-
-        <logger name="org.apache.james" level="INFO"/>
-
-
-</configuration>

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org