Article 1
Hybrid Persistence in Quarkus: Blocking, Reactive, and Panache Next in One Codebase
This series is based on hands-on migration work, not on a clean-room framework comparison.
panache-next-example
A compact crypto-exchange example used to write about blocking ORM Panache, Hibernate Reactive, Panache Next, and migration sequencing in one application.
Article 1
This series is based on hands-on migration work, not on a clean-room framework comparison.
Article 2
If I had followed my first instinct during reactive migration, I probably would have started with easy CRUD.
Article 3
If your mapper calls the database, the mapper is not a mapper anymore.
Article 4
Panache Next is useful, but not because it magically makes a persistence layer clean.
Article 5
The previous article separated repository entry points by operation mode:
Article 6
Most persistence migrations start with CRUD because CRUD is easy to reason about.
Article 7
It is possible to migrate request handlers to reactive code and still leave one of the most repetitive parts of the system blocking.