JaVers Ktor example
Latest stable Based on Javers release 1.0.0
This example exposes an order command flow through Ktor while Exposed owns current state and JaVers records audit history. It keeps HTTP validation, blocking database work, and audit boundaries visible.
./gradlew :examples-javers-ktor:testStart with the application entry point, then inspect the integration test. The PostgreSQL integration path needs Docker; the remaining tests provide the smaller feedback loop.