From fb4d40c1ef27ed5bde81bc0b144d8df1476e69e3 Mon Sep 17 00:00:00 2001 From: Shirshanka Das Date: Sat, 24 Sep 2022 22:20:07 -0700 Subject: [PATCH] small edits to docs --- docs/developers.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/developers.md b/docs/developers.md index 125caf4ae0df8e..ac793ad9e9dc98 100644 --- a/docs/developers.md +++ b/docs/developers.md @@ -5,14 +5,14 @@ title: "Local Development" # DataHub Developer's Guide ## Pre-requirements - - [Java 1.8 SDK](https://adoptopenjdk.net/?variant=openjdk8&jvmVariant=hotspot) + - [Java 11 SDK](https://openjdk.org/projects/jdk/11/) - [Docker](https://www.docker.com/) - [Docker Compose](https://docs.docker.com/compose/) - Docker engine with at least 8GB of memory to run tests. :::note - Do not try to use a JDK newer than JDK 8. The build process does not work with newer JDKs currently. + Do not try to use a JDK newer than JDK 11. The build process does not work with newer JDKs currently. ::: @@ -101,7 +101,7 @@ You're probably using a Java version that's too new for gradle. Run the followin ``` java --version ``` -While it may be possible to build and run DataHub using newer versions of Java, we currently only support [Java 1.8](https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html) (aka Java 8). Plan for Java 11 migration is being discussed in [this issue](https://github.com/datahub-project/datahub/issues/1699). +While it may be possible to build and run DataHub using newer versions of Java, we currently only support [Java 11](https://openjdk.org/projects/jdk/11/) (aka Java 11). ### Getting `cannot find symbol` error for `javax.annotation.Generated`