refactoring:

1. Update MemberRepositoryImpl: replace DatabaseFactory.dbQuery calls with explicit Exposed transaction{} and remove the non-existent import; add necessary ExperimentalTime opt-ins and fix Clock usages.
2. Inspect members-infrastructure MemberTable.kt to add missing ExperimentalTime opt-ins and adjust types if needed.
3. Rebuild to surface any remaining Exposed API or import errors and fix them.
4. Verify members-api compiles and that endpoints remain intact; provide final summary.
This commit is contained in:
2025-11-25 00:08:00 +01:00
parent 286c1aa881
commit 45fe774a45
8 changed files with 160 additions and 511 deletions
@@ -17,10 +17,8 @@ dependencies {
implementation(projects.platform.platformDependencies)
implementation(projects.services.members.membersDomain)
implementation(projects.services.members.membersApplication)
implementation(projects.core.coreDomain)
implementation(projects.core.coreUtils)
implementation(projects.infrastructure.messaging.messagingClient)
implementation("org.springframework:spring-web")
implementation("org.springdoc:springdoc-openapi-starter-common")