commit | e6631c5815980aa2dbb27c776885920380cfbab3 | [log] [tgz] |
---|---|---|
author | Pawel Wieczorek <p.wieczorek2@samsung.com> | Thu Aug 13 11:23:22 2020 +0200 |
committer | Morgan Richomme <morgan.richomme@orange.com> | Mon Aug 31 08:42:35 2020 +0000 |
tree | f8bebf48512e5cafeccb34b829a84ef95e6d4c9a | |
parent | 836bd90e99887e4d92edb0528dc69a693a13512b [diff] |
Add support for detecting Java 8 For Java 11 there are four ways of checking Java binary version: * -version print product version to the error stream and exit * -showversion print product version to the error stream and continue * --version print product version to the output stream and exit * --show-version print product version to the output stream and continue For Java 8 only error stream options are available. There is no support for output stream (double-hyphenated) options. This patch extends list of executed commands for binary version detection. Java 8 presence will now be shown in results instead of being reported as an error. Issue-ID: INT-1601 Change-Id: I1b538bc1f0826f6000fedb08860d12c15fe2fc14 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
Responsible for the integration framework / automated tools, code and scripts, best practice guidance related to cross-project Continuous System Integration Testing (CSIT), and delivery of the ONAP project.
See https://wiki.onap.org/display/DW/Integration+Project for additional details.
See respective directories for additional details about each sub-project.