This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new 16599541c2 Bumping JDK version in docs to 11
16599541c2 is described below
commit 16599541c28fd6d51a2e415348bc8862310d7c77
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Wed May 3 10:56:05 2023 +0100
Bumping JDK version in docs to 11
---
BUILDING.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/BUILDING.txt b/BUILDING.txt
index 28eb18453a..a7fccabf6b 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -6,7 +6,7 @@ Initial Setup
1) Install J2SE SDK, which can be downloaded from
http://www.oracle.com/technetwork/java/archive-139210.html#javase
- The minimum suported Java version is 1.8.
+ The minimum suported Java version is 11.
2) Make sure that your JAVA_HOME environment variable is set to the newly
installed
JDK location, and that your PATH includes %JAVA_HOME%\bin (windows) or