Skip to content

refactor(builder): Run generateVersionInfo by default#1453

Draft
maxreichmann wants to merge 5 commits into
mainfrom
run-generateVersionInfo-by-default
Draft

refactor(builder): Run generateVersionInfo by default#1453
maxreichmann wants to merge 5 commits into
mainfrom
run-generateVersionInfo-by-default

Conversation

@maxreichmann

@maxreichmann maxreichmann commented Jul 16, 2026

Copy link
Copy Markdown
Member

JIRA: CPOUI5FOUNDATION-1157


What has been done?

  • Exclusion of task generateVersionInforemoved
    • now it will be executed by default for every build of project type application (default, jsdoc, self-contained)
  • Tests refactored accordingly
  • Docs
    • new section in migrate-v5.md
    • adjusted Builder.md Standard Tasks table
      • removed dead link
      • added api docs links to all tasks

TODO

  • docs: Check why task transformBootstrapHtml doesn't have a docu page!!
  • docs: cleanup formatting in table (Builder.md)

@maxreichmann maxreichmann changed the title refactor(builder): Remove default exclusion of "generateVersionInfo" refactor(builder): Remove default exclusion of generateVersionInfo Jul 16, 2026
@maxreichmann maxreichmann changed the title refactor(builder): Remove default exclusion of generateVersionInfo refactor(builder): Run generateVersionInfo by default Jul 20, 2026
@matz3

matz3 commented Jul 20, 2026

Copy link
Copy Markdown
Member

We should also check how this now relates to the versionInfo middleware. My assumption would be that we need to keep the middleware to serve the file for non-application projects (and when the task was skipped?). For application projects, we should be able to just serve the file from the application build output. This should at least be tested, confirmed and documented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants