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>
50 lines
1.8 KiB
Plaintext
50 lines
1.8 KiB
Plaintext
Gradle 9.0.0
|
|
|
|
[check 에 붙은 태스크를 그대로 실행]
|
|
Execution failed for task ':adapter:outbound:messaging:verifyJsonSchemaRuntimeGraph'.
|
|
> Messaging JSON runtime is missing required locked module tools.jackson.core:jackson-core:3.0.2
|
|
EXIT=1
|
|
|
|
[CI 가 부르는 check 가 이 태스크에 닿는가]
|
|
:adapter:outbound:messaging:checkstyleMain SKIPPED
|
|
:adapter:outbound:messaging:checkstyleTest SKIPPED
|
|
:adapter:outbound:messaging:verifyJsonSchemaRuntimeGraph SKIPPED
|
|
:adapter:outbound:messaging:check SKIPPED
|
|
|
|
[태스크가 요구하는 좌표]
|
|
com.networknt:json-schema-validator:3.0.2
|
|
tools.jackson.core:jackson-core:3.0.2
|
|
tools.jackson.core:jackson-databind:3.0.2
|
|
|
|
[잠금 파일이 고정한 좌표]
|
|
com.networknt:json-schema-validator:3.0.2
|
|
tools.jackson.core:jackson-core:3.1.5
|
|
tools.jackson.core:jackson-databind:3.1.5
|
|
tools.jackson:jackson-bom:3.1.5
|
|
|
|
[태스크를 쓴 시점의 잠금 파일]
|
|
e5af2912 2026-07-31 feat: add messaging R2 polling producer
|
|
com.networknt:json-schema-validator:3.0.2
|
|
tools.jackson.core:jackson-core:3.0.2
|
|
tools.jackson.core:jackson-databind:3.0.2
|
|
tools.jackson:jackson-bom:3.0.2
|
|
|
|
[잠금 파일을 움직인 커밋]
|
|
a24ece9c 2026-08-28 feat: web, websocket 어댑터 추가 구현
|
|
-com.fasterxml.jackson.core:jackson-annotations:2.20
|
|
+com.fasterxml.jackson.core:jackson-annotations:2.21
|
|
-tools.jackson.core:jackson-core:3.0.2
|
|
-tools.jackson.core:jackson-databind:3.0.2
|
|
-tools.jackson:jackson-bom:3.0.2
|
|
+tools.jackson.core:jackson-core:3.1.5
|
|
+tools.jackson.core:jackson-databind:3.1.5
|
|
+tools.jackson:jackson-bom:3.1.5
|
|
그 커밋이 건드린 파일 수 : 883
|
|
그중 messaging/build.gradle : 0 건
|
|
|
|
[그 전에 초록이던 기록]
|
|
run-at: 2026-08-20T01:53:16Z
|
|
775:> Task :adapter:outbound:messaging:verifyJsonSchemaRuntimeGraph
|
|
899:BUILD SUCCESSFUL in 5m 42s
|
|
901:exit=0
|