| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add JaCoCo coverage reporting to test.sh | Kostya | 2026-08-20 | 1 | -1/+19 |
| | | | | | | | Vendor jacocoagent.jar/jacococli.jar under lib/jacoco/ (excluded from the shipped classpath), attach the agent during test runs, and generate an HTML+XML report into build/coverage after tests pass. | ||||
| * | Add XML schema validation, split build scripts by module, rename ↵ | Kostya | 2026-08-18 | 1 | -0/+47 |
| BuyMenuCommand to PlaceOrderMenuCommand Introduces XMLValidatorV1 and deserializer/adapter classes for events, ledgers, markets, users, and trading mechanisms. Replaces the monolithic build.bat/run.sh scripts with per-module tools (_util.sh, build.sh, package.sh, test.sh) that compile in dependency order. | |||||