A fork of https://github.com/MicroRaft/MicroRaft
- Java 100%
| .circleci | ||
| .github/workflows | ||
| .mvn/wrapper | ||
| microraft | ||
| microraft-metrics | ||
| .gitignore | ||
| CONTRIBUTING.md | ||
| Jenkinsfile | ||
| LICENSE | ||
| license-apache-2.svg | ||
| mvnw | ||
| mvnw.cmd | ||
| NOTICE | ||
| pom.xml | ||
| README.md | ||
MicroModRaft
A fork of https://github.com/MicroRaft/MicroRaft
This fork:
- Restores the maven build system to be able to use Java 25.
- Adds JPMS/Java Module Descriptors.
- Removes the utility modules for reading configuration files.
- Some slight code changes to use Java 25 switch/case instead of instanceof-checks.