major
nice-to-have
minor
#25217
Layout-Export führt zu invaliden Komponenten-Referenzen bei Referenzierung einer bestehenden Komponente
#25327
Modell-Editor: Falsche Kompositionsmarker, wenn Container-Typ in Diagramm von Content-Typ gezogen wird
enhancement
major
#25369
Anwendungskonfiguration ohne "metaConf.txt": autoconf
Until now, a configuration file that is to be read when the application boots had to be listed in the application's WEB-INF/conf/metaConf.txt file.
Problem
The metaConf.txt file is a “singularity” and makes it difficult for tooling to modify the application configuration, since in addition to creating a new configuration fragment, it must also be inserted into the existing file.
Improvement
Configuration fragments named anyName.config.xml, placed in the WEB-INF/autoconf folder, are also read when the application starts:
- after those listed in a metaConf.txt file,
- in alphabetical order
- regardless of module dependencies (as in a deployment, when all files are overwritten).
Test
- The configuration of tl-demo has been modularized so that settings for the individual models have been moved to separate configuration files and are included via autoconf.