[PR] [DOC] Update import layout suggestion [james-project]

2024-03-26 Thread via GitHub
quantranhong1999 opened a new pull request, #2160: URL: https://github.com/apache/james-project/pull/2160 Otherwise, the old layout would fail checkstyle against the `jakarta` imports. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

(james-project) 02/03: [PERF] MimeMessageWrapper should avoid synchronized input stream

2024-03-26 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 31b5012b4a94a1a944f08929cfbaa4a8a0c903d4 Author: Benoit TELLIER AuthorDate: Tue Mar 26 15:16:12 2024 +0100

(james-project) 03/03: [PERF] JMAP download: simplify part parsing

2024-03-26 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 fd83dae0bf5b626c6d0276523307ec1816f48b3e Author: Benoit TELLIER AuthorDate: Tue Mar 26 15:21:19 2024 +0100

(james-project) 01/03: [PERF] Avoid calling Session::getAttachment on each SMTP line

2024-03-26 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 15ec572e9e3af42128eefb1fb98e1ee7a0904b93 Author: Benoit TELLIER AuthorDate: Tue Mar 26 15:15:22 2024 +0100

[PR] [FIX] JamesMailSpooler should be more resilient on JVM Error [james-project]

2024-03-26 Thread via GitHub
quantranhong1999 opened a new pull request, #2159: URL: https://github.com/apache/james-project/pull/2159 Upon JVM Error, the error would not be caught to be retried. Therefore, the message would not be acked -> RabbitMQ would disconnect the MailQueue consumer after the [Delivery

Re: [PR] [PERF] Collection of profiling improvments [james-project]

2024-03-26 Thread via GitHub
Arsnael merged PR #2157: URL: https://github.com/apache/james-project/pull/2157 -- 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 (6e7bc6be51 -> fd83dae0bf)

2024-03-26 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 6e7bc6be51 [ENHANCEMENT] IMAP configuration for netty high/low write buffer watermarks new 15ec572e9e

Re: [PR] [FIX] IMAP STATUS should better handle MailboxNotFoundException [james-project]

2024-03-26 Thread via GitHub
chibenwa commented on PR #2158: URL: https://github.com/apache/james-project/pull/2158#issuecomment-2020992516 (doubled checked against cyrus for the actual behaviour) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[PR] [FIX] IMAP STATUS should better handle MailboxNotFoundException [james-project]

2024-03-26 Thread via GitHub
chibenwa opened a new pull request, #2158: URL: https://github.com/apache/james-project/pull/2158 Some MUA requests mailboxes that no longer exist nor are subscribed. - Explicit IMAP message - Stacktrace is not necessary in the error message - INFO log Overall

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

2024-03-26 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 9448387e0 Site checkin for

[PR] [PERF] Collection of profiling improvments [james-project]

2024-03-26 Thread via GitHub
chibenwa opened a new pull request, #2157: URL: https://github.com/apache/james-project/pull/2157 - Avoid needlessly computing part sizes with JMAP message part downloads - Avoid using synchronized imput stream - Avoid calling session::getAttachment on each SMTP line -- This is

(james-project) 03/03: [ENHANCEMENT] IMAP configuration for netty high/low write buffer watermarks

2024-03-26 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 6e7bc6be51ed94deb022209310a6a662880c1813 Author: Benoit TELLIER AuthorDate: Mon Mar 18 16:56:07 2024 +0100

Re: [PR] [ENHANCEMENT] More Netty tunning options [james-project]

2024-03-26 Thread via GitHub
chibenwa merged PR #2129: URL: https://github.com/apache/james-project/pull/2129 -- 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 (effc90e222 -> 6e7bc6be51)

2024-03-26 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 effc90e222 [FIX] Avoid a worring error log upon state not found (#2155) new e4fb4c6984 [ENHANCEMENT]

(james-project) 02/03: [ENHANCEMENT] Netty Epoll transport for Cassandra driver

2024-03-26 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 45e53c306a08b8d751d35eab6efa3b1992939d6c Author: Benoit TELLIER AuthorDate: Mon Mar 18 16:52:40 2024 +0100

(james-project) 01/03: [ENHANCEMENT] Allow James to use native Netty Epoll

2024-03-26 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 e4fb4c6984824e6e4bd581642ff146198e8f28e1 Author: Benoit TELLIER AuthorDate: Mon Mar 18 15:26:01 2024 +0100

(james-project) branch master updated: [FIX] Avoid a worring error log upon state not found (#2155)

2024-03-26 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 effc90e222 [FIX] Avoid a worring error

Re: [PR] [FIX] Avoid a worring error log upon state not found [james-project]

2024-03-26 Thread via GitHub
chibenwa merged PR #2155: URL: https://github.com/apache/james-project/pull/2155 -- 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: [FIX] Filter too big values for Cassandra TTLs (#2156)

2024-03-26 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 de80310717 [FIX] Filter too big values

Re: [PR] [CHANGELOG] Changelog update (25/03/2024) [james-project]

2024-03-26 Thread via GitHub
chibenwa merged PR #2153: URL: https://github.com/apache/james-project/pull/2153 -- 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 (f3f9f24805 -> 288e25c2df)

2024-03-26 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 f3f9f24805 JAMES-3961 data-file RRT test should not fail unstable test phase add 288e25c2df

Re: [PR] [FIX] Filter too big values for Cassandra TTLs [james-project]

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