This is an automated email from the ASF dual-hosted git repository.

chia7712 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 45982186dca MINOR: Revert "Temporarily update Vagrantfile to Java 11" 
(#17642)
45982186dca is described below

commit 45982186dca717690ad945f6142e5c0901f1a207
Author: Bill Bejeck <[email protected]>
AuthorDate: Thu Oct 31 01:23:04 2024 -0400

    MINOR: Revert "Temporarily update Vagrantfile to Java 11" (#17642)
    
    Reviewers: Chia-Ping Tsai <[email protected]>
---
 Vagrantfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Vagrantfile b/Vagrantfile
index 3f64a4a9659..a053be28d01 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -55,8 +55,8 @@ ec2_iam_instance_profile_name = nil
 
 ebs_volume_type = 'gp3'
 
-jdk_major = '11'
-jdk_full = '11.0.2-linux-x64'
+jdk_major = '8'
+jdk_full = '8u202-linux-x64'
 
 local_config_file = File.join(File.dirname(__FILE__), "Vagrantfile.local")
 if File.exists?(local_config_file) then

Reply via email to