This is an automated email from the ASF dual-hosted git repository.
leerho pushed a commit to branch Remove_JDK7
in repository
https://gitbox.apache.org/repos/asf/incubator-datasketches-memory.git
The following commit(s) were added to refs/heads/Remove_JDK7 by this push:
new 95e0504 Remove README_building.md
95e0504 is described below
commit 95e0504e26f20af25d1b983ba8fb7a7593d2115c
Author: Lee Rhodes <[email protected]>
AuthorDate: Mon Jun 17 12:53:59 2019 -0700
Remove README_building.md
---
README_building.md | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/README_building.md b/README_building.md
deleted file mode 100644
index 664b57e..0000000
--- a/README_building.md
+++ /dev/null
@@ -1,14 +0,0 @@
-## Building memory
-Use Apache Maven 3.0 to build this project
-
-### Compiling and JDK7 vs JDK8
-The internal com.yahoo.memory (Memory) repository leverages new API methods
introduced with JDK8.
-The Memory package detects the JDK version, and if it is not JDK8, replaces
these
-JDK8 methods with surrogates using JDK7, which will be slower.
-
-In order for this to work, this library must be compiled using jdk8
-but with both source and target versions of jdk7 specified in pom.xml.
-The resultant jar will work on jdk7 and jdk8.
-
-Note that at some point in the near future jdk7 will no longer be supported,
-so you are advised to bring your execution environments up to jdk8 sooner
rather than later.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]