yuqi1129 commented on PR #8793:
URL: https://github.com/apache/gravitino/pull/8793#issuecomment-3395732352

   > There is an issue: during development, if a user uses syntax or classes 
that are incompatible with JDK 8 in the client module, running ./gradlew 
release will result in an error. This problem can only be detected in the CI 
pipeline environment, which causes inconvenience to developers.
   
   This can be resolved by adding a CI pipeline to test whether we can 
successfully run `./gradlew release`.  One point is that the client side only 
supports JDK8 is a consensus, so we can add some explicit checks for it. For 
the server side, we should not remain stagnant. What if we are going to upgrade 
the Java Development Kit on the server side? 
   
   Another point is that version 1.17.0 definitely supports the JDK8 syntax, so 
there is no problem in making such a change. 


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