Executable architecture rules with Quarkus and Taikai to catch violations early, enforce boundaries, and keep large Java codebases maintainable.
I learned some thing new: this is not strictly related to Quarkus and taikai.
How can I enforce one layer using this framework?
For example, controller-service-repository-database
I need to enforce service layer before calling the repository
Maybe this helps. It’s more a job for ArchUnit. https://www.the-main-thread.com/p/quarkus-archunit-java-bce-architecture-tutorial
Thank you Markus
I learned some thing new: this is not strictly related to Quarkus and taikai.
How can I enforce one layer using this framework?
For example, controller-service-repository-database
I need to enforce service layer before calling the repository
Maybe this helps. It’s more a job for ArchUnit. https://www.the-main-thread.com/p/quarkus-archunit-java-bce-architecture-tutorial
Thank you Markus