From 762392ca280cb93c6aae1abcfd2e24a64ec36144 Mon Sep 17 00:00:00 2001 From: brettwooldridge Date: Fri, 1 Nov 2013 22:08:45 +0900 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac608ce9..ae962c3e 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,9 @@ management console such as JConsole: Google discussion group [HikariCP here](https://groups.google.com/d/forum/hikari-cp) #### Requirements #### - * Oracle Java 6 and above + * Oracle Java 7 and above1 * Javassist 3.18.1+ library * slf4j library + +1It might work with other JVM, but defintely won't work with Java 6 and below because of the use of +classes that are only available in Java 7.