[GitHub] [james-project] chibenwa opened a new pull request, #1556: [DOC] Antora documentation should rely on --generate-keystore

2023-05-11 Thread via GitHub
chibenwa opened a new pull request, #1556: URL: https://github.com/apache/james-project/pull/1556 This ease the installation process -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [james-project] chibenwa opened a new pull request, #1557: [ADR] 66 Modular user data deletion

2023-05-11 Thread via GitHub
chibenwa opened a new pull request, #1557: URL: https://github.com/apache/james-project/pull/1557 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [james-project] quantranhong1999 commented on a diff in pull request #1557: [ADR] 66 Modular user data deletion

2023-05-11 Thread via GitHub
quantranhong1999 commented on code in PR #1557: URL: https://github.com/apache/james-project/pull/1557#discussion_r1190824733 ## src/adr/0066-modular-user-data-deletion.md: ## @@ -0,0 +1,52 @@ +# 66. Deleting user data + +Date: 2023-05-11 + +## Status + +Accepted (lazy

[GitHub] [james-project] mbaechler opened a new pull request, #1558: Replace field injection with injection by constructor

2023-05-11 Thread via GitHub
mbaechler opened a new pull request, #1558: URL: https://github.com/apache/james-project/pull/1558 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [james-project] woj-tek opened a new pull request, #1559: JAMES-3906 Add hot reloading/updating of the certificate: new interfa…

2023-05-11 Thread via GitHub
woj-tek opened a new pull request, #1559: URL: https://github.com/apache/james-project/pull/1559 JAMES-3906 Add hot reloading/updating of the certificate: * new interface with `reloadSSLCertificate()` method; * new abstract class `AbstractServerRoutes` with implementation for all

[GitHub] [james-project] chibenwa merged pull request #1554: [REFACTORING] Make PropertiesProvider singleton & avoid load multi times from FileSystem

2023-05-11 Thread via GitHub
chibenwa merged PR #1554: URL: https://github.com/apache/james-project/pull/1554 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[james-project] branch master updated: [REFACTORING] Make PropertiesProvider singleton & avoid load multi times from FileSystem (#1554)

2023-05-11 Thread btellier
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 The following commit(s) were added to refs/heads/master by this push: new eff08aed53 [REFACTORING] Make

[GitHub] [james-project] chibenwa commented on pull request #1558: Replace field injection with injection by constructor

2023-05-11 Thread via GitHub
chibenwa commented on PR #1558: URL: https://github.com/apache/james-project/pull/1558#issuecomment-1544992652 ``` 21:36:27,747 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2:check (check-style) on project james-server-protocols-library: You have 2

[james-project] branch master updated: [DOC] Antora documentation should rely on --generate-keystore (#1556)

2023-05-11 Thread btellier
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 The following commit(s) were added to refs/heads/master by this push: new b40c2a1125 [DOC] Antora documentation

[GitHub] [james-project] chibenwa merged pull request #1556: [DOC] Antora documentation should rely on --generate-keystore

2023-05-11 Thread via GitHub
chibenwa merged PR #1556: URL: https://github.com/apache/james-project/pull/1556 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [james-project] chibenwa commented on a diff in pull request #1559: JAMES-3906 Add hot reloading/updating of the certificate: new interfa…

2023-05-11 Thread via GitHub
chibenwa commented on code in PR #1559: URL: https://github.com/apache/james-project/pull/1559#discussion_r1191828967 ## server/protocols/protocols-imap4/src/main/java/org/apache/james/imapserver/webadmin/ImapRoutes.java: ## @@ -0,0 +1,22 @@ +package