parquet-java icon indicating copy to clipboard operation
parquet-java copied to clipboard

Bump protobuf.version from 3.25.6 to 4.30.2

Open dependabot[bot] opened this issue 8 months ago • 2 comments

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[bot] avatar Apr 06 '25 02:04 dependabot[bot]

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

code4dc avatar May 05 '25 19:05 code4dc

@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.

Fokko avatar May 13 '25 22:05 Fokko

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

ubiquitousbyte avatar Aug 01 '25 14:08 ubiquitousbyte

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: https://github.com/apache/parquet-java/pull/3314

uwemaurer avatar Oct 14 '25 09:10 uwemaurer

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

https://github.com/apache/parquet-java/issues/3175#issuecomment-3400936292

uwemaurer avatar Oct 14 '25 09:10 uwemaurer

@uwemaurer Are you interested in filing a PR?

Fokko avatar Oct 22 '25 16:10 Fokko

@dependabot rebase

Fokko avatar Oct 22 '25 16:10 Fokko

@dependabot rebase

Fokko avatar Nov 19 '25 23:11 Fokko

@dependabot rebase

Fokko avatar Nov 19 '25 23:11 Fokko