Bring CI and Dependencies up to date and synchronise opencmw-cpp changes - #225
Merged
Conversation
wirew0rm
had a problem deploying
to
configure coverage
December 2, 2025 14:02 — with
GitHub Actions
Failure
wirew0rm
had a problem deploying
to
configure coverage
December 2, 2025 14:02 — with
GitHub Actions
Failure
wirew0rm
force-pushed
the
cpp_followups
branch
from
December 2, 2025 14:29
2687e7c to
f5128f9
Compare
wirew0rm
had a problem deploying
to
configure coverage
December 2, 2025 14:30 — with
GitHub Actions
Failure
wirew0rm
had a problem deploying
to
configure coverage
December 2, 2025 14:30 — with
GitHub Actions
Failure
wirew0rm
force-pushed
the
cpp_followups
branch
from
December 2, 2025 14:32
f5128f9 to
86988cd
Compare
wirew0rm
had a problem deploying
to
configure coverage
December 2, 2025 14:32 — with
GitHub Actions
Failure
wirew0rm
had a problem deploying
to
configure coverage
December 2, 2025 14:32 — with
GitHub Actions
Failure
wirew0rm
force-pushed
the
cpp_followups
branch
from
December 2, 2025 14:47
86988cd to
56cd92f
Compare
wirew0rm
had a problem deploying
to
configure coverage
December 2, 2025 14:47 — with
GitHub Actions
Failure
wirew0rm
had a problem deploying
to
configure coverage
December 2, 2025 14:47 — with
GitHub Actions
Error
wirew0rm
temporarily deployed
to
configure coverage
December 2, 2025 14:58 — with
GitHub Actions
Inactive
wirew0rm
temporarily deployed
to
configure coverage
December 2, 2025 14:58 — with
GitHub Actions
Inactive
wirew0rm
force-pushed
the
cpp_followups
branch
from
December 2, 2025 15:00
4433bd2 to
dfb5880
Compare
wirew0rm
had a problem deploying
to
configure coverage
December 2, 2025 15:01 — with
GitHub Actions
Failure
wirew0rm
temporarily deployed
to
configure coverage
December 2, 2025 15:01 — with
GitHub Actions
Inactive
wirew0rm
had a problem deploying
to
configure coverage
December 2, 2025 15:05 — with
GitHub Actions
Failure
Signed-off-by: Alexander Krimm <A.Krimm@gsi.de>
wirew0rm
force-pushed
the
cpp_followups
branch
from
December 2, 2025 15:16
dfb5880 to
159b905
Compare
wirew0rm
had a problem deploying
to
configure coverage
December 2, 2025 15:16 — with
GitHub Actions
Failure
wirew0rm
had a problem deploying
to
configure coverage
December 2, 2025 15:16 — with
GitHub Actions
Failure
Signed-off-by: Alexander Krimm <A.Krimm@gsi.de>
wirew0rm
force-pushed
the
cpp_followups
branch
from
December 2, 2025 15:19
159b905 to
0ac0a98
Compare
wirew0rm
had a problem deploying
to
configure coverage
December 2, 2025 15:19 — with
GitHub Actions
Failure
wirew0rm
temporarily deployed
to
configure coverage
December 2, 2025 15:19 — with
GitHub Actions
Inactive
The field name hash has been removed from opencmw-cpp [1]. This removes the hash from the field to make the serialisation formats compatible again. [1] fair-acc/opencmw-cpp#318 Signed-off-by: Alexander Krimm <A.Krimm@gsi.de>
Fix trivial codestyle issues like typos, simplifying the code with newer language constructs, etc. Signed-off-by: Alexander Krimm <A.Krimm@gsi.de>
…on newer java versions Signed-off-by: Alexander Krimm <A.Krimm@gsi.de>
Signed-off-by: Alexander Krimm <A.Krimm@gsi.de>
Signed-off-by: Alexander Krimm <A.Krimm@gsi.de>
wirew0rm
force-pushed
the
cpp_followups
branch
from
December 2, 2025 15:45
0ac0a98 to
632ef46
Compare
wirew0rm
temporarily deployed
to
configure coverage
December 2, 2025 15:45 — with
GitHub Actions
Inactive
wirew0rm
had a problem deploying
to
configure coverage
December 2, 2025 15:45 — with
GitHub Actions
Failure
wirew0rm
had a problem deploying
to
configure coverage
December 2, 2025 15:48 — with
GitHub Actions
Error
RalphSteinhagen
approved these changes
Dec 2, 2025
RalphSteinhagen
left a comment
Member
There was a problem hiding this comment.
Thanks for the update/fixes. Can be merged as is once the CI passes.
wirew0rm
temporarily deployed
to
configure coverage
December 2, 2025 16:51 — with
GitHub Actions
Inactive
Member
Author
|
Thanks for looking over this and the comments! Network tests in the CI seem to be prone to timeout issues, which I locally cannot reproduce. Maven Central deployment will also have to be fixed separately, looks like this might be an issue of expired deployment keys. |
This was referenced Dec 2, 2025
Closed
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 is a small maintainance commit, no new features, just keeping up with the rest of the world moving:
The only functional change is removing the unused hash field in the opencmw YaS serialiser in accordance with (fair-acc/opencmw-cpp#318).
Next step is to follow up on #223 to ensure compatibility on the network level and adding a testcase that ensures compatibility between opencmw-cpp and opencmw-java.