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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to