-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Run RevAPI without Gradle #10368
Comments
Yes I have something about that coupled with gradle update. I will push the PR asap. |
I created a script to run revapi: https://github.com/jbonofre/iceberg/blob/GRADLE/dev/revapi I have three things to address:
|
After some investigations, I'm doing:
|
How does revapi manifests that it does not support newer gradle? |
@findepi if you change a public API (let's say I'm working on the fix. |
@jbonofre do we already know the root cause why the rev api stops working when we upgrade grade? If it something not our side, are the plug-in authors aware of the problem? |
@findepi: The problem is gradle plugin is not officially part of rev API maintainers. We also created the issue but no one responded |
@findepi yes I have the fix for the plugin. But my concern is the plugin is not maintained anymore (no commit or release in the last 2 years). |
I started this discussion also: revapi/revapi#296 |
Not needed anymore #8486 |
Feature Request / Improvement
By decoupling RevAPI from Gradle we can upgrade to a later version of Gradle.
A later version of Gradle is required to unblock #10209. The 1.14.0 version of Parquet ships with a newer version of Jackson, with JDK21-specific files. These files cause issues with the older version of the Shadow plugin that we're using. The shadow plugin requires a later version of Gradle.
We must double-check if RevAPI is working properly since it silently stopped working when updating Gradle to a later version.
Blocks #8485
I believe @jbonofre wants to work on this, but he can also work on it if anyone else is interested.
Query engine
None
The text was updated successfully, but these errors were encountered: