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>
66 lines
3.7 KiB
Plaintext
66 lines
3.7 KiB
Plaintext
Command: ./gradlew :adapter:outbound:support:dependencies --configuration compileClasspath --console=plain
|
|
Working directory: /shared/codebase/clean-architecture-backend-template/src
|
|
Executed at: 2026-08-29T07:20:03Z
|
|
Source revision: a24ece9cf797f7ea647e33bf846b115208ed1ba5
|
|
Observation boundary: Gradle compileClasspath resolution for support at this revision; it reports declared/resolved compile dependencies, not runtime consumers.
|
|
--- stdout/stderr ---
|
|
> Task :build-logic:extractPluginRequests UP-TO-DATE
|
|
> Task :build-logic:generatePluginAdapters UP-TO-DATE
|
|
> Task :build-logic:compileJava UP-TO-DATE
|
|
> Task :build-logic:compileGroovy UP-TO-DATE
|
|
> Task :build-logic:compileGroovyPlugins UP-TO-DATE
|
|
> Task :build-logic:pluginDescriptors UP-TO-DATE
|
|
> Task :build-logic:processResources UP-TO-DATE
|
|
> Task :build-logic:classes UP-TO-DATE
|
|
> Task :build-logic:jar UP-TO-DATE
|
|
|
|
> Task :adapter:outbound:support:dependencies
|
|
|
|
------------------------------------------------------------
|
|
Project ':adapter:outbound:support'
|
|
------------------------------------------------------------
|
|
|
|
compileClasspath - Compile classpath for source set 'main'.
|
|
+--- org.springframework.boot:spring-boot-autoconfigure -> 4.0.8
|
|
| \--- org.springframework.boot:spring-boot:4.0.8
|
|
| +--- org.springframework:spring-core:7.0.9
|
|
| | +--- commons-logging:commons-logging:1.3.5 -> 1.3.6
|
|
| | \--- org.jspecify:jspecify:1.0.0 -> 1.0.1
|
|
| \--- org.springframework:spring-context:7.0.9
|
|
| +--- org.springframework:spring-aop:7.0.9
|
|
| | +--- org.springframework:spring-beans:7.0.9
|
|
| | | \--- org.springframework:spring-core:7.0.9 (*)
|
|
| | \--- org.springframework:spring-core:7.0.9 (*)
|
|
| +--- org.springframework:spring-beans:7.0.9 (*)
|
|
| +--- org.springframework:spring-core:7.0.9 (*)
|
|
| +--- org.springframework:spring-expression:7.0.9
|
|
| | \--- org.springframework:spring-core:7.0.9 (*)
|
|
| \--- io.micrometer:micrometer-observation:1.16.7
|
|
| +--- org.jspecify:jspecify:1.0.1
|
|
| \--- io.micrometer:micrometer-commons:1.16.7
|
|
| \--- org.jspecify:jspecify:1.0.1
|
|
+--- org.slf4j:slf4j-api -> 2.0.18
|
|
+--- org.slf4j:slf4j-api:{strictly 2.0.18} -> 2.0.18 (c)
|
|
+--- org.springframework.boot:spring-boot-autoconfigure:{strictly 4.0.8} -> 4.0.8 (c)
|
|
+--- org.springframework.boot:spring-boot:{strictly 4.0.8} -> 4.0.8 (c)
|
|
+--- org.springframework:spring-core:{strictly 7.0.9} -> 7.0.9 (c)
|
|
+--- org.springframework:spring-context:{strictly 7.0.9} -> 7.0.9 (c)
|
|
+--- commons-logging:commons-logging:{strictly 1.3.6} -> 1.3.6 (c)
|
|
+--- org.jspecify:jspecify:{strictly 1.0.1} -> 1.0.1 (c)
|
|
+--- org.springframework:spring-aop:{strictly 7.0.9} -> 7.0.9 (c)
|
|
+--- org.springframework:spring-beans:{strictly 7.0.9} -> 7.0.9 (c)
|
|
+--- org.springframework:spring-expression:{strictly 7.0.9} -> 7.0.9 (c)
|
|
+--- io.micrometer:micrometer-observation:{strictly 1.16.7} -> 1.16.7 (c)
|
|
\--- io.micrometer:micrometer-commons:{strictly 1.16.7} -> 1.16.7 (c)
|
|
|
|
(c) - A dependency constraint, not a dependency. The dependency affected by the constraint occurs elsewhere in the tree.
|
|
(*) - Indicates repeated occurrences of a transitive dependency subtree. Gradle expands transitive dependency subtrees only once per project; repeat occurrences only display the root of the subtree, followed by this annotation.
|
|
|
|
A web-based, searchable dependency report is available by adding the --scan option.
|
|
|
|
BUILD SUCCESSFUL in 918ms
|
|
9 actionable tasks: 1 executed, 8 up-to-date
|
|
Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.0.0/userguide/configuration_cache_enabling.html
|
|
|
|
Exit code: 0
|