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
Code migration
- Source folders for application and tests need to be split:
- Application: src/main/java
- Test: src/test/java
- Test source folder must be marked as "contains test classes" in Eclipse and output folder must be changed to target/test-classes.
- The web application files must move to src/main/webapp (previously webapp).
- The test web application files must move to src/test/webapp (previously test/webapp).
- Test cases may need to be modified if they reference test fixtures that have been moved.
Test
Refactoring, existing tests must continue to run.