shoothzj commented on code in PR #4371:
URL: https://github.com/apache/bookkeeper/pull/4371#discussion_r1615380803


##########
.github/workflows/bk-ci.yml:
##########
@@ -505,7 +509,8 @@ jobs:
       - name: Set up JDK 11
         uses: actions/setup-java@v4
         with:
-          java-version: 11
+          distribution: 'temurin'
+          java-version: 21

Review Comment:
   @hangc0276 I previously thought that using JDK 21 for OWASP might be 
potentially faster and help expose more problems.
   
   Additionally, considering that OpenJDK 11 will reach its end of life in 
October 2024, do we have plan to upgrade CI to jdk17?



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