Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 17, 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.3 age adoption passing confidence

Release Notes

google/protobuf-gradle-plugin

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: Enabled.

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.1 chore(deps): update dependency com.google.protobuf:protobuf-gradle-plugin to v0.9.1 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/com.google.protobuf-protobuf-gradle-plugin-0.x branch from 449ef8e to b20bf8b Compare December 18, 2022 01:45
@renovate renovate bot force-pushed the renovate/com.google.protobuf-protobuf-gradle-plugin-0.x branch 2 times, most recently from a93d410 to 01827ba Compare January 2, 2023 10:49
@renovate renovate bot force-pushed the renovate/com.google.protobuf-protobuf-gradle-plugin-0.x branch from 01827ba to baa074b Compare January 10, 2023 05:15
@renovate renovate bot changed the title chore(deps): update dependency com.google.protobuf:protobuf-gradle-plugin to v0.9.1 chore(deps): update dependency com.google.protobuf:protobuf-gradle-plugin to v0.9.2 Jan 10, 2023
@renovate renovate bot force-pushed the renovate/com.google.protobuf-protobuf-gradle-plugin-0.x branch 8 times, most recently from 20b53ea to 417873b Compare January 15, 2023 03:13
@renovate renovate bot force-pushed the renovate/com.google.protobuf-protobuf-gradle-plugin-0.x branch 3 times, most recently from 2d78420 to 873e2c2 Compare January 27, 2023 05:51
@renovate renovate bot force-pushed the renovate/com.google.protobuf-protobuf-gradle-plugin-0.x branch 7 times, most recently from 99c43df to 4369a29 Compare February 11, 2023 04:44
@renovate renovate bot force-pushed the renovate/com.google.protobuf-protobuf-gradle-plugin-0.x branch 2 times, most recently from cd84e37 to 0b12590 Compare February 17, 2023 03:33
@renovate renovate bot force-pushed the renovate/com.google.protobuf-protobuf-gradle-plugin-0.x branch from 0b12590 to de5b3fa Compare February 24, 2023 20:56
@renovate renovate bot force-pushed the renovate/com.google.protobuf-protobuf-gradle-plugin-0.x branch from de5b3fa to 659b934 Compare March 8, 2023 02:13
@renovate renovate bot force-pushed the renovate/com.google.protobuf-protobuf-gradle-plugin-0.x branch 6 times, most recently from 245c2a7 to e1819db Compare April 17, 2023 20:53
@renovate renovate bot force-pushed the renovate/com.google.protobuf-protobuf-gradle-plugin-0.x branch 3 times, most recently from 51cec8b to 4b94a05 Compare April 26, 2023 19:02
@renovate renovate bot changed the title chore(deps): update dependency com.google.protobuf:protobuf-gradle-plugin to v0.9.2 chore(deps): update dependency com.google.protobuf:protobuf-gradle-plugin to v0.9.3 Apr 27, 2023
@renovate renovate bot force-pushed the renovate/com.google.protobuf-protobuf-gradle-plugin-0.x branch 10 times, most recently from 1cf1d0a to 5e5484e Compare May 9, 2023 19:00
@renovate renovate bot changed the title chore(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.3 May 11, 2023
@renovate renovate bot force-pushed the renovate/com.google.protobuf-protobuf-gradle-plugin-0.x branch 4 times, most recently from 8b9aafa to adf227f Compare May 18, 2023 04:45
@renovate renovate bot force-pushed the renovate/com.google.protobuf-protobuf-gradle-plugin-0.x branch 2 times, most recently from 10b6f5a to 0dcc5f4 Compare May 27, 2023 04:50
@renovate renovate bot force-pushed the renovate/com.google.protobuf-protobuf-gradle-plugin-0.x branch from 0dcc5f4 to e34680d Compare June 5, 2023 23:56
@renovate renovate bot force-pushed the renovate/com.google.protobuf-protobuf-gradle-plugin-0.x branch from e34680d to d8e1fcd Compare June 8, 2023 02:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants