tomsun28 commented on PR #2454: URL: https://github.com/apache/hertzbeat/pull/2454#issuecomment-2268672044
> This would be due to additional class configuration, not sure if there are other side effects, I think it's better to use `new PageImpl` to be safe. 🤔 hi, the root cause is the serialization problem of the `page`. It is recommended that we solve the problem instead of circumventing it. we has the custom jackson config here like `timemodule` https://github.com/apache/hertzbeat/blob/master/manager/src/main/java/org/apache/hertzbeat/manager/config/JacksonConfig.java ``` builder.modules(new SpringDataJacksonConfiguration.PageModule()); ``` -- 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]
