laurentgo opened a new pull request, #41790: URL: https://github.com/apache/arrow/pull/41790
### Rationale for this change As annotation processing is directly configured in `maven-compiler-plugin`, project dependencies should not include annotation processors in their dependencies, and annotations should be limited to `provided` scope as much as possible. ### What changes are included in this PR? Clean up immutables and checkerframework dependencies to address the issue above: * switch from `org.immutables:value` to `org.immutables:value-annotations` * update `org.immutables` dependencies from 2.10.0 to 2.10.1 * change `org.checkerframework:checker-qual` default scope from `compile` to `provided` * add `org.immutables:value` and `org.checkerframework:checker` to the list of banned dependencies ### Are these changes tested? CI only ### Are there any user-facing changes? No -- 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]
