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
- Log message "Duplicate tag names" when starting the application.
- Remove redundant library dependencies from Eclipse classpath.
- Separate parent modules and GroupIds for tl, project, vw.
- IDE startup from an incomplete workspace (boot directly from Maven repository).
- Maven build of GWT modules.
- WAR build via Maven.
- Overlay dependent modules.
- Generate metaConf.txt.
- Apply layout overlays.
- Merge theme settings.
- Test execution via Maven.
- Fix failing tests.
- Remove test errors due to "known bugs".
- Include type indexer in Eclipse directly from Maven repository.
- Automatic translations from Java doc. Have to be triggered manually during development via a launch config.
- Deploy to Nexus from Maven build.
- Take deploy overlays into account.
- Remove studio overlays (each build is a studio build).
- Src strip/class post process in build (TL studio).
- Maven archetype(s) for TL modules.
- Docker deploy from Maven build results.
- Solution for parallel build (build repository is workspace-local).
- Solution for "system dependencies" for JARs that are not from an official Maven repository. An inner install module can install the artifact to the local repository before the main module is built.
- Remove checked-in external libraries.
- Release process
- Update the TopLogic version. mvn versions:set versions:set-property -Dproperty=tl.version -DnewVersion=7.5.0-SNAPSHOT
- ~~ Commit the new version to SVN.~~ Can't get it to work via the Maven release plugin.
- Setup an application purely from the TopLogic maven repository.
Optional
- Remove unnecessary ext modules.
- ~~ Remove resources from Java source directories. ~~
- ~~ Use web JARs instead of copied libraries. ~~
- Find alternative to origin.properties. A file /license/THIRD-PARTY.txt is generated in the deployment, which can be retrieved by the application.
- Replacement for Ant-Tooling for
- Normalize layout XMLs (currently possible via leek config for single file).
- Normalize resource files (currently possible via Lauch-Config for single file).
Code migration
- Creating pom.xml from current Eclipse classpath per module.
- Convert own modules to Maven modules(Configure > Convertto Maven project).
- Remove from modules the configuration option test-no-hard-icon-references in test.com.top_logic.util.AbstractTestAll$GlobalConfig.
- Delete custom version classes (derivatives of AbstractVersion) and version.properties.
- Delete custom ServletContextListener and remove it from the module's web.xml.
- In launch configurations, reset the class path to default.
See also
doc:maven
Test
- Refactoring, no additional test.
- Tests now with mvn -DskipTests=false test in tl-parent-all.