Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2025

This PR contains the following updates:

Package Update Change
gradle (source) major 8.14.3 -> 9.0.0

Release Notes

gradle/gradle (gradle)

v9.0.0

Compare Source


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the chore Release label indicating a trivial change label Jul 31, 2025
Copy link
Contributor Author

renovate bot commented Jul 31, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: java/build.gradle.kts
Command failed: ./gradlew --console=plain --dependency-verification lenient -q properties

FAILURE: Build failed with an exception.

* Where:
Build file '/tmp/renovate/repos/github/vortex-data/vortex/java/vortex-jni/build.gradle.kts' line: 7

* What went wrong:
An exception occurred applying plugin request [id: 'org.gradle.java-library']
> Failed to apply plugin 'org.inferred.processors'.
   > Could not get unknown property 'convention' for project ':vortex-jni' of type org.gradle.api.Project.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to generate a Build Scan (Powered by Develocity).
> Get more help at https://help.gradle.org.

BUILD FAILED in 22s

@coveralls
Copy link

coveralls commented Jul 31, 2025

Coverage Status

coverage: 86.234%. remained the same
when pulling 21685be on renovate/gradle-9.x
into b07d3bf on develop.

@renovate renovate bot force-pushed the renovate/gradle-9.x branch from b61fa0c to 21685be Compare August 10, 2025 13:26
@danking
Copy link
Contributor

danking commented Aug 25, 2025

File name: java/build.gradle.kts
Command failed: ./gradlew --console=plain --dependency-verification lenient -q properties

FAILURE: Build failed with an exception.

* Where:
Build file '/tmp/renovate/repos/github/vortex-data/vortex/java/vortex-jni/build.gradle.kts' line: 7

* What went wrong:
An exception occurred applying plugin request [id: 'org.gradle.java-library']
> Failed to apply plugin 'org.inferred.processors'.
   > Could not get unknown property 'convention' for project ':vortex-jni' of type org.gradle.api.Project.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to generate a Build Scan (Powered by Develocity).
> Get more help at https://help.gradle.org.

BUILD FAILED in 22s

@a10y does this mean anything to you?

@a10y
Copy link
Contributor

a10y commented Aug 25, 2025

I can fix this branch up

Copy link
Contributor Author

renovate bot commented Aug 25, 2025

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.

@a10y a10y force-pushed the renovate/gradle-9.x branch from 3d7e3f3 to af608af Compare August 25, 2025 20:05
@a10y a10y enabled auto-merge (squash) August 25, 2025 20:05
@a10y
Copy link
Contributor

a10y commented Aug 25, 2025

The fixes were

  • Kill off the old and apparently deprecated Palantir annotation processor plugin, Gradle has annotationProcessor as a builtin configuration for some time now
  • Kill off the gradle-consistent-versions plugin in favor of the newer builtin Version Catalog and pinning functionality

Signed-off-by: Andrew Duffy <[email protected]>
Copy link

codecov bot commented Aug 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.13%. Comparing base (f3baa1e) to head (11ff58d).
⚠️ Report is 2 commits behind head on develop.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@robert3005
Copy link
Contributor

Just fwiw gradle consistent versions and gradle builtins behaves slightly differently where consistent versions behaves like cargo lock where the gradle builtin is per project

@a10y
Copy link
Contributor

a10y commented Aug 25, 2025

Yea, after much futzing I'm a bit unsure how to fix this one. It seems like spark is pulling in Jackson 2.15, and vortex-jni's Arrow dependency is pulling in 2.18.

Any attempt of mine to override the version constraint seems to fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Release label indicating a trivial change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants