Find a file
2025-10-21 19:33:34 +02:00
.circleci Revert "Update Build Process of the Project and Improve Publishing (#61)" 2025-10-11 12:38:46 +02:00
.github/workflows Revert "Update Build Process of the Project and Improve Publishing (#61)" 2025-10-11 12:38:46 +02:00
.mvn/wrapper Revert "Update Build Process of the Project and Improve Publishing (#61)" 2025-10-11 12:38:46 +02:00
microraft [maven-release-plugin] prepare for next development iteration 2025-10-21 19:33:34 +02:00
microraft-metrics [maven-release-plugin] prepare for next development iteration 2025-10-21 19:33:34 +02:00
.gitignore Installs root pom as parent 2025-10-16 14:29:52 +02:00
CONTRIBUTING.md Revert "Update Build Process of the Project and Improve Publishing (#61)" 2025-10-11 12:38:46 +02:00
Jenkinsfile Installs root pom as parent 2025-10-16 14:29:52 +02:00
LICENSE Initial commit 2025-10-12 10:59:52 +02:00
license-apache-2.svg Revert "Update Build Process of the Project and Improve Publishing (#61)" 2025-10-11 12:38:46 +02:00
mvnw Revert "Update Build Process of the Project and Improve Publishing (#61)" 2025-10-11 12:38:46 +02:00
mvnw.cmd Revert "Update Build Process of the Project and Improve Publishing (#61)" 2025-10-11 12:38:46 +02:00
NOTICE Apply major refactorings 2020-03-04 13:00:00 +03:00
pom.xml [maven-release-plugin] prepare for next development iteration 2025-10-21 19:33:34 +02:00
README.md Add module-descriptors, remove yaml-configuration parser. Removes some maven plugins for static analysis. 2025-10-21 19:28:59 +02:00

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.