summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2021-10-29 15:01:58 +0200
committerGitHub <noreply@github.com>2021-10-29 15:01:58 +0200
commitcfe3968264f3a73ee18cf89a0a62c382a7007e73 (patch)
treedcad8092185f55bc3a2b9833abe56e6c5d2dd89e
parente5eb4faffa340f5e8445714537eccdd52bf0da43 (diff)
parent256180542eb1ace0a4842c4311870dbca478dff4 (diff)
Merge pull request #19791 from vespa-engine/jdk8-notes
Add notes in README for modules that must be built with JDK 8
-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.