Files
document-haness/docs/clean-architecture-backend-template/final/evidence/rendered/a12-f001-check-verifyjsonschemaruntimegraph-run.svg
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

114 lines
15 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="1646" viewBox="0 0 1200 1646" role="img">
<title>terminal evidence</title>
<desc>Terminal-style rendering generated from retained command output. Sensitive-looking values are redacted in the visual asset.</desc>
<rect x="1" y="1" width="1198" height="1644" rx="14" fill="#0d1117" stroke="#30363d"/>
<rect x="1" y="1" width="1198" height="44" rx="14" fill="#161b22"/>
<rect x="1" y="30" width="1198" height="14" fill="#161b22"/>
<circle cx="24" cy="22" r="6" fill="#ff5f57"/>
<circle cx="44" cy="22" r="6" fill="#febc2e"/>
<circle cx="64" cy="22" r="6" fill="#28c840"/>
<text x="92" y="27" fill="#8b949e" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace">terminal evidence</text>
<text x="24" y="68" fill="#c9d1d9" font-size="15" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0">$ set -o pipefail
cd /shared/codebase/clean-architecture-backend-template/src
./gradlew --version 2&gt;/dev/null | grep -E </tspan><tspan x="24" dy="22">&quot;^Gradle&quot; | head -1
echo
echo &quot;[check 에 붙은 태스크를 그대로 실행]&quot;
./gradlew :adapter:outbound:messaging:verifyJsonSc</tspan><tspan x="24" dy="22">hemaRuntimeGraph --offline -q &gt; /tmp/vjs.out 2&gt;&amp;1
code=$?
grep -E &quot;^Execution failed|^&gt; Messaging&quot; /tmp/vjs.out | sed &quot;s</tspan><tspan x="24" dy="22">/^/ /&quot;
echo &quot; EXIT=$code&quot;
rm -f /tmp/vjs.out
echo
echo &quot;[CI 가 부르는 check 가 이 태스크에 닿는가]&quot;
./gradlew check -</tspan><tspan x="24" dy="22">-dry-run --offline -q 2&gt;/dev/null \
| grep -E &quot;outbound:messaging:(verifyJsonSchemaRuntimeGraph|check)&quot; | sed &quot;s/^/ /</tspan><tspan x="24" dy="22">&quot;
echo
echo &quot;[태스크가 요구하는 좌표]&quot;
sed -n &quot;51,53p&quot; adapter/outbound/messaging/build.gradle | tr -d &quot; &#x27;,&quot;
echo
echo</tspan><tspan x="24" dy="22"> &quot;[잠금 파일이 고정한 좌표]&quot;
grep -E &quot;^(com\.networknt|tools\.jackson)&quot; adapter/outbound/messaging/gradle.lockfile \
|</tspan><tspan x="24" dy="22"> cut -d= -f1 | sed &quot;s/^/ /&quot;
echo
echo &quot;[태스크를 쓴 시점의 잠금 파일]&quot;
cd /shared/codebase/clean-architecture-backend-</tspan><tspan x="24" dy="22">template
git log --oneline -1 --format=&quot; %h %ad %s&quot; --date=short -L 50,59:src/adapter/outbound/messaging/build.gradle 2</tspan><tspan x="24" dy="22">&gt;/dev/null | head -1
git show e5af2912:src/adapter/outbound/messaging/gradle.lockfile 2&gt;/dev/null \
| grep -E &quot;^(com\.</tspan><tspan x="24" dy="22">networknt|tools\.jackson)&quot; | cut -d= -f1 | sed &quot;s/^/ /&quot;
echo
echo &quot;[잠금 파일을 움직인 커밋]&quot;
git log --oneline -1 -S&quot;</tspan><tspan x="24" dy="22">tools.jackson.core:jackson-core:3.1.5&quot; --format=&quot; %h %ad %s&quot; --date=short \
-- src/adapter/outbound/messaging/gradle.</tspan><tspan x="24" dy="22">lockfile
git show a24ece9c -- src/adapter/outbound/messaging/gradle.lockfile \
| grep -E &quot;^[+-](tools\.jackson|com\.fa</tspan><tspan x="24" dy="22">sterxml)&quot; | cut -d= -f1 | sed &quot;s/^/ /&quot;
printf &quot; 그 커밋이 건드린 파일 수 : %s\n&quot; &quot;$(git show --name-only --format= a24</tspan><tspan x="24" dy="22">ece9c | grep -c .)&quot;
printf &quot; 그중 messaging/build.gradle : %s 건\n&quot; &quot;$(git show --name-only --format= a24ece9c | grep -</tspan><tspan x="24" dy="22">c &#x27;messaging/build.gradle&#x27;)&quot;
echo
echo &quot;[그 전에 초록이던 기록]&quot;
L=docs/superpowers/plans/evidence/2026-08-15-wave6-fin</tspan><tspan x="24" dy="22">al/task1-check.log
sed -n &quot;2p&quot; $L | sed &quot;s/^/ /&quot;
grep -n &quot;outbound:messaging:verifyJsonSchemaRuntimeGraph&quot; $L | head -1</tspan><tspan x="24" dy="22"> | sed &quot;s/^/ /&quot;
grep -nE &quot;^BUILD SUCCESSFUL|^exit=&quot; $L | sed &quot;s/^/ /&quot;
true
</tspan></text>
<text x="24" y="464" fill="#8b949e" font-size="13" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0">cwd: /shared/codebase/clean-architecture-backend-template</tspan></text>
<text x="24" y="486" fill="#8b949e" font-size="13" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0">time: 2026-09-02T14:31:30+00:00 · exit 0</tspan></text>
<line x1="24" y1="500" x2="1176" y2="500" stroke="#30363d"/>
<text x="24" y="540" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0">Gradle 9.0.0</tspan></text>
<text x="24" y="562" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"></tspan></text>
<text x="24" y="584" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0">[check 에 붙은 태스크를 그대로 실행]</tspan></text>
<text x="24" y="606" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> Execution failed for task &#x27;:adapter:outbound:messaging:verifyJsonSchemaRuntimeGraph&#x27;.</tspan></text>
<text x="24" y="628" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> &gt; Messaging JSON runtime is missing required locked module tools.jackson.core:jackson-core:3.0.2</tspan></text>
<text x="24" y="650" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> EXIT=1</tspan></text>
<text x="24" y="672" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"></tspan></text>
<text x="24" y="694" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0">[CI 가 부르는 check 가 이 태스크에 닿는가]</tspan></text>
<text x="24" y="716" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> :adapter:outbound:messaging:checkstyleMain SKIPPED</tspan></text>
<text x="24" y="738" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> :adapter:outbound:messaging:checkstyleTest SKIPPED</tspan></text>
<text x="24" y="760" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> :adapter:outbound:messaging:verifyJsonSchemaRuntimeGraph SKIPPED</tspan></text>
<text x="24" y="782" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> :adapter:outbound:messaging:check SKIPPED</tspan></text>
<text x="24" y="804" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"></tspan></text>
<text x="24" y="826" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0">[태스크가 요구하는 좌표]</tspan></text>
<text x="24" y="848" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0">com.networknt:json-schema-validator:3.0.2</tspan></text>
<text x="24" y="870" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0">tools.jackson.core:jackson-core:3.0.2</tspan></text>
<text x="24" y="892" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0">tools.jackson.core:jackson-databind:3.0.2</tspan></text>
<text x="24" y="914" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"></tspan></text>
<text x="24" y="936" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0">[잠금 파일이 고정한 좌표]</tspan></text>
<text x="24" y="958" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> com.networknt:json-schema-validator:3.0.2</tspan></text>
<text x="24" y="980" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> tools.jackson.core:jackson-core:3.1.5</tspan></text>
<text x="24" y="1002" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> tools.jackson.core:jackson-databind:3.1.5</tspan></text>
<text x="24" y="1024" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> tools.jackson:jackson-bom:3.1.5</tspan></text>
<text x="24" y="1046" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"></tspan></text>
<text x="24" y="1068" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0">[태스크를 쓴 시점의 잠금 파일]</tspan></text>
<text x="24" y="1090" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> e5af2912 2026-07-31 feat: add messaging R2 polling producer</tspan></text>
<text x="24" y="1112" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> com.networknt:json-schema-validator:3.0.2</tspan></text>
<text x="24" y="1134" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> tools.jackson.core:jackson-core:3.0.2</tspan></text>
<text x="24" y="1156" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> tools.jackson.core:jackson-databind:3.0.2</tspan></text>
<text x="24" y="1178" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> tools.jackson:jackson-bom:3.0.2</tspan></text>
<text x="24" y="1200" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"></tspan></text>
<text x="24" y="1222" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0">[잠금 파일을 움직인 커밋]</tspan></text>
<text x="24" y="1244" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> a24ece9c 2026-08-28 feat: web, websocket 어댑터 추가 구현</tspan></text>
<text x="24" y="1266" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> -com.fasterxml.jackson.core:jackson-annotations:2.20</tspan></text>
<text x="24" y="1288" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> +com.fasterxml.jackson.core:jackson-annotations:2.21</tspan></text>
<text x="24" y="1310" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> -tools.jackson.core:jackson-core:3.0.2</tspan></text>
<text x="24" y="1332" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> -tools.jackson.core:jackson-databind:3.0.2</tspan></text>
<text x="24" y="1354" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> -tools.jackson:jackson-bom:3.0.2</tspan></text>
<text x="24" y="1376" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> +tools.jackson.core:jackson-core:3.1.5</tspan></text>
<text x="24" y="1398" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> +tools.jackson.core:jackson-databind:3.1.5</tspan></text>
<text x="24" y="1420" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> +tools.jackson:jackson-bom:3.1.5</tspan></text>
<text x="24" y="1442" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> 그 커밋이 건드린 파일 수 : 883</tspan></text>
<text x="24" y="1464" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> 그중 messaging/build.gradle : 0 건</tspan></text>
<text x="24" y="1486" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"></tspan></text>
<text x="24" y="1508" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0">[그 전에 초록이던 기록]</tspan></text>
<text x="24" y="1530" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> run-at: 2026-08-20T01:53:16Z</tspan></text>
<text x="24" y="1552" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> 775:&gt; Task :adapter:outbound:messaging:verifyJsonSchemaRuntimeGraph</tspan></text>
<text x="24" y="1574" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> 899:BUILD SUCCESSFUL in 5m 42s</tspan></text>
<text x="24" y="1596" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> 901:exit=0</tspan></text>
</svg>