(james-project) branch postgresql-backup updated (bf5f99e455 -> b18ca30f2c)

2024-03-19 Thread rcordier
This is an automated email from the ASF dual-hosted git repository. rcordier pushed a change to branch postgresql-backup in repository https://gitbox.apache.org/repos/asf/james-project.git omit bf5f99e455 JAMES-2586 Plug PreDeletionHooks omit bf9a4b1d00 JAMES-2586

Re: [PR] Create AttachmentIdFactory [james-project]

2024-03-19 Thread via GitHub
quantranhong1999 commented on PR #2133: URL: https://github.com/apache/james-project/pull/2133#issuecomment-2008600988 > Should I put JAMES-2586 to this? The purpose of this PR is only refactoring code in master and creating AttachmentIdFactory so that I can implement new AttachmentId for

Re: [PR] Create AttachmentIdFactory [james-project]

2024-03-19 Thread via GitHub
hungphan227 commented on PR #2133: URL: https://github.com/apache/james-project/pull/2133#issuecomment-2008598263 > Any ticket number or tag for this work? Should I put JAMES-2586 to this? The purpose of this PR is only refactoring code in master and creating AttachmentIdFactory so

Re: [PR] Create AttachmentIdFactory [james-project]

2024-03-19 Thread via GitHub
quantranhong1999 commented on PR #2133: URL: https://github.com/apache/james-project/pull/2133#issuecomment-2008584603 Any ticket number or tag for this work? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] Create AttachmentIdFactory [james-project]

2024-03-19 Thread via GitHub
Arsnael commented on PR #2133: URL: https://github.com/apache/james-project/pull/2133#issuecomment-2008569245 ``` 12:15:19,569 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.3.0:check (check-style) on project apache-james-mailbox-jpa: You have 2

[PR] [FIX] IMAP APPEND file leak [james-project]

2024-03-19 Thread via GitHub
chibenwa opened a new pull request, #2134: URL: https://github.com/apache/james-project/pull/2134 This exception: ``` java.util.NoSuchElementException: framer ``` Was unmanaged (reactor subscriber in the stacktrace) Followed immediatly by: ```

(james-project) branch dtm-workqueue updated (93903ded0e -> ea55fca4d0)

2024-03-19 Thread btellier
This is an automated email from the ASF dual-hosted git repository. btellier pushed a change to branch dtm-workqueue in repository https://gitbox.apache.org/repos/asf/james-project.git from 93903ded0e fixup! fixup! fixup! fixup! [ENHANCEMENT] Workqueue for the deleted message vault

(james-project) branch dtm-workqueue updated (7082160d7a -> 93903ded0e)

2024-03-19 Thread btellier
This is an automated email from the ASF dual-hosted git repository. btellier pushed a change to branch dtm-workqueue in repository https://gitbox.apache.org/repos/asf/james-project.git from 7082160d7a [ENHANCEMENT] Workqueue for the deleted message vault add 3ee3a6299f fixup!

[PR] Create AttachmentIdFactory [james-project]

2024-03-19 Thread via GitHub
hungphan227 opened a new pull request, #2133: URL: https://github.com/apache/james-project/pull/2133 (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

[PR] JAMES-2586 [REFACTORING] - PostgresTableManager - fix incorrect log... [james-project]

2024-03-19 Thread via GitHub
vttranlina opened a new pull request, #2132: URL: https://github.com/apache/james-project/pull/2132 **JAMES-2586 [REFACTORING] - PostgresTableManager - fix incorrect log** To avoid incorrect logs for each startup James. The fact is James does nothing when the table, index already

Re: [PR] [ENHANCEMENT] Workqueue for the deleted message vault [james-project]

2024-03-19 Thread via GitHub
chibenwa commented on PR #2131: URL: https://github.com/apache/james-project/pull/2131#issuecomment-2006170277 Main issue with this design is that it requires "dedup" to work, as otherwise the blob payload may not be accessible. Reflact this into the module chooser? -- This is an

(james-project) 10/18: JAMES-3961 AssertJ bean introspection

2024-03-19 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 commit 7c471f0967a869059f4b28bba2e5c369562cd0b6 Author: Benoit TELLIER AuthorDate: Thu Jan 11 13:25:35 2024 +0100

(james-project) 18/18: JAMES-3961 Cucumber tests should not fail the unstable test phase

2024-03-19 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 commit 1afab2124813fd5c11d337fe35e7c6ac7b8990c3 Author: Quan Tran AuthorDate: Wed Jan 31 13:23:03 2024 +0700

(james-project) 13/18: JAMES-3961 Cucumber update for JMAP draft integration tests

2024-03-19 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 commit 65acac3d2ce1e7bbbae7fa2017e52a5d458d63b4 Author: Benoit TELLIER AuthorDate: Tue Jan 16 11:36:12 2024 +0100

(james-project) 04/18: JAMES-3961 Upgrade mockito: 5.2.0 -> 5.10.0

2024-03-19 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 commit b56204abb60131aaa193b2ee30b9d152ab987238 Author: Benoit TELLIER AuthorDate: Fri Dec 1 20:56:21 2023 +0100

(james-project) 12/18: JAMES-3961 Java 21 error message change

2024-03-19 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 commit 021cc5df448ed84da7a2870eaaa7acb3c0866c44 Author: Benoit TELLIER AuthorDate: Mon Jan 15 10:35:25 2024 +0100

(james-project) 16/18: JAMES-3961 Adopt eclipse-temurin:21-jre-jammy as a base docker image

2024-03-19 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 commit e63283960fc90b676a3f16a5e79818f9df79a046 Author: Benoit TELLIER AuthorDate: Mon Jan 22 11:53:20 2024 +0100

(james-project) 15/18: JAMES-3961 README: Java 11 -> 21

2024-03-19 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 commit f0a7aeaf886c4cd144ec2fa8b0878771ed25f666 Author: Benoit TELLIER AuthorDate: Mon Jan 22 11:49:33 2024 +0100

(james-project) branch master updated (8c7fe1ef73 -> 1afab21248)

2024-03-19 Thread btellier
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 8c7fe1ef73 [Fixup] Fix imap and smtp deployment test after mime4j upgrade to 0.8.11 new 14f28d2dc6

(james-project) 06/18: JAMES-3961 Fix LeakAware test suite

2024-03-19 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 commit 99d1d0432d116a3cd5e88a54beb321d2ae9c7a2e Author: Benoit TELLIER AuthorDate: Sat Dec 2 19:31:00 2023 +0100

(james-project) 09/18: JAMES-3691 Update Cucumber to 7.15.0

2024-03-19 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 commit fdc9fbb9ec05874b85860ee0a2ca5dc2150f09b6 Author: Benoit TELLIER AuthorDate: Mon Dec 4 14:51:42 2023 +0100

(james-project) 14/18: JAMES-3961 Fix PushSubscriptionSetMethodContract for Java 21

2024-03-19 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 commit f659e241aef7afe51bac88a2f2422c8cdafe7a99 Author: Benoit TELLIER AuthorDate: Tue Jan 16 15:32:38 2024 +0100

(james-project) 17/18: JAMES-3961 Target jdk 11 for JPA modules

2024-03-19 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 commit 0f5d30525dbfa33f32ef79a66a7a78ced363d256 Author: Quan Tran AuthorDate: Tue Jan 30 11:14:08 2024 +0700

(james-project) 08/18: JAMES-3691 Exception message change with Java 21

2024-03-19 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 commit 8dab7eb842b3cda1f47f7f7e2564d809dbf221c9 Author: Benoit TELLIER AuthorDate: Mon Dec 4 08:55:47 2023 +0100

(james-project) 11/18: JAMES-3961 Mockito can no longer Mock EnumSet

2024-03-19 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 commit 6ea766d82aa5342f6a5aba903bce09876da43064 Author: Benoit TELLIER AuthorDate: Thu Jan 11 18:07:39 2024 +0100

(james-project) 03/18: JAMES-3961 Enfoce Maven 3.8.1+ usage

2024-03-19 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 commit d496df710450f4c86d0d41d8b6f5be518425d245 Author: Benoit TELLIER AuthorDate: Fri Dec 1 20:44:07 2023 +0100

(james-project) 05/18: JAMES-3961 Update xbean-asm9 to make JPA work with Java 21

2024-03-19 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 commit 7995f1dcaacc86ca532033bca7c9647e05d42b16 Author: Benoit TELLIER AuthorDate: Sat Dec 2 08:24:22 2023 +0100

(james-project) 07/18: JAMES-3961 Relax Java modules

2024-03-19 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 commit 7f2fca77eda7eb65a059b0eceaa7c226288fffe6 Author: Benoit TELLIER AuthorDate: Sat Dec 2 20:41:40 2023 +0100

(james-project) 02/18: JAMES-3961 Upgrade maven-plugin-plugin in order to work with Java 21

2024-03-19 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 commit 454d82ea1130334626783bc28529da8159efe70c Author: Benoit TELLIER AuthorDate: Fri Dec 1 15:23:32 2023 +0100

(james-project) 01/18: JAMES-3961 Switch to Java 21

2024-03-19 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 commit 14f28d2dc6e278bb5813d1cf53a98e97ea960469 Author: Benoit TELLIER AuthorDate: Fri Dec 1 15:07:10 2023 +0100

Re: [PR] Upgrade JDK to 21 [james-project]

2024-03-19 Thread via GitHub
chibenwa merged PR #1963: URL: https://github.com/apache/james-project/pull/1963 -- 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:

Re: [PR] Upgrade JDK to 21 [james-project]

2024-03-19 Thread via GitHub
quantranhong1999 commented on PR #1963: URL: https://github.com/apache/james-project/pull/1963#issuecomment-2006058834 > Let's merge? We could I guess. Don't forget to conclude the decision on the mailing list ^^. -- This is an automated message from the Apache Git Service. To

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

2024-03-19 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 4d0297d55 Site checkin for

Re: [PR] Upgrade JDK to 21 [james-project]

2024-03-19 Thread via GitHub
chibenwa commented on PR #1963: URL: https://github.com/apache/james-project/pull/1963#issuecomment-2005958146 Let's merge? -- 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.