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
Deferred from the review fix (#55, merged) — left as // TODO(#55).
Dual blocking + reactive persistence — the service runs both Hibernate ORM/JDBC and reactive Panache/pg-client. Audit every @Transactional method returning Uni (transaction scope closes before the async continuation), ensure blocking Panache is never reachable from event-loop threads, and pick one persistence model per subsystem. The two-pool 100-connection juggling is a symptom.
Platform version reconcile — consumes aster-lang-platform:1.0.3 while the ecosystem release of record is 1.0.2; also Quarkus plugin 3.36.1 vs BOM 3.36.2. Reconcile (see aster-lang-platform#6).
Deferred from the review fix (#55, merged) — left as
// TODO(#55).@Transactionalmethod returningUni(transaction scope closes before the async continuation), ensure blocking Panache is never reachable from event-loop threads, and pick one persistence model per subsystem. The two-pool 100-connection juggling is a symptom.aster-lang-platform:1.0.3while the ecosystem release of record is 1.0.2; also Quarkus plugin 3.36.1 vs BOM 3.36.2. Reconcile (see aster-lang-platform#6).Carved out of #55.