Skip to content

Conversation

bill997
Copy link
Contributor

@bill997 bill997 commented Apr 21, 2025

Summary

Fix compatibility with protobuf v30 (cpp 6.30.0) - similar to gz-msgs #499

Checklist

  • [x ] Signed all commits for DCO
  • [ n/a] Added tests
  • [ n/a] Updated documentation (as needed)
  • [ n/a] Updated migration guide (as needed)
  • [ n/a] Consider updating Python bindings (if the library has them)
  • [ x] codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸

🎉 New feature

Closes #

Summary

Test it

Checklist

  • Signed all commits for DCO
  • Added tests
  • Added example and/or tutorial
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Consider updating Python bindings (if the library has them)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸

➡️ Forward port

Port <FROM_BRANCH> to <TO_BRANCH>

Branch comparison: https://github.com/gazebosim//compare/<TO_BRANCH>...<FROM_BRANCH>

Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)

🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸

🎈 Release

Preparation for <X.Y.Z> release.

Comparison to <x.y.z>: https://github.com/gazebosim//compare/<LATEST_TAG_BRANCH>...<RELEASE_BRANCH>

Needed by <PR(s)>

Checklist

  • Asked team if this is a good time for a release
  • There are no changes to be ported from the previous major version
  • No PRs targeted at this major version are close to getting in
  • Bumped minor for new features, patch for bug fixes
  • Updated changelog
  • Updated migration guide (as needed)
  • Link to PR updating dependency versions in appropriate repository in gazebo-release (as needed):

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

…azebosim#499

Signed-off-by: bill ross <4451962+bill997@users.noreply.github.com>
Signed-off-by: bill ross <4451962+bill997@users.noreply.github.com>
@bill997 bill997 requested a review from caguero as a code owner April 21, 2025 05:13
@github-actions github-actions bot added the 🪵 jetty Gazebo Jetty label Apr 21, 2025
Copy link
Collaborator

@caguero caguero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the patch!

@github-project-automation github-project-automation bot moved this from Inbox to In review in Core development Apr 30, 2025
@caguero caguero merged commit 2fde00d into gazebosim:main Apr 30, 2025
7 of 8 checks passed
@github-project-automation github-project-automation bot moved this from In review to Done in Core development Apr 30, 2025
@caguero
Copy link
Collaborator

caguero commented Apr 30, 2025

@Mergifyio backport gz-transport14 gz-transport13 ign-transport11

Copy link
Contributor

mergify bot commented Apr 30, 2025

backport gz-transport14 gz-transport13 ign-transport11

✅ Backports have been created

mergify bot pushed a commit that referenced this pull request Apr 30, 2025
…499 (#615)

* Fix compatibility with protobuf v30 (cpp 6.30.0) - similar to gz-msgs #499

Signed-off-by: bill ross <4451962+bill997@users.noreply.github.com>
(cherry picked from commit 2fde00d)
mergify bot pushed a commit that referenced this pull request Apr 30, 2025
…499 (#615)

* Fix compatibility with protobuf v30 (cpp 6.30.0) - similar to gz-msgs #499

Signed-off-by: bill ross <4451962+bill997@users.noreply.github.com>
(cherry picked from commit 2fde00d)
mergify bot pushed a commit that referenced this pull request Apr 30, 2025
…499 (#615)

* Fix compatibility with protobuf v30 (cpp 6.30.0) - similar to gz-msgs #499

Signed-off-by: bill ross <4451962+bill997@users.noreply.github.com>
(cherry picked from commit 2fde00d)

# Conflicts:
#	parameters/src/Registry.cc
#	src/CIface_TEST.cc
#	src/cmd/gz_TEST.cc
caguero pushed a commit that referenced this pull request Apr 30, 2025
…499 (#615) (#619)

* Fix compatibility with protobuf v30 (cpp 6.30.0) - similar to gz-msgs #499


(cherry picked from commit 2fde00d)

Signed-off-by: bill ross <4451962+bill997@users.noreply.github.com>
Co-authored-by: bill <84451962+bill997@users.noreply.github.com>
caguero pushed a commit that referenced this pull request Apr 30, 2025
…499 (#615) (#618)

* Fix compatibility with protobuf v30 (cpp 6.30.0) - similar to gz-msgs #499


(cherry picked from commit 2fde00d)

Signed-off-by: bill ross <4451962+bill997@users.noreply.github.com>
Co-authored-by: bill <84451962+bill997@users.noreply.github.com>
caguero pushed a commit that referenced this pull request Apr 30, 2025
…499 (backport #615) (#620)

* Fix compatibility with protobuf v30 (cpp 6.30.0) - similar to gz-msgs #499 (#615)
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
traversaro pushed a commit to traversaro/gz-transport that referenced this pull request Jul 30, 2025
…azebosim#499 (backport gazebosim#615) (gazebosim#620)

* Fix compatibility with protobuf v30 (cpp 6.30.0) - similar to gz-msgs gazebosim#499 (gazebosim#615)
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
scpeters pushed a commit that referenced this pull request Aug 18, 2025
…499 (#615) (#618)

* Fix compatibility with protobuf v30 (cpp 6.30.0) - similar to gz-msgs #499

(cherry picked from commit 2fde00d)

Signed-off-by: bill ross <4451962+bill997@users.noreply.github.com>
Co-authored-by: bill <84451962+bill997@users.noreply.github.com>
scpeters pushed a commit that referenced this pull request Aug 25, 2025
…499 (backport #615) (#620)

* Fix compatibility with protobuf v30 (cpp 6.30.0) - similar to gz-msgs #499 (#615)
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🪵 jetty Gazebo Jetty

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants