From 572930d90396f07a67454cbb3f0b736be4e11d29 Mon Sep 17 00:00:00 2001 From: "Ted M. Young" Date: Sun, 27 Dec 2015 12:03:44 -0800 Subject: [PATCH] Added Zulu OpenJDK for 8 and EA 9 The OpenJDK site itself only shows how to download for Linux via package managers, whereas the Zulu site has direct download for all three popular platforms. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12e7d9d..a9c1d90 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ A curated list of awesome Java frameworks, libraries and software. *Everything which simplifies interactions with the database.* -* [Apache Hive] (https://hive.apache.org/) - Data warehouse infrastructure built on top of Hadoop. +* [Apache Hive](https://hive.apache.org/) - Data warehouse infrastructure built on top of Hadoop. * [Apache Phoenix](http://phoenix.apache.org/) - High performance relational database layer over HBase for low latency applications. * [Crate](https://crate.io/) - Distributed data store that implements data synchronization, sharding, scaling, and replication. In addition, it provides a SQL-based syntax to execute queries across a cluster. * [FlexyPool](https://github.com/vladmihalcea/flexy-pool) - Brings metrics and failover strategies to the most common connection pooling solutions. @@ -367,7 +367,9 @@ A curated list of awesome Java frameworks, libraries and software. *Current implementations of the JVM/JDK.* * [JDK 9](https://jdk9.java.net/) - Early access releases of JDK 9. -* [OpenJDK](http://openjdk.java.net/) - Open-source implementation. +* [OpenJDK](http://openjdk.java.net/) - Open-source implementation for Linux. +* [Zulu OpenJDK](http://www.azul.com/downloads/zulu/) - OpenJDK builds for Windows, Linux, and Mac OS X through Java 8. +* [Zulu OpenJDK 9](http://zulu.org/zulu-9-pre-release-downloads/) - Early access OpenJDK 9 builds for Windows, Linux, and Mac OS X. ## Logging