Conversation
bastelfreak
reviewed
May 15, 2026
|
The rpm/deb packages and the JAR file for openvox-server are available in a zip archive: |
Signed-off-by: nmburgan <13688219+nmburgan@users.noreply.github.com>
Signed-off-by: nmburgan <13688219+nmburgan@users.noreply.github.com>
Now that Jetty 12 fixes the issue we were seeing with ring-core 1.15.x, we can just upgrade it normally. Signed-off-by: nmburgan <13688219+nmburgan@users.noreply.github.com>
Signed-off-by: nmburgan <13688219+nmburgan@users.noreply.github.com>
Signed-off-by: nmburgan <13688219+nmburgan@users.noreply.github.com>
Signed-off-by: nmburgan <13688219+nmburgan@users.noreply.github.com>
Rather than recreate the builder container every time using rbenv, which takes quite a while, this uses the off-the-shell Ruby 4 Bookworm image. It also caches the image in GitHub for the PR job that tests the build. Signed-off-by: nmburgan <13688219+nmburgan@users.noreply.github.com>
Signed-off-by: nmburgan <13688219+nmburgan@users.noreply.github.com>
Fixes the build by adding ostruct to ezbake's global Gemfile, needed for the fpm script in ezbake. Signed-off-by: nmburgan <13688219+nmburgan@users.noreply.github.com>
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nmburgan <13688219+nmburgan@users.noreply.github.com>
Signed-off-by: nmburgan <13688219+nmburgan@users.noreply.github.com>
Signed-off-by: nmburgan <13688219+nmburgan@users.noreply.github.com>
Signed-off-by: nmburgan <13688219+nmburgan@users.noreply.github.com>
Signed-off-by: nmburgan <13688219+nmburgan@users.noreply.github.com>
corporate-gadfly
approved these changes
May 20, 2026
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.
Jetty 12 appears stable on
main, so backporting into 8.x so we can get off of the EOL Jetty 10 and not have to apply our own security fixes to it.