You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The detection of a monolithic configuration occurs late in the startup process and takes place, after a CobiGen object is created, in the configurationHolder by a simple query whether the passed path of the configuration contains a template sets. This can be checked earlier and the DeprecatedMonolithicConfigurationException can be thrown faster and would improve the startup of Cobigen.
The detection of a monolithic configuration occurs late in the startup process and takes place, after a CobiGen object is created, in the configurationHolder by a simple query whether the passed path of the configuration contains a template sets. This can be checked earlier and the DeprecatedMonolithicConfigurationException can be thrown faster and would improve the startup of Cobigen.
Throw of the Exception:
cobigen/cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/CobiGenFactory.java
Lines 101 to 102 in 27dced6
The check for a template-sets configuration
cobigen/cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/config/ConfigurationHolder.java
Lines 186 to 195 in 27dced6
I would suggest implementing the new check right before registerPlugins():
cobigen/cobigen-cli/cli/src/main/java/com/devonfw/cobigen/cli/utils/CobiGenUtils.java
Lines 47 to 63 in 27dced6
The text was updated successfully, but these errors were encountered: