Files
document-haness/docs/clean-architecture-backend-template/final/evidence/meta/a-retry-implementation-nobody-calls.json
T
DongHyeonkaandClaude Opus 5 b2963105a8 docs(keycloak-session-store): import the session-storage lab as a new project
The keycloak project ended with four open questions that design could not
settle. A two-VM lab was built to answer them by measurement, and this is
that material: 26 experiments, 125 raw command outputs, 22 browser captures.

Follows the import procedure in README.md.

  source/     the originating repository verbatim — 78 documents, 28 SVGs,
              8 manifests, plus .source-revision recording the commit
  final/      the SSOT
    document.md   729 lines written from the 29 experiment documents, not
                  concatenated: what was predicted, what was measured, and
                  where the measurement itself was wrong
    evidence/raw    125 outputs, flattened to <experiment>__<file> because
                    the originals collided (01-baseline.txt appeared three
                    times) and the audit only globs the top level
    evidence/meta   one per raw file; command and exitCode are null and the
                    README says why rather than inventing them
    evidence/browser  22 captures
    assets/       three diagrams through techviz
    .techviz/     their VizSpecs

A separate project rather than an addition to keycloak: the B-layer answers
that project's four questions, but the A, C and D layers are about cluster
failure, SSO and operations, and one document.md should hold one subject.
The four question records there can point here through 관계.

Recorded rather than papered over: only three of the 28 diagrams were
remade. The repository forbids hand-drawn SVG and forbids titles inside the
canvas; all 28 originals carry both, so converting them is redrawing, not
reformatting. They stay in source/ and the gap is written into the document.

verify-pipeline.py passes. audit-records.py reports no issues.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-04 22:51:59 +09:00

15 lines
3.4 KiB
JSON

{
"assetKey": "a-retry-implementation-nobody-calls",
"kind": "terminal",
"command": "set -e\nJ=src/adapter/outbound/persistence-jpa/src/main/java/dev/caskeleton/adapter/outbound/persistence/transaction\nB=src/app-bootstrap/src/main/java/dev/caskeleton/bootstrap/autoconfigure/jpa\necho \"# 삭제를 설명하는 문단과 그 마지막 문장\"\nsed -n \"33,39p\" $B/JpaTransactionAutoConfiguration.java\necho\necho \"# 그 문장이 지목한 클래스의 선언\"\ngrep -n \"public final class FullTransactionRetryCoordinator\" $J/FullTransactionRetryCoordinator.java | sed \"s/^/ /\"\necho\necho \"# 그 포트를 실제로 구현하는 클래스\"\ngrep -rn \"implements PolicyTransactionPort\" --include=*.java src | grep \"/src/main/\" | sed \"s|.*/java/dev/caskeleton/| |\"\ngrep -n \"@Component\" $J/SpringTransactionPort.java | sed \"s/^/ /\"\necho\necho \"# 조립된 쪽의 재시도 루프와 그 게이트\"\nsed -n \"63,73p\" $J/SpringPolicyTransactionPort.java\nsed -n \"143,149p\" $J/SpringPolicyTransactionPort.java\necho\necho \"# 두 구현이 읽는 값\"\nsed -n \"38,43p\" $J/JpaTransactionSettings.java\ngrep -n \"DEFAULT_MAX_RETRY_ELAPSED\\|retryCoordinator(\" $B/JpaTransactionAutoConfiguration.java | sed \"s/^/ /\"\necho\necho \"# main 에서 코디네이터를 언급하는 파일 전부\"\ngrep -rn \"FullTransactionRetryCoordinator\" --include=*.java src | grep \"/src/main/\" | sed \"s|.*/java/dev/caskeleton/| |\"\necho\necho \"# 파라미터로 받거나 컨테이너에서 꺼내는 곳\"\nprintf \" FullTransactionRetryCoordinator 를 파라미터로 받는 선언 : %s\\n\" \"$(grep -rn 'FullTransactionRetryCoordinator [a-z]' --include=*.java src | grep '/src/main/' | grep -v 'public FullTransactionRetryCoordinator' | wc -l)\"\nprintf \" ObjectProvider<FullTransactionRetryCoordinator> : %s\\n\" \"$(grep -rn 'ObjectProvider<FullTransactionRetryCoordinator>' --include=*.java src | wc -l)\"\nprintf \" getBean 으로 이 타입을 꺼내는 곳 : %s\\n\" \"$(grep -rn 'getBean(FullTransactionRetryCoordinator' --include=*.java src | wc -l)\"\nprintf \" 소스 밖에서 이 이름이 나오는 곳 : %s\\n\" \"$(grep -rn 'FullTransactionRetryCoordinator' src --binary-files=without-match --exclude-dir=build --exclude-dir=.gradle 2>/dev/null | grep -vc '\\.java:' || true)\"\necho\necho \"# 선언된 능력\"\ngrep -n \"Full-transaction retry\" docs/jpa/support-matrix.md | sed \"s/^/ /\"\necho\necho \"# 지워진 이름을 건드린 커밋 (경로 제한 없음)\"\ngit log --all --oneline -S\"RetryableJpaTransactionInterceptor\" | sed \"s/^/ /\"\necho\necho \"# 같은 트리에서 이미 도는 AOP\"\ngrep -rn \"@Transactional\" --include=*.java src/adapter/outbound/persistence-jpa/src/main | sed \"s|.*/java/dev/caskeleton/| |\" | head -4\ngrep -n \"Advisor\\|AnnotationMatchingPointcut\" src/adapter/inbound/web/src/main/java/dev/caskeleton/adapter/inbound/web/authz/MethodSecurityConfig.java | sed \"s/^/ /\" | head -4",
"cwd": "/shared/codebase/clean-architecture-backend-template",
"exitCode": 0,
"executedAt": "2026-09-02T13:33:03+00:00",
"sourceRevision": "21234e38cdb9a926cbc92bb97a2aee2e4a7d2916",
"raw": "evidence/raw/a-retry-implementation-nobody-calls.txt",
"svg": "evidence/rendered/a-retry-implementation-nobody-calls.svg",
"rawSha256": "e758b2aa43e9fe1a6f60b311260c1d42b217f9150badd79376ba65a09099479f",
"lines": 84,
"redaction": "none — 코드베이스 정적 검색 및 이력 조회"
}