devonfw / cobigen

Code-based Incremental Generator
Apache License 2.0
36 stars 72 forks source link

Revise handling of monolithic template generation #1670

Open jan-vcapgemini opened 1 year ago

jan-vcapgemini commented 1 year ago

Currently we allow monolithic templates by default, which is a workaround for our tests and the postpone upgrade functionality.

We need to make sure that the ConfigurationHolder holds the state of allowMonolithicConfiguration and transmits it to the old Template and ContextConfiguration readers. All tests using monolithic templates need to be adjusted accordingly.