vttranlina commented on PR #2408: URL: https://github.com/apache/james-project/pull/2408#issuecomment-2352127036
> Find a more generic name for the task like SolveMailboxFlagDenormalisationTask > Have a Type enum sayng if SolveMailboxFlagDenormalisationTask shall fix Recent or Deleted > Based on this enum field the task can choose the right service @chibenwa I tried with this way, but got an stuck with Task Serialize TaskDTOModule<Task, TaskDTO> The fact it still is 2 dedicate task, if we merge to one, i got an error guice injecttion `java.lang.IllegalArgumentException: Multiple entries with same key:` // The same issue with Serialize TaskAdditionalInformation -> TaskAdditionalInformationDTO -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
