Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency com.google.protobuf:protobuf-gradle-plugin to v0.9.4 #196

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 6, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.protobuf:protobuf-gradle-plugin 0.8.19 -> 0.9.4 age adoption passing confidence

Release Notes

google/protobuf-gradle-plugin (com.google.protobuf:protobuf-gradle-plugin)

v0.9.4: is released

  • Fix a bug that codegen plugins from system search path no longer works. (#​675)
  • Avoid duplicate GenerateProtoTask output dir. This causes tasks to fail if it depends on the output source and duplicationStrategy is set to DuplicatesStrategy.FAIL. (#​718)
  • Avoid eagerly resolving input files in ProtobufExtract. This bug would cause a lot of invalidations of configuration cache when upgrading to Gradle 8.1. (#​719)
  • Fix plugin compatibility with Kotlin Gradle Plugin 1.9.0 release. (#​721)

v0.9.3: is released

  • Fix "KotlinCompile is not a subclass of the given type org.gradle.api.tasks.SourceTask" regression in 0.9.2 (#​657)
  • Fix configuration cache incompatibility with Gradle 8.1 with GenerateProtoTask.getIsTest() in the stack trace (#​692)
  • Avoid eager reading of buildDir (#​678). buildDir reading is now delayed until task configuration, so care is still needed if you modify buildDir.
  • Upgrade osdetector-gradle-plugin to 1.7.3. This adds detection for loongarch64 and avoids calling Provider.forUseAtConfigurationTime() for Gradle >= 7.4

v0.9.2: is released

Compare Source

Fixed bugs

  • Avoid circular dependencies with other plugins by manually plumbing the test dependency on main instead of using the compile classpath (#​631). Fixes #​624, a regression introduced in 0.9.0
  • Emulate and deprecate generatedFilesBaseDir (#​636). generatedFilesBaseDir no longer changes the output directory directly. Instead, the default directory is always used and files are copied to generatedFilesBaseDir. This allows the task to delete previous output before generating new output. Users of generatedFilesBaseDir should stop using the configuration and instead use a separate Copy or Sync task. Fixes #​33 where generated code of old builds remains, for users not using generatedFilesBaseDir
  • Set default command length limit to 64k (#​653). Fixes argument list too long on Mac OS (#​633)

v0.9.1: is released

Fixed bugs

  • Fixed a regression from 0.8.x where the proto source set filters were not being applied, causing non-.proto files to be passed to protoc (#​621). This fixes errors of the form No syntax specified for the proto file: where the file listed is not a .proto file.

v0.9.0: is released

Fixed bugs

  • Workaround provider bug in Gradle when excluding tasks (#​576). Errors were of the form Querying the mapped value of provider(interface java.util.Set) before task ':project:processResources' has completed is not supported

Improvements

  • Improved Kotlin accessor support for Android Gradle Plugin 7.x, which uses a different SourceSet class (#​565, fixes #​540)
  • Migrated project.protobuf from a convention to an extension (#​577). This greatly improves the Kotlin experience, as fewer imports are necessary. On upgrade, kts users will need to remove any now-unnecessary imports from their scripts
  • Significantly improve support for task configuration avoidance. README.md has not yet been updated to encourage using configureEach instead of each within generateProtoTasks {}, but it is beneficial as long as you are not using any IDE plugins
  • Added generated code to java SourceSet instead of only adding it to JavaCompile and related tasks. This should cause tasks like sourcesJar and javadoc to now include the generated code. You may need to exclude the generated code from linters
  • Added Eclipse and VSCode support (#​590). They should no longer have trouble finding generated code
  • Removed references to unused Gradle-internal FileResolver (#​595)
  • Removed usage of deprecated GUtil (#​604)
  • Removed dependency on Apache commons-lang (#​606)
  • Removed dependency on Guava (#​609)
  • Upgraded osdetector-gradle-plugin to 1.7.1
  • Substantial internal modernization. This should not impact most users, but there is risk of a regression or observing timing differences.

Thanks to contributors


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency com.google.protobuf:protobuf-gradle-plugin to v0.9.0 Update dependency com.google.protobuf:protobuf-gradle-plugin to v0.9.1 Oct 8, 2022
@renovate renovate bot force-pushed the renovate/com.google.protobuf-protobuf-gradle-plugin-0.x branch from 981900b to 84789d7 Compare October 8, 2022 15:52
@renovate renovate bot changed the title Update dependency com.google.protobuf:protobuf-gradle-plugin to v0.9.1 fix(deps): update dependency com.google.protobuf:protobuf-gradle-plugin to v0.9.2 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/com.google.protobuf-protobuf-gradle-plugin-0.x branch from 84789d7 to 2d9c9d6 Compare March 16, 2023 18:10
@renovate renovate bot force-pushed the renovate/com.google.protobuf-protobuf-gradle-plugin-0.x branch from 2d9c9d6 to 7d87730 Compare April 27, 2023 04:05
@renovate renovate bot changed the title fix(deps): update dependency com.google.protobuf:protobuf-gradle-plugin to v0.9.2 fix(deps): update dependency com.google.protobuf:protobuf-gradle-plugin to v0.9.3 Apr 27, 2023
@renovate renovate bot changed the title fix(deps): update dependency com.google.protobuf:protobuf-gradle-plugin to v0.9.3 fix(deps): update dependency com.google.protobuf:protobuf-gradle-plugin to v0.9.4 Jul 14, 2023
@renovate renovate bot force-pushed the renovate/com.google.protobuf-protobuf-gradle-plugin-0.x branch from 7d87730 to c8af459 Compare July 14, 2023 19:41
@augi augi merged commit 4eb15f8 into master Apr 25, 2024
3 checks passed
@augi augi deleted the renovate/com.google.protobuf-protobuf-gradle-plugin-0.x branch April 25, 2024 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant