Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2025

Bumps protobuf.version from 3.25.6 to 4.30.2.
Updates com.google.protobuf:protobuf-java from 3.25.6 to 4.30.2

Commits
  • 43e1626 Updating version.json and repo version numbers to: 30.2
  • 7a4c63b Fix lite classes in the protobuf-java Maven release to be JDK8 compatible. (#...
  • 7831669 Remove dllexport attribute on variable definition. (#20833)
  • da9cadc Restore JDK8 compatibility in Bazel for libraries with dependencies from Mave...
  • 09b5078 Add protobuf_maven artifacts to protobuf_maven_dev as well so they can still ...
  • b7f06f1 Add volatile to featuresResolved (#20766)
  • b69f653 Restore generator headers in cmake install until the next breaking C++ releas...
  • f4b0a79 Restore custom protobuf maven namespaces to avoid polluting main maven namesp...
  • 2dc9f35 Fix Java concurrency issue in feature resolution for old <=3.25.x gencode usi...
  • 221b2a0 Change how we decide which empty string implementation to use. (#20708)
  • Additional commits viewable in compare view

Updates com.google.protobuf:protobuf-java-util from 3.25.6 to 4.30.2

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 6, 2025
@code4dc
Copy link

code4dc commented May 5, 2025

Are there plans to upgrade parquet-java to Java 11 so that it will work with the new Protobuf version?

@Fokko
Copy link
Contributor

Fokko commented May 13, 2025

@code4dc Thanks for raising this. This is a decision that's up to the community. I think we should do a Java 8 release with the new types that have recently been added (Variant, Geometry, etc), and then bump to Java 11.

@ubiquitousbyte
Copy link

Bumping to 4.30 would really help us out. The new protc version comes with some great features related to field presence tracking.

@uwemaurer
Copy link
Contributor

Are there plans to upgrade parquet-java to Java 11 so that it will work with the new Protobuf version?

Here is a PR for Java 11: #3314

@uwemaurer
Copy link
Contributor

Just bumping the version won't compile, here is a patch to make it work with protobuf 4.

#3175 (comment)

@khaledh khaledh mentioned this pull request Oct 22, 2025
@Fokko
Copy link
Contributor

Fokko commented Oct 22, 2025

@uwemaurer Are you interested in filing a PR?

@Fokko
Copy link
Contributor

Fokko commented Oct 22, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/protobuf.version-4.30.2 branch from 117256f to 0756ddf Compare October 22, 2025 16:34
uwemaurer added a commit to uwemaurer/parquet-java that referenced this pull request Oct 23, 2025
The getSyntax method on messageDescriptor.getFile() got removed
in protobuf version 4.
This change gets the syntax information directly from the proto, this
works in protobuf v3 and v4.


fixes apache#3175

see also apache#3182
Fokko pushed a commit that referenced this pull request Nov 19, 2025
* support protobuf library version 4

The getSyntax method on messageDescriptor.getFile() got removed
in protobuf version 4.
This change gets the syntax information directly from the proto, this
works in protobuf v3 and v4.


fixes #3175

see also #3182

* fix formatting
@Fokko
Copy link
Contributor

Fokko commented Nov 19, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/protobuf.version-4.30.2 branch from 0756ddf to 9956775 Compare November 19, 2025 23:02
@Fokko
Copy link
Contributor

Fokko commented Nov 19, 2025

@dependabot rebase

Bumps `protobuf.version` from 3.25.6 to 4.30.2.

Updates `com.google.protobuf:protobuf-java` from 3.25.6 to 4.30.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.25.6...v4.30.2)

Updates `com.google.protobuf:protobuf-java-util` from 3.25.6 to 4.30.2

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-version: 4.30.2
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: com.google.protobuf:protobuf-java-util
  dependency-version: 4.30.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/protobuf.version-4.30.2 branch from 9956775 to 77ed780 Compare November 19, 2025 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants