You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caracal is a change-aware documentation system that tracks code and API evolution at the semantic level. It detects meaningful interface and behavior changes, updates documentation automatically, and notifies downstream consumers when updates or breakages may affect their integrations.
This project is a Quarkus application that shows how to build a system that is able to track JAX-RS requests coming and going from the application across different storage channels, such as a MongoDB database, SQL, or an AMQP broker using the Quarkus Event Bus.