jkube
jkube copied to clipboard
Replace deprecated method from Updatable interface
Component
None
Task description
Description
Method Updatable.replace
is used in several places in the project. However, the method is deprecated, and Javadoc advises using the method update
instead. The reason behind it is explained in alternatives-to-createOrReplace-and-replace.