Skip to content

Correct module version information#1573

Open
gregorydlogan wants to merge 2 commits intoopencast:r/18.xfrom
gregorydlogan:t/fix-bundle-version
Open

Correct module version information#1573
gregorydlogan wants to merge 2 commits intoopencast:r/18.xfrom
gregorydlogan:t/fix-bundle-version

Conversation

@gregorydlogan
Copy link
Copy Markdown
Member

This PR adds a new, submodule specific buildnumer and taint status to the built artifact's pom. This is important because otherwise the buildnumber for the submodule(s) does not match the parent pom's, yielding a Opencast – built on unknown at the bottom of the admin UI. This change uses the parent's buildnumber value in place of the module's normal one, moving the module's into a different field. Note that building the module directly from inside modules/admin does not yield the correct buildnumber, instead omitting the value entirely. This is because the child module cannot know the parent's hash. If you as a developer want to have the correct data when building locally, look into maven's -pl flag.

This comit also fixes a typo related to build profiles.

@gregorydlogan gregorydlogan added the type:bug Something isn't working label Apr 9, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 9, 2026

Use docker or podman to test this pull request locally.

Run test server using develop.opencast.org as backend:

podman run --rm -it -p 127.0.0.1:3000:3000 ghcr.io/opencast/admin-interface:pr-1573

Specify a different backend like stable.opencast.org:

podman run --rm -it -p 127.0.0.1:3000:3000 -e PROXY_TARGET=https://stable.opencast.org ghcr.io/opencast/admin-interface:pr-1573

It may take a few seconds for the interface to spin up.
It will then be available at http://127.0.0.1:3000.
For more options you can pass on to the proxy, take a look at the README.md.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 9, 2026

This pull request is deployed at test.admin-interface.opencast.org/1573/2026-04-09_22-10-02/ .
It might take a few minutes for it to become available.

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

Labels

type:bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant