weizhouapache commented on issue #10478:
URL: https://github.com/apache/cloudstack/issues/10478#issuecomment-2689050279

   > > `SqlInfo` might be a new property of vm restore point, introduced in 
recent veeam releases
   > 
   > It may be good to add a 
`objectMapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, 
false);` to ignore these on 
`org.apache.cloudstack.backup.veeam.VeeamClient#processHttpResponseForVmRestorePoints`
 so that the backup sync does not break whenever a new property that we don't 
use is added.
   
   Makes sense
   Maybe can add a static objectMapper which replaces all new objectmapper 
instance.
   


-- 
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]

Reply via email to