Skip to content

Follow-up: unify persistence model; reconcile platform version #57

Description

@jet-pang

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).

Carved out of #55.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions