Skip to content

Commit

Permalink
Fix #293, update documentation of required Java version for build too…
Browse files Browse the repository at this point in the history
…ls to Java 17.

Signed-off-by: sugeesh chandraweera <csugeesh@vmware.com>
  • Loading branch information
sugeeshC committed Jun 27, 2024
1 parent a2e4d1b commit daa6f3d
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/archive/doc/markdown/setup-cd-bamboo.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

### Requirements
- Make sure that the artefacts in the Build plan are shared:
- Java JDK 8+ installed on the hatchery vm
- Java JDK 17 installed on the hatchery vm



Expand Down
2 changes: 1 addition & 1 deletion docs/archive/doc/markdown/setup-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- CI Server capable of running Maven commands (we assume Gitlab):
- Git client
- Maven 3.5+
- Java 8
- Java 17
- NodeJS 16.12+ (NPM 6.7+)
- (Optional) PowerShell version 6+ (recommended 7.2.3+) is required for supporting powershell polyglot projects.
- Temporary access to internet during the installation
Expand Down
2 changes: 1 addition & 1 deletion docs/archive/doc/markdown/setup-workstation-maven.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ going through phases like validate, compile, test, package, verify, install and
- Build Tools for VMware Aria Platform
- [Build Tools for VMware Aria Platform](setup-platform.md) ready to use
- Workstation can access Build Tools for VMware Aria Platform services
- Java 8+ ([official installation guide](https://www.java.com/en/download/help/download_options.xml))
- Java 17
- Maven 3.5+ ([official installation guide](https://maven.apache.org/install.html))

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion docs/archive/doc/markdown/setup-workstation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## Prerequisites
- [Build Tools for VMware Aria Platform](setup-platform.md) ready to use
- [vRealize Developer Tools](https://github.com/vmware/vrealize-developer-tools)
- Java 8 ([official installation guide](https://www.java.com/en/download/help/download_options.xml))
- Java 17
- Maven 3.5+ ([official installation guide](https://maven.apache.org/install.html))
- Development vRealize Automation Tenant configured with development vRealize Orchestrator
- Tenant administrator user
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Prerequisites for installation of Build Tools for VMware Aria.

### Prerequisites
- [vRealize Developer Tools](https://github.com/vmware/vrealize-developer-tools) (Optional)
- Java 8 ([official installation guide](https://www.java.com/en/download/help/download_options.xml))
- Java 17
- Maven 3.5+ ([official installation guide](https://maven.apache.org/install.html))
- NodeJS 16.x.x (use `nvm` if possible) [official downloads](https://nodejs.org/en/download/releases/)
- Development vRealize Automation Tenant configured with development vRealize Orchestrator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ going through phases like validate, compile, test, package, verify, install and
- Build Tools for VMware Aria Platform
- [Build Tools for VMware Aria Platform](Setting%20Up%20Artifactory.md) ready to use
- Workstation can access Build Tools for VMware Aria Platform services
- Java 8+ ([official installation guide](https://www.java.com/en/download/help/download_options.xml))
- Java 17
- Maven 3.5+ ([official installation guide](https://maven.apache.org/install.html))

### Configuration
Expand Down
8 changes: 8 additions & 0 deletions docs/versions/latest/Release.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,15 @@
[//]: # (Explain how it behaves now, regarding to the change)
[//]: # (Optional But higlhy recommended Specify *NONE* if missing)
[//]: # (#### Relevant Documentation:)
### Updated documentation to specify Java 17 as the required version

#### Previous Behavior

Required Java version mentioned in the documentation was Java 8.

#### Current Behavior

Required Java version updated to Java 17 in the documentation.

## Upgrade procedure
[//]: # (Explain in details if something needs to be done)

0 comments on commit daa6f3d

Please sign in to comment.