This extension aims to make it much simpler to support DDD entities in Quarkus. DDD Entities are objects that:
- have a unique identifier
- equivalence is based on the unique identifier
- process single events at a time
- use event sourcing for their persistence
- and many other things .. tbd
Congratulations and thank you for creating a new Quarkus extension project in Quarkiverse!
Feel free to replace this content with the proper description of your new project and necessary instructions how to use and contribute to it.
You can find the basic info, Quarkiverse policies and conventions in the Quarkiverse wiki.
In case you are creating a Quarkus extension project for the first time, please follow Building My First Extension guide.
Other useful articles related to Quarkus extension development can be found under the Writing Extensions guide category on the Quarkus.io website.
Thanks again, good luck and have fun!
The documentation for this extension is maintained as part of this repository,
in the docs/
directory.
The layout follows the Antora's Standard File and Directory Set.
Once the docs are ready to be published, please open a PR including this repository in the Quarkiverse Docs Antora playbook. See an example here
Your documentation will then be published to the https://docs.quarkiverse.io/ website.