Skip to content

Commit 1f7d5d6

Browse files
IgGusevMmuzaf
authored andcommitted
IGNITE-14404-specify-correct-java-versions (#8993)
1 parent 746861d commit 1f7d5d6

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/_docs/includes/cpp-prerequisites.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// limitations under the License.
1515
[width="100%",cols="1,3"]
1616
|===
17-
|JDK|Oracle JDK 8 and later, Open JDK 8 and later, IBM JDK 8 and later
17+
|JDK|Oracle JDK 8 or 11, Open JDK 8 or 11, IBM JDK 8 or 11
1818
|OS|Windows Vista, Windows Server 2008 and later versions, Ubuntu (18.04 64 bit)
1919
|Network|No restrictions (10G recommended)
2020
|Hardware|No restrictions

docs/_docs/includes/dotnet-prerequisites.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// limitations under the License.
1515
[width="100%",cols="1,3"]
1616
|===
17-
|JDK |Oracle JDK 8 and later, Open JDK 8 and later, IBM JDK 8 and later
17+
|JDK |Oracle JDK 8 or 11, Open JDK 8 or 11, IBM JDK 8 or 11
1818
|.NET Framework |.NET 4.0+, .NET Core 2.0+
1919
//|IDE |Visual Studio 2010+, Rider, Visual Studio Code
2020
|===

docs/_docs/includes/java9.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
// See the License for the specific language governing permissions and
1414
// limitations under the License.
15-
To run Ignite with Java 11 or later, follow these steps:
15+
To run Ignite with Java 11, follow these steps:
1616

1717
1. Set the `JAVA_HOME` environment variable to point to the Java installation
1818
directory.

docs/_docs/includes/prereqs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// limitations under the License.
1515
[width="100%",cols="1,3"]
1616
|===
17-
|JDK |Oracle JDK 8 and later, Open JDK 8 and later, IBM JDK 8 and later
17+
|JDK |Oracle JDK 8 or 11, Open JDK 8 or 11, IBM JDK 8 or 11
1818
|OS |Linux (any flavor), Mac OSX (10.6 and up), Windows (XP and up),
1919
Windows Server (2008 and up), Oracle Solaris
2020
|ISA |x86, x64, SPARC, PowerPC

docs/_docs/quick-start/java.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Run HelloWorld.java. You will see 'Hello World!' and other environment details p
165165

166166
include::includes/exampleprojects.adoc[]
167167

168-
== Running Ignite with Java 11 or later
168+
== Running Ignite with Java 11
169169

170170
include::includes/java9.adoc[]
171171

modules/platforms/dotnet/DEVNOTES.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Apache Ignite.NET Build Instructions (Windows)
33

44
Requirements:
55
* Windows (XP and up), Windows Server (2008 and up)
6-
* Oracle JDK 8 and above
6+
* Oracle JDK 8 or 11
77
* .NET Framework 4.0
88
* .NET Core 2.0+
99
* PowerShell 3.0+
@@ -41,7 +41,7 @@ A subset of functionality and tests is available. See Apache.Ignite.DotNetCore.s
4141

4242
Requirements:
4343
* .NET Core SDK (2.1+): https://www.microsoft.com/net/download/linux
44-
* JDK 8+: apt install openjdk-8-jdk
44+
* JDK 8 or JDK 11: apt install openjdk-8-jdk
4545
* Maven: apt install maven
4646
* IDE: Not required. Rider or VSCode works.
4747

@@ -64,7 +64,7 @@ Full Ignite.NET solution can be built, developed, and tested with Mono.
6464
Requirements:
6565
* Mono: http://www.mono-project.com/download/ (6.x may not work due to https://github.com/mono/mono/issues/18418)
6666
* NuGet: apt install nuget
67-
* JDK 8+: apt install openjdk-8-jdk
67+
* JDK 8 or JDK 11: apt install openjdk-8-jdk
6868
* Maven: apt install maven
6969
* PowerShell Core: https://github.com/PowerShell/PowerShell
7070
* IDE: Not required.

modules/platforms/dotnet/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Builds all parts of Apache Ignite.NET: Java, .NET, NuGet. Copies results to 'bin
2727
2828
Requirements:
2929
* PowerShell 3
30-
* JDK 8+
30+
* JDK 8 or JDK 11
3131
* MAVEN_HOME environment variable or mvn.bat in PATH
3232
3333
.PARAMETER skipJava

modules/platforms/dotnet/release/verify-nuget.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Creates a project with .NET Core CLI, installs all packages, runs simple code to
2727
2828
Requirements:
2929
* .NET Core 2.0+
30-
* JDK 8+
30+
* JDK 8 or JDK 11
3131
3232
.PARAMETER packageDir
3333
Directory with nupkg files to verify, defaults to ..\nupkg.

0 commit comments

Comments
 (0)