We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3469e8 commit f3de717Copy full SHA for f3de717
cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/adapter/TemplateAdapterImpl.java
@@ -406,6 +406,7 @@ public Path upgradeMonolithicTemplates(Path templatesProject) {
406
}
407
AbstractConfigurationUpgrader<ContextConfigurationVersion> contextUpgraderObject = new ContextConfigurationUpgrader();
408
// 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
410
contextUpgraderObject.upgradeConfigurationToLatestVersion(templatesPath, BackupPolicy.NO_BACKUP);
411
LOG.info("context.xml upgraded successfully. {}", templatesPath);
412
LOG.info("Templates successfully upgraded. \n ");
0 commit comments