Skip to content

Commit f3de717

Browse files
added TODO with link to issue
1 parent e3469e8 commit f3de717

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/adapter/TemplateAdapterImpl.java

+1
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ public Path upgradeMonolithicTemplates(Path templatesProject) {
406406
}
407407
AbstractConfigurationUpgrader<ContextConfigurationVersion> contextUpgraderObject = new ContextConfigurationUpgrader();
408408
// Upgrade the context.xml to the new template-set with latest version
409+
// TODO: Check if this can be optimized, see: https://github.com/devonfw/cobigen/issues/1676
409410
contextUpgraderObject.upgradeConfigurationToLatestVersion(templatesPath, BackupPolicy.NO_BACKUP);
410411
LOG.info("context.xml upgraded successfully. {}", templatesPath);
411412
LOG.info("Templates successfully upgraded. \n ");

0 commit comments

Comments
 (0)