laurentgo opened a new pull request, #43397:
URL: https://github.com/apache/arrow/pull/43397

   ### Rationale for this change
   
   jsr305 is not maintained anymore and is unlikely to support JPMS. The 
classes are also in the javax. namespace which is known to cause issues as well.
   
   ### What changes are included in this PR?
   
   Replace most uses of jsr305 with the equivalent checker framework 
annotations, and remove usage of `@ThreadSafe.`
   
   ### Are these changes tested?
   
   CI/CD
   
   ### Are there any user-facing changes?
   
   None
   
   


-- 
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]

Reply via email to