[james-project] 07/07: JAMES-3930 Documentation

2023-07-27 Thread rcordier
This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git commit ec9832e83cdedd799b7595317b28afb632509136 Author: Quan Tran AuthorDate: Tue Jul 25 11:01:35 2023 +0700

[james-project] 01/07: JAMES-3930 ReadOnlyUsersLDAPRepository::test should allow authentication using localPart as login username

2023-07-27 Thread rcordier
This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git commit 7c7eb07abd9284579bcca9f373a3206cce2d1137 Author: Quan Tran AuthorDate: Thu Jul 20 17:18:52 2023 +0700

[james-project] 02/07: JAMES-3930 ReadOnlyLDAPUsersDAO::list and ReadOnlyLDAPUsersDAO::countUsers should return distinct users

2023-07-27 Thread rcordier
This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git commit 4ea43d2521af98690d1aed7e466e92aed505cfae Author: Quan Tran AuthorDate: Fri Jul 21 15:56:18 2023 +0700

[james-project] 06/07: JAMES-3930 FQDN login should still succeed when localPart login enabled

2023-07-27 Thread rcordier
This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git commit 624b4a0ac3a7d93d3a959e17418489187659f6bf Author: Quan Tran AuthorDate: Mon Jul 24 16:05:17 2023 +0700

[james-project] 04/07: JAMES-3930 Test suite

2023-07-27 Thread rcordier
This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git commit ed1da2eb719fd524d551166a9669cef409850196 Author: Quan Tran AuthorDate: Fri Jul 21 17:55:51 2023 +0700

[james-project] branch master updated (b9998d38f0 -> ec9832e83c)

2023-07-27 Thread rcordier
This is an automated email from the ASF dual-hosted git repository. rcordier pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git from b9998d38f0 [UPGRADE] James docker base eclipse-temurin:11-jre-focal -> 11-jre-jammy new 7c7eb07abd

[james-project] 03/07: JAMES-3930 ReadOnlyUsersLDAPRepository::assertValid should relax upon localPart as login username supported

2023-07-27 Thread rcordier
This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git commit 70cd80fbe69376dc9457db2b11d96fe99a756bb4 Author: Quan Tran AuthorDate: Fri Jul 21 17:01:05 2023 +0700

[james-project] 05/07: JAMES-3930 ReadOnlyUsersLDAPRepository::contains should not count localPart/appId as user

2023-07-27 Thread rcordier
This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git commit 93c1df780e2cca917b0ba04fbb3e8eb2e3090d90 Author: Quan Tran AuthorDate: Mon Jul 24 14:25:21 2023 +0700

[GitHub] [james-project] Arsnael merged pull request #1652: JAMES-3930 LDAP: support for local part as login username when virtualHosting is on

2023-07-27 Thread via GitHub
Arsnael merged PR #1652: URL: https://github.com/apache/james-project/pull/1652 -- 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 pull request #1655: Upgrade dependencies - only lib

2023-07-27 Thread via GitHub
chibenwa commented on PR #1655: URL: https://github.com/apache/james-project/pull/1655#issuecomment-1653713650 Quock perf test maybe? -- 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

[james-site] branch asf-staging updated: Site checkin for project Apache James: Jenkins Tools

2023-07-27 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/james-site.git The following commit(s) were added to refs/heads/asf-staging by this push: new bccae1fd0 Site checkin for

[GitHub] [james-project] Arsnael commented on pull request #1655: Upgrade dependencies - only lib

2023-07-27 Thread via GitHub
Arsnael commented on PR #1655: URL: https://github.com/apache/james-project/pull/1655#issuecomment-1653200472 Green! Pity there is a fixup I can't merge... Please squash and rebase it :) -- This is an automated message from the Apache Git Service. To respond to the message, please

[james-project] branch master updated (aeb4710a0e -> b9998d38f0)

2023-07-27 Thread rcordier
This is an automated email from the ASF dual-hosted git repository. rcordier pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git from aeb4710a0e JAMES-3928 ldapHosts: List -> List add f87c21666a [UPGRADE] - Docker - Redis 6.2.6 -> 7.0.12

[GitHub] [james-project] Arsnael merged pull request #1656: Upgrade dependencies - docker

2023-07-27 Thread via GitHub
Arsnael merged PR #1656: URL: https://github.com/apache/james-project/pull/1656 -- 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] Arsnael commented on pull request #1623: JAMES-3924 RabbitMQ mail queue updates: not performed

2023-07-27 Thread via GitHub
Arsnael commented on PR #1623: URL: https://github.com/apache/james-project/pull/1623#issuecomment-1653027674 Still unstable unfortunately: https://ci-builds.apache.org/job/james/job/ApacheJames/job/PR-1623/15/testReport/ -- This is an automated message from the Apache Git Service. To

[GitHub] [james-project] quantranhong1999 commented on a diff in pull request #1651: Package of Pulsar using docker-compose

2023-07-27 Thread via GitHub
quantranhong1999 commented on code in PR #1651: URL: https://github.com/apache/james-project/pull/1651#discussion_r1275807357 ## server/queue/queue-pulsar/src/main/scala/org/apache/james/queue/pulsar/PulsarMailQueue.scala: ## @@ -97,6 +99,9 @@ class PulsarMailQueue( import

[GitHub] [james-project] quantranhong1999 commented on a diff in pull request #1651: Package of Pulsar using docker-compose

2023-07-27 Thread via GitHub
quantranhong1999 commented on code in PR #1651: URL: https://github.com/apache/james-project/pull/1651#discussion_r1275807357 ## server/queue/queue-pulsar/src/main/scala/org/apache/james/queue/pulsar/PulsarMailQueue.scala: ## @@ -97,6 +99,9 @@ class PulsarMailQueue( import