vttranlina commented on PR #1102:
URL: https://github.com/apache/james-project/pull/1102#issuecomment-1201989788
Remark:
- James is not supporting the extension for `Task json dto`.
- We cannot declare Guice inject for `webadmin-dto` by normal way:
```
@Named(DTOModuleInjections.WEBADMIN_DTO)
@ProvidesIntoSet
public AdditionalInformationDTOModule<? extends
TaskExecutionDetails.AdditionalInformation, ? extends AdditionalInformationDTO>
webAdminFeedSpamAdditionalInformation() {
...
}
```
(Guice throws an error)
-> Don't allow the use of the routes for now.
--
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]