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

chore(deps): update dependency gradle to v8.2.1 #855

Merged
merged 3 commits into from
Jul 11, 2023

Conversation

mend-for-github-com[bot]
Copy link
Contributor

@mend-for-github-com mend-for-github-com bot commented Jun 30, 2023

This PR contains the following updates:

Package Update Change
gradle (source) minor 8.1.1 -> 8.2.1

Release Notes

gradle/gradle

v8.2.1: 8.2.1

This is a patch release for 8.2. We recommend using 8.2.1 instead of 8.2

It fixes the following issues:

  • #​25579 Regression in 8.2: StackOverflowError w/ Gradle 8.2 + Quarkus 2.16.7 (latest)
  • #​25611 TestKit unexpectedly stopped working with Gradle 2.x versions
  • #​25618 Micronaut JacocoReportAggregationPlugin broken in Gradle 8.2
  • #​25658 Gradle 8.2 sets incorrect value to boolean --no-feature option
  • #​25674 Address regression in dependency graph build operation results

Read the Release Notes

Upgrade Instructions

Switch your build to use Gradle 8.2.1 by updating your wrapper:

./gradlew wrapper --gradle-version=8.2.1

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 8.2.1.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.


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

@dbwiddis
Copy link
Member

Gradle is rightfully calling out a 8.2 deprecated feature (JavaPluginConventions class in opensearch gradle plugin) that will be removed in Java 9, but I don't understand why it's failing the build in any gradle 8.x.

https://docs.gradle.org/8.2/userguide/upgrading_version_8.html#deprecated_access_to_conventions

@dbwiddis
Copy link
Member

org.gradle.api.GradleException: Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0
        at org.gradle.internal.featurelifecycle.LoggingDeprecatedFeatureHandler.displayDeprecationIfSameMessageNotDisplayedBefore(LoggingDeprecatedFeatureHandler.java:90)
        at org.gradle.internal.featurelifecycle.LoggingDeprecatedFeatureHandler.featureUsed(LoggingDeprecatedFeatureHandler.java:75)
        at org.gradle.internal.deprecation.DeprecationLogger.nagUserWith(DeprecationLogger.java:347)
        at org.gradle.internal.deprecation.DeprecationLogger.nagUserWith(DeprecationLogger.java:246)
        at org.gradle.internal.deprecation.DeprecationMessageBuilder$WithDocumentation.nagUser(DeprecationMessageBuilder.java:130)
        at org.gradle.api.internal.project.DefaultProject.getConvention(DefaultProject.java:593)

@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/gradle-8.x branch from a640aca to e4d754a Compare July 6, 2023 21:58
owaiskazi19
owaiskazi19 previously approved these changes Jul 6, 2023
dbwiddis
dbwiddis previously approved these changes Jul 6, 2023
@mend-for-github-com mend-for-github-com bot dismissed stale reviews from dbwiddis and owaiskazi19 via 52409d5 July 7, 2023 22:58
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/gradle-8.x branch 2 times, most recently from 52409d5 to 557500d Compare July 10, 2023 16:13
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency gradle to v8.2 chore(deps): update dependency gradle to v8.2.1 Jul 10, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/gradle-8.x branch from 557500d to 9f59c37 Compare July 10, 2023 16:56
Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/gradle-8.x branch from 9f59c37 to e59edeb Compare July 10, 2023 23:16
@mend-for-github-com
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@ryanbogan ryanbogan merged commit 37bdb5a into main Jul 11, 2023
5 checks passed
@ryanbogan ryanbogan deleted the whitesource-remediate/gradle-8.x branch July 11, 2023 22:24
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jul 11, 2023
Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
Co-authored-by: Owais Kazi <owaiskazi19@gmail.com>
(cherry picked from commit 37bdb5a)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
dbwiddis pushed a commit that referenced this pull request Jul 12, 2023
(cherry picked from commit 37bdb5a)

Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
Co-authored-by: Owais Kazi <owaiskazi19@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants