Update 19.x submodules#7656
Merged
Merged
Conversation
10 tasks
marwyg
added a commit
that referenced
this pull request
May 15, 2026
Like #7656, the submodule update code is currently not working for not-`develop` branches. This pushes a manual update in prep for the 20.0 release tomorrow. ### How to test this patch Build and test the UIs ### AI Usage N/A ### Your pull request should… * [x] have a concise title * [ ] ~[close an accompanying issue](https://docs.opencast.org/develop/developer/#participate/development-process/#automatically-closing-issues-when-a-pr-is-merged) if one exists~ * [x] [be against the correct branch](https://docs.opencast.org/develop/developer/development-process#acceptance-criteria-for-patches-in-different-versions) * [ ] ~include migration scripts and documentation, if appropriate~ * [x] pass automated tests * [x] have a clean commit history * [x] does not incorrectly update the submodules * [x] [have proper commit messages (title and body) for all commits](https://medium.com/@steveamaza/e028865e5791) * [ ] ~explain why it needs to be merged into the legacy branch, if it is targeting the legacy branch~ * [ ] ~include a [release note](https://docs.opencast.org/develop/developer/#participate/development-process/#release-notes) if a feature, or supports a feature (ie, backend part of a frontend feature)~
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates all current submodules to their latest versions. #7637 does do this, but only for
develop, which I did not catch prior to merge.AI Usage
N/A
Your pull request should…
close an accompanying issue if one existsinclude migration scripts and documentation, if appropriateexplain why it needs to be merged into the legacy branch, if it is targeting the legacy branchinclude a release note if a feature, or supports a feature (ie, backend part of a frontend feature)