ayushtkn commented on issue #4809:
URL: https://github.com/apache/polaris/issues/4809#issuecomment-4737640109

   This was due to JDK, there is a bug in JDK: 
https://bugs.openjdk.org/browse/JDK-8225377
   
   **Homebrew OpenJDK 21.0.7** — doesn't have the backport → TYPE_USE @Nullable 
invisible across compilation boundaries → Immutables generates versionToken as 
required → tests fail
     - **Temurin 21.0.11** — has the backport → TYPE_USE @Nullable visible on 
inherited methods → Immutables correctly makes versionToken nullable → tests 
pass                                      
     - **JDK 22+** — officially fixed                                           
                                                                               
                                 


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