Enhancement
The app build includes a "timestamp", which is included in the version name of the built application. "${maven.build.timestamp}" is currently hardcoded here - the time at which the application is built.
Improvement
It should be possible to add the timestamp to the build from outside. As a rule, it is not the time of the build but the timestamp/day/version/commit ID from the repository that is of interest.
The tl.app.buildTimestamp parameter can now be used to add a "timestamp" to the build from outside. This is displayed together with the version name in the application monitor. There are no format restrictions for this "timestamp". A GIT commit ID or similar can also be displayed here:
Test
- Build the application with Docker_Git and check the version on the monitor page.