Repository: brooklyn-docs Updated Branches: refs/heads/master 9afc4162c -> b45541d8c
Fix recommended OS / Java version Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/388ec63d Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/388ec63d Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/388ec63d Branch: refs/heads/master Commit: 388ec63dda744c9101d80cdc4205181b59dc918a Parents: 5cc51f3 Author: Aled Sage <[email protected]> Authored: Tue May 23 17:07:19 2017 +0100 Committer: Aled Sage <[email protected]> Committed: Tue May 23 17:07:19 2017 +0100 ---------------------------------------------------------------------- guide/ops/requirements.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/388ec63d/guide/ops/requirements.md ---------------------------------------------------------------------- diff --git a/guide/ops/requirements.md b/guide/ops/requirements.md index b7c5cf5..9c481c8 100644 --- a/guide/ops/requirements.md +++ b/guide/ops/requirements.md @@ -64,14 +64,14 @@ rotation according to your organisation's policy. ## Supported Operating Systems -The recommended operating system is CentOS 6.x or RedHat 6.x. +The recommended operating system is CentOS 7.x or RedHat 7.x. -Brooklyn has also been tested on Ubuntu 14.04 and OS X. +Brooklyn has also been tested on CentOS 6.x, Ubuntu 14.04, Ubuntu 16.04 and OS X. ## Software Requirements -Brooklyn requires Java (JRE or JDK) minimum version 1.7. +Brooklyn requires Java (JRE or JDK) minimum version 1.8. OpenJDK is recommended. Brooklyn has also been tested on IBM J9 and Oracle's JVM.
