vttranlina commented on PR #1647: URL: https://github.com/apache/james-project/pull/1647#issuecomment-1639405052
> org.apache.james.webadmin.routes.VacationRoutesTest.postVacationUpdatesAll > > Minor date formating changes > > ``` > expected: Optional[2021-09-20T10:00Z[UTC]] > but was: Optional[2021-09-20T10:00Z] > ``` > > Is there a way to configure jackson to keep the timezone? > It looks like the new result after the update is better This was intended since 2.15 https://github.com/FasterXML/jackson-modules-java8/pull/267 I think we should modify test cases for that (don't change the configuration ObjectMapper) -- 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]
