summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--http-utils/README.md2
-rw-r--r--vespa-http-client/README2
2 files changed, 4 insertions, 0 deletions
diff --git a/http-utils/README.md b/http-utils/README.md
index 3a4f3b68482..4e1fcd75d07 100644
--- a/http-utils/README.md
+++ b/http-utils/README.md
@@ -1,2 +1,4 @@
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
# Http utilities for Java
+
+NOTE: This must be built with JDK 8, because it's used by vespa-http-client. \ No newline at end of file
diff --git a/vespa-http-client/README b/vespa-http-client/README
index 96083f71cc5..49d375316f6 100644
--- a/vespa-http-client/README
+++ b/vespa-http-client/README
@@ -1,3 +1,5 @@
Java API for feeding to Vespa from external sources
Cross-colo etc.
+
+NOTE: This must be built with JDK 8, because it's used on the grid.