From d6d9ae06fc2143571c8d35d9fe7a4ec73fdee45b Mon Sep 17 00:00:00 2001 From: veenamandangada <145746560+veena-ux@users.noreply.github.com> Date: Tue, 16 Jul 2024 15:31:18 +0530 Subject: [PATCH] added JDK 8 as per Richards comment --- migration-guide/redhat-to-ibm.adoc | 2 +- workflow/workflow-with-bpmn.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/migration-guide/redhat-to-ibm.adoc b/migration-guide/redhat-to-ibm.adoc index b91f665ae..924f4ed0c 100644 --- a/migration-guide/redhat-to-ibm.adoc +++ b/migration-guide/redhat-to-ibm.adoc @@ -18,7 +18,7 @@ From there you are free to migrate to any release of {PRODUCT}. The following tools are required to migrate to {PRODUCT_SHORT} version {VERSION_80}: -- https://openjdk.org[JDK 11] or later is installed. +- https://openjdk.org[JDK 8 or 11] or later is installed. - https://maven.apache.org[Apache Maven 3.8.6] or later is installed. [IMPORTANT] diff --git a/workflow/workflow-with-bpmn.adoc b/workflow/workflow-with-bpmn.adoc index e972ab07e..0f0c4eabf 100644 --- a/workflow/workflow-with-bpmn.adoc +++ b/workflow/workflow-with-bpmn.adoc @@ -52,7 +52,7 @@ image::tools/image5.jpg[] Toggling the Problems tab lets you see static validation errors that {CANVAS} reports while you're developing your Workflows. Developing Workflows through BPMN files is a complex subject and has many intricacies that are beyond the scope of this document. - For more information, see BPMN-specific material, https://www.omg.org/spec/BPMN/2.0.2/PDF[BPMN specification]. +For more information, see BPMN-specific material, https://www.omg.org/spec/BPMN/2.0.2/PDF[BPMN specification]. === Invoking a Decision from a Workflow