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>
1 file changed
tree: f8bebf48512e5cafeccb34b829a84ef95e6d4c9a
  1. bootstrap/
  2. deployment/
  3. docs/
  4. documentation/
  5. S3Ptools/
  6. test/
  7. version-manifest/
  8. .coafile
  9. .gitattributes
  10. .gitignore
  11. .gitreview
  12. .readthedocs.yaml
  13. .yamllint
  14. INFO.yaml
  15. README.md
  16. tox.ini
  17. version.properties
README.md

ONAP Integration

Description

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.

Sub-projects

See respective directories for additional details about each sub-project.