Kirill Tkalenko created IGNITE-19853: ----------------------------------------
Summary: Get rid of InjectRevisionListenerHolder Key: IGNITE-19853 URL: https://issues.apache.org/jira/browse/IGNITE-19853 Project: Ignite Issue Type: Improvement Reporter: Kirill Tkalenko Fix For: 3.0.0-beta2 The main problem is described in IGNITE-19801, but due to the fact that we now have code closely related to updating the configuration revision, it is difficult to do everything at once in IGNITE-19801, so it will be divided into parts. In this ticket, we need to get rid of *InjectRevisionListenerHolder*, but this is not so easy to do because we need to somehow redo the tests that use this annotation for this. How to do this, I do not know exactly, but there are the following ideas: * Delete tests. * Convert them to integration. * Move interface implementation *ConfigurationStorage* into a separate module, honestly raise the meta storage and configuration registry. -- This message was sent by Atlassian Jira (v8.20.10#820010)