require java 7 needed for named groups in regexes; also fix semantics of 'T' separator and tidy date parsing
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/f5048d80 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/f5048d80 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/f5048d80 Branch: refs/heads/0.7.0-incubating Commit: f5048d806cacda8d18055f65d3ffad80f913c02c Parents: 490cc07 Author: Alex Heneveld <[email protected]> Authored: Mon Jun 8 09:36:46 2015 +0100 Committer: Alex Heneveld <[email protected]> Committed: Wed Jun 10 18:38:17 2015 +0100 ---------------------------------------------------------------------- docs/guide/ops/requirements.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/f5048d80/docs/guide/ops/requirements.md ---------------------------------------------------------------------- diff --git a/docs/guide/ops/requirements.md b/docs/guide/ops/requirements.md index 7830bc9..d0cf7fd 100644 --- a/docs/guide/ops/requirements.md +++ b/docs/guide/ops/requirements.md @@ -28,12 +28,9 @@ Brooklyn has also been tested on Ubuntu 12.04 and OS X. ## Software Requirements -Brooklyn requires Java (JRE or JDK) minimum version 6. The latest release of version 7 or 8 is recommended. +Brooklyn requires Java (JRE or JDK) minimum version 7. OpenJDK is recommended. Brooklyn has also been tested on IBM J9 and Oracle's JVM. -* check your `iptables` or other firewall service, making sure that incoming connections on port 8443 is not blocked -* check that the [linux kernel entropy](increase-entropy.html) is sufficient - ## Configuration Requirements
