You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2022/08/31 03:08:07 UTC

[GitHub] [james-project] chibenwa opened a new pull request, #1171: JAMES-3755 Refactor Rspamd ham/spam routes

chibenwa opened a new pull request, #1171:
URL: https://github.com/apache/james-project/pull/1171

    - Avoid intermediate flattening of RunningOptions within additionInformations (we
    were doing RunningOptions (in the task) => flat (in the additionalInformation) =>
    reconstruct the RunningOptions (in the DTOs); everything is simpler by just
    keeping running options everywhere in that chain.
    - Tasks context/snapshot capture what changes during the task execution, we do
    not need to ship running options (which are immutable) within it.
    - Extract RunningOptions to a common class as it is the same between Ham / Spam
    
   Kills 228 lines of boiler plate.


-- 
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: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] chibenwa merged pull request #1171: JAMES-3755 Refactor Rspamd ham/spam routes

Posted by GitBox <gi...@apache.org>.
chibenwa merged PR #1171:
URL: https://github.com/apache/james-project/pull/1171


-- 
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: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org