[*] Generalize the entry system by introducing "structured entries"

This commit is contained in:
2025-08-12 10:04:05 +02:00
parent 6f2e715b2a
commit 83cbe91e35
22 changed files with 307 additions and 288 deletions

View File

@@ -93,7 +93,7 @@ public class CommentLoaderExtensionImpl implements CommentLoaderExtension, Comme
}
Map<String, String> commentsByKey = collectingCommentsVisitor.commentsByKey();
PathTracking pathTracking = new PathTracking();
PathTracking pathTracking = PathTracking.create();
configContainer.rootEntry().visitInOrder(new PathTrackingConfigEntryVisitor(
entry -> {
String key = pathTracking.currentPath();