[ 
https://issues.apache.org/jira/browse/JAMES-3564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17415842#comment-17415842
 ] 

Benoit Tellier commented on JAMES-3564:
---------------------------------------

https://github.com/apache/james-project/pull/609 JSoup PR...

https://issues.apache.org/jira/browse/JAMES-3641 needs to be backported as 
well. (security related: We should not ship default crypto keys)

A few collection of elligible bugs for the soul putting together the 3.6.1 :

 - https://issues.apache.org/jira/browse/JAMES-3642 Buggy behavior with Android 
Email mobile application
 - https://issues.apache.org/jira/browse/JAMES-3624 RFC 8887 (JMAP over 
WebSocket) Request needs property 'id' (is 'requestId')
 - https://issues.apache.org/jira/browse/JAMES-3620 Memory leak at 
org.apache.james.protocols.smtp.core.AbstractHookableCmdHandler
 - https://issues.apache.org/jira/browse/JAMES-3611 SearchUtil getBaseSubject 
throws on empty input
 - https://issues.apache.org/jira/browse/JAMES-3595 Spooler processing starts 
before mailetContainer initialisation
 - https://issues.apache.org/jira/browse/JAMES-3569 RecipientRewriteTable 
sometimes drops attributes from emails
 - JAMES-2278 https://github.com/apache/james-project/pull/635
 - PROTOCOLS-118 https://github.com/apache/james-project/pull/640 Fixed 
continuation request not getting recognised by so…
 - PROTOCOLS-106 https://github.com/apache/james-project/pull/639  
CRLFTerminatedInputStream should sanitize lonely \n delimiters
 - https://github.com/apache/james-project/pull/633 JAMES-1444 Using 
HasMailAttributeWithValueRegex matcher causes NPE du…
 - https://github.com/apache/james-project/pull/617 JAMES-3634 Sanitize invalid 
literal size parsing
 - https://github.com/apache/james-project/pull/606 JAMES-3373 Download 
optional query parameters should comply with adve…
 - https://github.com/apache/james-project/pull/603 JAMES-3440 JMAP RFC-8621: 
EmailQueryView position handling was wrong
 - https://github.com/apache/james-project/pull/595 JAMES-2625 Remove 
stacktrace upon ClosedChannelException (annoying to some users)
 - https://github.com/apache/james-project/pull/537 [UPGRADE] Security upgrade: 
common-compress to 1.21
 - https://github.com/apache/james-project/pull/394 JAMES-3566 Skip 
EmailSubmission/set implicit Email/set call when no onSuccessXXX propertie (I 
do not think this one have a backport just yet...)

Also as explained before Maildir is impacted by 
https://issues.apache.org/jira/projects/JAMES/issues/JAMES-3646 (Review of file 
based components) -> this one is not just a backport but likely requires 
development.

Regarding https://issues.apache.org/jira/browse/JAMES-3589 Matched mail resume 
processing from root this is drastic changes to the architecture hence I do not 
think it should make it into the 3.6.1 (dropping Camel).

https://github.com/apache/james-project/pull/434 JAMES-3107 Desactivate metrics 
p99 log is a big performance improvments and 3.6.1 would greatly benefit from 
applying it.

I know quite a bunch of work...



> Bugfixes to 3.6.x branch
> ------------------------
>
>                 Key: JAMES-3564
>                 URL: https://issues.apache.org/jira/browse/JAMES-3564
>             Project: James Server
>          Issue Type: Improvement
>    Affects Versions: 3.6.0
>            Reporter: Juhan Aasaru
>            Priority: Major
>             Fix For: 3.6.1
>
>
> I created this task
>  * to keep track of all the pull requests that have been made to master 
> arfter 3.6.x
>  * and decide (and discuss) which ones should also get to 3.6.x branch (and 
> which should not)
> ||PR to master||PR to 3.6.x||Ticket||
> |[#362|https://github.com/apache/james-project/pull/362]|[#382 
> |https://github.com/apache/james-project/pull/382] 
> [(/)|https://github.com/apache/james-project/pull/384]|JAMES-3537|
> |[#374|https://github.com/apache/james-project/pull/374]|[#383 
> |https://github.com/apache/james-project/pull/383] 
> [(/)|https://github.com/apache/james-project/pull/384]|JAMES-3432|
> |[#377|https://github.com/apache/james-project/pull/377]|[#404|https://github.com/apache/james-project/pull/404]
>  (/)|JAMES-3557|
> |[#378|https://github.com/apache/james-project/pull/378]|[#392|https://github.com/apache/james-project/pull/392]
>  (/)|JAMES-3558|
> |[#379|https://github.com/apache/james-project/pull/379]|[#384 
> |https://github.com/apache/james-project/pull/384] (/)|JAMES-3556|
> |[#221|https://github.com/apache/james-project/pull/221] 
> [#396|https://github.com/apache/james-project/pull/396]|[#393|https://github.com/apache/james-project/pull/393]
>  (/) [#411|https://github.com/apache/james-project/pull/411] (/)  |JAMES-3261|
> |[#394|https://github.com/apache/james-project/pull/394]|[#404|https://github.com/apache/james-project/pull/404]
>  (/)|JAMES-3566|
> |[#395|https://github.com/apache/james-project/pull/395]|[#404|https://github.com/apache/james-project/pull/404]
>  (/)|JAMES-3525|
> |[#405|https://github.com/apache/james-project/pull/405] |TODO|JAMES-3569|
> |[#407|https://github.com/apache/james-project/pull/407] 
> |[#410|https://github.com/apache/james-project/pull/410] (/) |JAMES-3571|
> What not to merge and why
> ||PR to master||Why not||
> |[#386|https://github.com/apache/james-project/pull/386]|not targeted to 
> james repo|
> |[#397|https://github.com/apache/james-project/pull/397/]|documentation not 
> releated to a realease|
> |[#398|https://github.com/apache/james-project/pull/398/]|No need for website 
> typo|
> |[#401|https://github.com/apache/james-project/pull/401/]|Enhancement only|
> |[#385|https://github.com/apache/james-project/pull/385/]|MDN/send is a new 
> feature|
> I plan to work on this myself.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to