Provide deleted object to KeyValueTemplate
instead of deleting entities by Id
#438
Labels
type: enhancement
A general enhancement
Milestone
When deleting an entity through
delete(T)
, we should call the appropriate delete by entity method on theKeyValueTemplate
to retain as much context as possible. In Spring Vault we want to access the@Version
property of an entity during removal to delete the exact version.The text was updated successfully, but these errors were encountered: