Major
Detail
Bugfix
Major
Detail
#26382
Error messages "Duplicate tag name..." when starting an application in the IDE from a TL-Studio
#26405
TTypeRewriter logs warning "Unable to resolve items by external reference" also unnecessarily
#26431
Changed superclass relationship leads to changed attribute list in the form editor only after a restart
Enhancement
If an application is to run directly from WAR(-fragments), then access to resources must not be mapped via java.io.File.
Code migration
- FileManager.getFile(name, create, toplevel) has been dropped without replacement.
- Instead of FileManager .getFile(name, create=true) FileManager.createFile(name) must be used.
- Instead of FileManager .getFile(name, create=false) FileManager.getFile(name) must be used.
Test
Refactoring, no additional test. Application must run in workspace without TL modules.