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

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new 8145d4998 JDK 11
8145d4998 is described below

commit 8145d4998cb996f8a9c69a874e35433874c36e32
Author: Josh Tynjala <[email protected]>
AuthorDate: Wed Jun 19 11:24:22 2024 -0700

    JDK 11
---
 README                       | 2 +-
 RELEASE_NOTES.md             | 1 +
 src/site/asciidoc/build.adoc | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 68b7a6fca..b6861cf1d 100644
--- a/README
+++ b/README
@@ -55,7 +55,7 @@ Building the Apache Royale Compiler with Apache Maven
     SOFTWARE                                
     
==================================================================================
 
-    Java SDK 8 or greater (*1)            
+    Java SDK 11 or greater (*1)            
 
     Maven 3.8.1 or greater (*1)              
 
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index e0dcb5337..494683eab 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -56,6 +56,7 @@ Apache Royale Compiler 0.9.11
 - formatter: Fix formatting of unary operators that (depending on context) may 
also be arithmetic operators.
 - linter: Fix implicit semicolon incorrectly detected as an empty statement 
that should be removed (it can't be removed).
 - linter: Fix MXML linter being incorrectly used for _.as_ files and AS3 
linter being incorrectly used for _.mxml_ files.
+- Building royale-compiler now requires JDK 11 or newer.
 
 Apache Royale Compiler 0.9.10
 =============================
diff --git a/src/site/asciidoc/build.adoc b/src/site/asciidoc/build.adoc
index 9b40f37ea..d1fb970e2 100644
--- a/src/site/asciidoc/build.adoc
+++ b/src/site/asciidoc/build.adoc
@@ -25,7 +25,7 @@ This document will guide you through the process of building 
Royale from source.
 
 In order to build Royale you require the following software installed on your 
machine:
 
-- A Java JDK 1.8 or higher (a simple Java runtime is not enough) 
(http://www.oracle.com/technetwork/java/javase/downloads/index.html)
+- A Java JDK 11 or higher (a simple Java runtime is not enough) 
(http://www.oracle.com/technetwork/java/javase/downloads/index.html)
 - Apache Maven 3.8.1 or higher (http://maven.apache.org)
 - The Flash Player projector content debugger 
(https://www.adobe.com/support/flashplayer/debug_downloads.html)
 

Reply via email to