Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-01-26 23:59:52 +0000
committerChristian Halstrick2015-02-09 13:11:50 +0000
commitc26bc63ef168e4da3886f376d1609b392b5651c3 (patch)
treed8b494a15f7cf463cd5a3007bb5100f7ae4c12eb /README.md
parent21f667edbaa1727e08ea9356fcbfbefdee481b2f (diff)
downloadjgit-c26bc63ef168e4da3886f376d1609b392b5651c3.tar.gz
jgit-c26bc63ef168e4da3886f376d1609b392b5651c3.tar.xz
jgit-c26bc63ef168e4da3886f376d1609b392b5651c3.zip
Set minimum required Java version to Java 7
Bug: 458475 Change-Id: Iea8f2236d4e6a94a8d14bb8cc685006ea3fd1bb7 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md
index 72eafd298f..7a350fabba 100644
--- a/README.md
+++ b/README.md
@@ -87,12 +87,7 @@ Warnings/Caveats
- Only the timestamp of the index is used by jgit if the index is
dirty.
-- Don't try the library with a JDK other than 1.6 (Java 6) unless you
- are prepared to investigate problems yourself. JDK 1.5.0_11 and later
- Java 5 versions *may* work. Earlier versions do not. JDK 1.4 is *not*
- supported. Apple's Java 1.5.0_07 is reported to work acceptably. We
- have no information about other vendors. Please report your findings
- if you try.
+- JGit requires at least a Java 7 JDK.
- CRLF conversion is performed depending on the core.autocrlf setting,
however Git for Windows by default stores that setting during

Back to the top