geertjanw opened a new pull request #3659:
URL: https://github.com/apache/hudi/pull/3659


   ## What is the purpose of the pull request
   
   This pull request enables Apache Hudi to do GitHub Actions 
actions/setup-java against the latest JDK 8 version (as was the case before 
this pull request) as well as a fixed JDK 8 version. This is useful because if 
you do a build and the fixed JDK 8 version is green (it succeeded), while the 
latest JDK 8 version is red (it failed), that gives you information about the 
reason for the build failure: it was because of something to do with the latest 
JDK 8 and not something connected directly to your code.
   
   You were using 'adopt', which is no more, 'temurin' and 'zulu' are the two 
officially supported options, 'temurin' is new and doesn't yet have all/as many 
versions as 'zulu' does, which is older and therefore has a longer history 
applicable to this. Hence changed from 'adopt' to 'zulu'.
   
   ## Brief change log
   
   This change added tests and can be verified as follows:
   
     - *Make a change anywhere and commit or provide a pull request.*
     - *The actions/setup-java will do two builds, i.e., against two different 
JDK 8 versions.*
     - *Both will/should go green..*
   
   


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