Phillippko commented on code in PR #5816: URL: https://github.com/apache/ignite-3/pull/5816#discussion_r2102631113
########## modules/configuration/src/main/java/org/apache/ignite/internal/configuration/util/KeysTrackingConfigurationVisitor.java: ########## @@ -183,5 +195,32 @@ private void endVisit(int previousKeyLength) { currentKey.setLength(previousKeyLength); currentPath.remove(currentPath.size() - 1); + legacyNames.remove(legacyNames.size() - 1); + } + + /** Calls consumer for all legacy paths. */ Review Comment: Not sure how to word it.. Added an example when it could be used -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org