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>
15 lines
3.1 KiB
JSON
15 lines
3.1 KiB
JSON
{
|
|
"assetKey": "a05-f007-transactionprofileregistry-adr",
|
|
"kind": "terminal",
|
|
"command": "echo '# 사슬의 나머지가 사라진 지점'\ngit log --oneline -S'RetryableJpaTransactionInterceptor' -- . | cat\ngit show 2f5d2fc2 --stat --oneline | grep -i 'RetryableJpaTransaction'\ngit show 2f5d2fc2 --stat --oneline | tail -1\necho -n '# 그 클래스가 지금 main 에 남긴 줄: '\ngrep -rn 'RetryableJpaTransactionInterceptor' --include=*.java . | grep -c '/main/'\n\necho\necho '# 삭제되기 직전, 그 인터셉터가 레지스트리를 어떻게 썼는가'\ngit show 2f5d2fc2^:src/adapter/outbound/persistence-jpa/src/main/java/dev/caskeleton/adapter/outbound/persistence/transaction/RetryableJpaTransactionInterceptor.java \\\n | grep -n 'DEFAULT_ORDER =\\|TransactionProfileRegistry profiles\\|profiles\\.require\\|coordinator\\.execute'\n\necho\necho '# 같은 커밋이 레지스트리 javadoc 에서 애너테이션 이름만 지웠다'\ngit show 2f5d2fc2 -- adapter/outbound/persistence-jpa/src/main/java/dev/caskeleton/adapter/outbound/persistence/transaction/TransactionProfileRegistry.java \\\n | grep '^[-+] \\*'\n\necho\necho '# 문자열 이름을 fail-closed 로 찾는 형제는 하나뿐이다'\ngrep -n 'public SafeSortField require(String' adapter/outbound/persistence-jpa/src/main/java/dev/caskeleton/adapter/outbound/persistence/springdata/SafeSortRegistry.java\ngrep -n 'registry\\.require(' adapter/outbound/persistence-jpa/src/main/java/dev/caskeleton/adapter/outbound/persistence/springdata/SafeSortMapper.java\necho '# 다른 둘은 키 타입이 달라 오타가 들어올 자리가 없다'\ngrep -n -B1 'require(GrpcChannelProfileName' grpc/grpc-client/src/main/java/dev/caskeleton/grpc/client/GrpcChannelRuntimeRegistry.java\ngrep -n -B1 'require(MongoConsistencyProfile' adapter/outbound/persistence-mongo/src/main/java/dev/caskeleton/adapter/outbound/mongo/api/consistency/MongoConsistencyRegistry.java\n\necho\necho '# ADR 은 결정 절과 강제 절 양쪽에서 사라진 것을 전제한다'\ngrep -n 'ordered outside\\|DEFAULT_ORDER' ../docs/adr/ADR-JPA-002-full-transaction-retry.md\necho -n '# DEFAULT_ORDER 가 소스 전체에 있는 줄: '\ngrep -rn 'DEFAULT_ORDER' --include=*.java . | wc -l\necho -n '# JPA 리프 main 에 MethodInterceptor 나 Advisor 가 있는 줄: '\ngrep -rn 'MethodInterceptor\\|Advisor' --include=*.java adapter/outbound/persistence-jpa/src/main | wc -l\n\necho\necho '# 레지스트리를 지키는 유일한 테스트가 고정하는 것'\ngrep -n 'Plan Task\\|@DisplayName' adapter/outbound/persistence-jpa/src/test/java/dev/caskeleton/adapter/outbound/persistence/transaction/TransactionProfileRegistryTest.java",
|
|
"cwd": "/shared/codebase/clean-architecture-backend-template/src",
|
|
"exitCode": 0,
|
|
"executedAt": "2026-09-02T03:33:25+00:00",
|
|
"sourceRevision": "21234e38cdb9a926cbc92bb97a2aee2e4a7d2916",
|
|
"raw": "evidence/raw/a05-f007-transactionprofileregistry-adr.txt",
|
|
"svg": "evidence/rendered/a05-f007-transactionprofileregistry-adr.svg",
|
|
"rawSha256": "e5d1bc4177fab6ee8303e4364b6d631fc840579f6c20b3ec8cc7546682cb2c21",
|
|
"lines": 43,
|
|
"redaction": "none — 코드베이스 정적 검색"
|
|
}
|