Files
document-haness/docs/clean-architecture-backend-template/tech-log-studio/transaction-and-consistency-models/concept/concept-adapter-outbound-persistence-jpa-c42.md
T
DongHyeonkaandClaude Fable 5.1 b25357c48a docs(clean-architecture-backend-template): fold analysis into final and re-select one topic
- analysis/·source-index·state.json 을 final/document.md 제2부·제3부로 접었다. SSOT 는 하나다
- 파일럿 — commit-ambiguity-as-a-result 를 새 기준으로 재선별. 후보 14 → 글감 5
  (PROMOTE 5 · MERGE_INTO 3 · KEEP_IN_SSOT 4 · 보류 2). 기록 5건을 다시 썼고 그림 1개를
  techviz 로 만들었다
- 재선별이 잡은 것: 제1부 §6.2·§11.1 이 자기 §13.2 와 어긋나 있었다(레인을 안 돌렸다 vs
  돌렸다) — 정정. 이미 답이 나와 있던 Question 을 HEAD 재실행 질문으로 다시 세웠다.
  Concept 이 인용한 코드가 SSOT 에 없어 뺐다
- candidateScope·sourceRepository 기록. 나머지 43개 주제는 재선별 대기(PENDING 905)

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-07 12:39:20 +09:00

2.9 KiB

kind, slug, title, topic, project, status, sourceRevision, rootTreeNode, evidenceCapturedOn, assets, evidence, source, module
kind slug title topic project status sourceRevision rootTreeNode evidenceCapturedOn assets evidence source module
CONCEPT adapter-outbound-persistence-jpa-c42 여섯 package만 스캔하므로 같은 리프 안에서도 도달성이 다르다 transaction-and-consistency-models clean-architecture-backend-template 게시 전 21234e38cdb9a926cbc92bb97a2aee2e4a7d2916 concept:adapter-outbound-persistence-jpa-c42 2026-09-01
key file
adapter-outbound-persistence-jpa-c42 ../../../final/evidence/rendered/adapter-outbound-persistence-jpa-c42.svg
key file
adapter-outbound-persistence-jpa-c42-diagram ../../../final/assets/diagrams/adapter-outbound-persistence-jpa-c42.svg
../../../final/evidence/raw/adapter-outbound-persistence-jpa-c42.txt
원본 분석 절은 final/document.md#a05#L2971 이다.
adapter-outbound-persistence-jpa

여섯 package만 스캔하므로 같은 리프 안에서도 도달성이 다르다

JpaAdapterComponentsConfig는 adapter 전체를 넓게 scan하지 않고 audit·failure·idempotency·lock·outbox·transaction 여섯만 명시적으로 component scan한다.

본문

JpaAdapterComponentsConfig는 adapter 전체를 넓게 scan하지 않고 audit·failure·idempotency·lock·outbox·transaction 여섯 package만 명시적으로 component scan한다.

narrow scan이 닿는 범위

:::evidence key="adapter-outbound-persistence-jpa-c42-diagram" alt="스캔 경계 안에 여섯 package 가 두 상자로 들어 있고 두 어댑터가 경계 밖 빗금 상자로 놓인 구조" caption="narrow scan 이 닿는 범위" zoom="false" :::

OutboxStoreAdapter는 baseline scan에 들어가고 app-bootstrapOutboxConfigOutboxStorePort로 사용한다. DurableOperationStoreAdapter, JpaLiveEventReplayAdapter는 현재 baseline component scan에 들어가지 않고 별도 production constructor/reference도 확인되지 않았다.

JpaAdapterComponentsConfig 참조 위치

:::evidence key="adapter-outbound-persistence-jpa-c42" alt="코드베이스에서 JpaAdapterComponentsConfig 를 검색한 출력 5줄. 이 기록이 세는 참조가 그 출력에 그대로 보인다." caption="JpaAdapterComponentsConfig 코드베이스 검색 — 5줄 · exit 0" zoom="true" :::

default composition에 들어가지 않는 것

HibernateCacheGuard, HibernateEnversHistoryReader와 Spring Data auditing candidate도 default composition에 들어가지 않는다. runtime-role verifier 자체는 app-bootstrap bean으로 구성되지만, policy를 적용하는 requireSafe() caller가 없다.

판정을 세 등급으로 나누는 이유

이 차이 때문에 아래 finding은 production, conditional-production, latent를 분리해 판정한다. 정적 composition snapshot은 evidence/raw/072-baseline-capability-reachability.txt에 남겼다.