EnricoMi commented on PR #1434:
URL: 
https://github.com/apache/incubator-uniffle/pull/1434#issuecomment-1887606086

   > > I presume Java 8 support is still a requirement?
   >
   > Sorry. I don't get your point.
   
   In some places it would be preferably to use 
`AtomicReference<ServerStatus>.compareAndExchange` rather than 
`AtomicReference<ServerStatus>.compareAndSet`, but that flags up as `Usage of 
API documented as @since 1.9+`. If Uniffle is required to support Java 8, then 
using `compareAndExchange` is prohibited.


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

Reply via email to