jbonofre commented on issue #8485:
URL: https://github.com/apache/iceberg/issues/8485#issuecomment-1746467781
FYI, I tested `revapi` with Gradle 8.3 (on my PR). Here's the test I did:
* I added `void test();` method in `SessionCatalog`
* I added the corresponding `public void test() {}` in `RESTSessionCatalog`
So there's actually a change on the API.
With Gradle 8.1, `revapi` fails with `API/ABI breaks detected.`.
With Gradle 8.3, `revapi` doesn't fail, it doesn't detect the API change.
I'm investigating.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]