commit | c11cddf916fa7809ea99a10d97aa18dc8bc90a87 | [log] [tgz] |
---|---|---|
author | Himanshu Kandwal <himanshuk.19@gmail.com> | Thu May 09 13:44:49 2024 -0700 |
committer | GitHub <noreply@github.com> | Thu May 09 13:44:49 2024 -0700 |
tree | ed80d19fd01cd0c4a58ec179ca19ea6a0c9dacaa | |
parent | 93c59a763c1f4ec72aeae8c654292b15d0f50ed5 [diff] |
[apache/helix] -- [Part-2] Enable JDK 1.8 (backward) compatibility for meta-client (#2802) We would like to provide a backward compatible support to our consumers where they also have an option to use JDK-8 compiled meta-client jar, if they have such a requirement. By default we will generate JDK-11 jars and JDK-8 jars using a classifier.
Helix is part of the Apache Software Foundation.
Project page: http://helix.apache.org/
Mailing list: http://helix.apache.org/mail-lists.html
mvn clean install -Dmaven.test.skip.exec=true
Helix is a generic cluster management framework used for automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes. Helix provides the following features:
Helix UI has been tested to run well on these versions of node and yarn:
"engines": { "node": "~14.17.5", "yarn": "^1.22.18" },