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>
158 lines
25 KiB
XML
158 lines
25 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="2614" viewBox="0 0 1200 2614" 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="2612" 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 -e
|
|
set -o pipefail
|
|
W=src/adapter/inbound/web/src/main/java/dev/caskeleton/adapter/inbound/web
|
|
S=src/adapter/inboun</tspan><tspan x="24" dy="22">d/websocket/src/main/java/dev/caskeleton/adapter/inbound/websocket
|
|
echo -n "# 이 저장소에서 propertyName() 을 선언하는 </tspan><tspan x="24" dy="22">자리를 세면 : "
|
|
grep -rn 'String propertyName()' --include=*.java src | grep -c '/src/main/' || true
|
|
grep -rn 'String pr</tspan><tspan x="24" dy="22">opertyName()' --include=*.java src | grep '/src/main/' \
|
|
| sed -E 's#^[^:]*/([^:/]+):([0-9]+):.*# \1:\2#'
|
|
echo
|
|
echo "</tspan><tspan x="24" dy="22"># 그 셋의 구현"
|
|
echo " WebAdvancedFeature.java:59-62"
|
|
sed -n '59,62p' $W/advanced/WebAdvancedFeature.java | sed 's#^# </tspan><tspan x="24" dy="22"> #'
|
|
echo " WebSocketAdvancedCapability.java:74-79"
|
|
sed -n '74,79p' $S/advanced/WebSocketAdvancedCapability.java | sed </tspan><tspan x="24" dy="22">'s#^# #'
|
|
echo " VirtualThreadProfile.java:74-77"
|
|
sed -n '74,77p' $W/advanced/virtualthread/VirtualThreadProfile.java</tspan><tspan x="24" dy="22"> | sed 's#^# #'
|
|
echo
|
|
echo "# 그 셋을 부르는 자리. 메서드 참조까지 센다"
|
|
for n in WebAdvancedFeature WebSocketAdvanced</tspan><tspan x="24" dy="22">Capability VirtualThreadProfile; do
|
|
echo -n " $n : "
|
|
{ grep -rn "$n\(\.[A-Z_]*\)\?\.propertyName()\|$n::propertyNam</tspan><tspan x="24" dy="22">e" --include=*.java src \
|
|
| sed -E "s#^[^:]*/([^:/]+):([0-9]+):.*#\1:\2#" | tr '\n' ' ' || true; }
|
|
echo "(끝)"
|
|
d</tspan><tspan x="24" dy="22">one
|
|
echo
|
|
echo "# 발행된 이름 그대로 저장소에 나오는 자리 (git 추적 파일 전부)"
|
|
git grep -n 'backend\.web\.advanced\.virt</tspan><tspan x="24" dy="22">ual-threads\.enabled' -- . \
|
|
| sed -E 's#^[^:]*/([^:/]+):([0-9]+):# \1:\2 #'
|
|
echo "# 그 접두사만으로 찾으면 한 줄이 </tspan><tspan x="24" dy="22">더 나온다"
|
|
git grep -n 'backend\.web\.advanced\.virtual-threads' -- . | sed 's#^# #'
|
|
echo " 그 계획 문서가 접두사 다음</tspan><tspan x="24" dy="22"> 줄에 적은 것 :"
|
|
git show HEAD:docs/web-superpowers-package/docs/superpowers/plans/2026-08-13-web-advanced-capabilities-</tspan><tspan x="24" dy="22">expansion-plan.md \
|
|
| sed -n '203p' | sed 's#^# #'
|
|
echo "# 운영자용 문서가 쓰는 이름"
|
|
git grep -n 'mvc-virtual-thre</tspan><tspan x="24" dy="22">ads' -- docs/ \
|
|
| sed -E 's#^docs/([^:]+):([0-9]+):.*(backend[a-z.-]*mvc-virtual-threads[a-z.]*|mvc-virtual-threads:).</tspan><tspan x="24" dy="22">*# \1:\2 \3#'
|
|
echo
|
|
echo "# 같은 능력을 실제로 바인딩하고 게이트하는 이름"
|
|
grep -n 'ConfigurationProperties(prefix' $W/</tspan><tspan x="24" dy="22">advanced/mvc/VirtualThreadSettings.java \
|
|
| sed 's#^# VirtualThreadSettings:#'
|
|
sed -n '30,36p' $W/advanced/mvc/Virtua</tspan><tspan x="24" dy="22">lThreadMvcConfiguration.java \
|
|
| sed 's#^# VirtualThreadMvcConfiguration #'
|
|
echo
|
|
echo "# 게이트와 무관하게 이 설정</tspan><tspan x="24" dy="22">을 등록하는 출하 조립 루트"
|
|
B=src/app-bootstrap/src/main/java/dev/caskeleton/bootstrap/CaSkeletonApplication.java
|
|
grep -</tspan><tspan x="24" dy="22">n '^@ConfigurationPropertiesScan(' $B | sed 's#^# CaSkeletonApplication:#'
|
|
grep -n ' "dev.caskeleton.adapter.inbou</tspan><tspan x="24" dy="22">nd.web",' $B | sed 's#^# CaSkeletonApplication:#'
|
|
echo -n " 그 애너테이션이 거는 목록 : "
|
|
awk 'NR>=59 && /^ \}\)/ {</tspan><tspan x="24" dy="22">print "58-" NR " · " n " 개 패키지"; exit} NR>=60 && /"dev\.caskeleton/ {n++}' $B
|
|
echo
|
|
echo "# 이름을 잘못 발행하는 타</tspan><tspan x="24" dy="22">입 자체는 배선되어 있다"
|
|
grep -n 'toProfile()' $W/advanced/mvc/VirtualThreadSettings.java | sed 's#^# VirtualThreadSett</tspan><tspan x="24" dy="22">ings:#'
|
|
sed -n '39,42p' $W/advanced/mvc/VirtualThreadMvcConfiguration.java \
|
|
| sed 's#^# VirtualThreadMvcConfiguratio</tspan><tspan x="24" dy="22">n #'
|
|
echo
|
|
echo -n "# 루트가 거는 그 패키지 아래의 @ConfigurationProperties 타입 : "
|
|
grep -rl '@ConfigurationPropertie</tspan><tspan x="24" dy="22">s' --include=*.java src/adapter/inbound/web/src/main | wc -l
|
|
echo " 그중 값을 요구하는 하나. SecuritySettings.java:31-3</tspan><tspan x="24" dy="22">4 :"
|
|
sed -n '31,34p' src/adapter/inbound/web/src/main/java/dev/caskeleton/adapter/inbound/web/settings/SecuritySettings.</tspan><tspan x="24" dy="22">java | sed 's#^# #'
|
|
echo
|
|
echo "# 이 리프는 설정 메타데이터를 생성하도록 선언되어 있다"
|
|
grep -n 'configuration-process</tspan><tspan x="24" dy="22">or' src/adapter/inbound/web/build.gradle | sed 's#^# build.gradle:#'
|
|
echo " 그 선언을 리프마다 강제하는 루트 빌드 자리</tspan><tspan x="24" dy="22"> :"
|
|
sed -n '2201,2205p' src/build.gradle | sed 's#^# #'
|
|
</tspan></text>
|
|
<text x="24" y="750" 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="772" 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-03T06:15:15+00:00 · exit 0</tspan></text>
|
|
<line x1="24" y1="786" x2="1176" y2="786" stroke="#30363d"/>
|
|
<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"># 이 저장소에서 propertyName() 을 선언하는 자리를 세면 : 3</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"> WebSocketAdvancedCapability.java:75</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"> VirtualThreadProfile.java:75</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"> WebAdvancedFeature.java:60</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"> WebAdvancedFeature.java:59-62</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"> /** The property that turns this on. */</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"> public String propertyName() {</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"> return "backend.web.advanced." + name().toLowerCase(Locale.ROOT).replace('_', '-') + ".enabled";</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"> WebSocketAdvancedCapability.java:74-79</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"> /** The property that enables this capability. */</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"> public String propertyName() {</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"> return "backend.websocket.advanced."</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"> + name().toLowerCase(Locale.ROOT).replace('_', '-')</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"> + ".enabled";</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"> VirtualThreadProfile.java:74-77</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"> /** The property that turns this on. */</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"> public static String propertyName() {</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"> return "backend.web.advanced.virtual-threads.enabled";</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"> }</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"></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"># 그 셋을 부르는 자리. 메서드 참조까지 센다</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"> WebAdvancedFeature : WebAdvancedReleaseTest.java:48 WebAdvancedReleaseTest.java:52 (끝)</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"> WebSocketAdvancedCapability : ResumeTokenTest.java:187 ResumeTokenTest.java:191 (끝)</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"> VirtualThreadProfile : (끝)</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"></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"># 발행된 이름 그대로 저장소에 나오는 자리 (git 추적 파일 전부)</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"> VirtualThreadProfile.java:76 return "backend.web.advanced.virtual-threads.enabled";</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"> docs/web-superpowers-package/docs/superpowers/plans/2026-08-13-web-advanced-capabilities-expansion-plan.md:202: prefix = "b</tspan><tspan x="24" dy="22">ackend.web.advanced.virtual-threads",</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"> src/adapter/inbound/web/src/main/java/dev/caskeleton/adapter/inbound/web/advanced/virtualthread/VirtualThreadProfile.java:76: </tspan><tspan x="24" dy="22"> return "backend.web.advanced.virtual-threads.enabled";</tspan></text>
|
|
<text x="24" y="1618" 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="1640" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> name = "enabled",</tspan></text>
|
|
<text x="24" y="1662" 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="1684" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> web/advanced-capabilities.md:8 backend.web.advanced.mvc-virtual-threads.enabled</tspan></text>
|
|
<text x="24" y="1706" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> web/virtual-thread-profile.md:25 mvc-virtual-threads:</tspan></text>
|
|
<text x="24" y="1728" 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="1750" 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="1772" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadSettings:17:@ConfigurationProperties(prefix = "backend.web.advanced.mvc-virtual-threads")</tspan></text>
|
|
<text x="24" y="1794" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadMvcConfiguration @EnableConfigurationProperties(VirtualThreadSettings.class)</tspan></text>
|
|
<text x="24" y="1816" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadMvcConfiguration @ConditionalOnWebApplication(type = ConditionalOnWebApplication.Type.SERVLET)</tspan></text>
|
|
<text x="24" y="1838" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadMvcConfiguration @ConditionalOnProperty(</tspan></text>
|
|
<text x="24" y="1860" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadMvcConfiguration prefix = "backend.web.advanced.mvc-virtual-threads",</tspan></text>
|
|
<text x="24" y="1882" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadMvcConfiguration name = "enabled",</tspan></text>
|
|
<text x="24" y="1904" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadMvcConfiguration havingValue = "true")</tspan></text>
|
|
<text x="24" y="1926" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadMvcConfiguration public class VirtualThreadMvcConfiguration {</tspan></text>
|
|
<text x="24" y="1948" 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="1970" 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="1992" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CaSkeletonApplication:58:@ConfigurationPropertiesScan(</tspan></text>
|
|
<text x="24" y="2014" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CaSkeletonApplication:72: "dev.caskeleton.adapter.inbound.web",</tspan></text>
|
|
<text x="24" y="2036" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> 그 애너테이션이 거는 목록 : 58-80 · 20 개 패키지</tspan></text>
|
|
<text x="24" y="2058" 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="2080" 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="2102" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadSettings:77: public VirtualThreadProfile toProfile() {</tspan></text>
|
|
<text x="24" y="2124" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadSettings:91: toProfile();</tspan></text>
|
|
<text x="24" y="2146" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadMvcConfiguration @Bean</tspan></text>
|
|
<text x="24" y="2168" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadMvcConfiguration public VirtualThreadProfile virtualThreadProfile(VirtualThreadSettings properties) {</tspan></text>
|
|
<text x="24" y="2190" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadMvcConfiguration return properties.toProfile();</tspan></text>
|
|
<text x="24" y="2212" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadMvcConfiguration }</tspan></text>
|
|
<text x="24" y="2234" 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="2256" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"># 루트가 거는 그 패키지 아래의 @ConfigurationProperties 타입 : 8</tspan></text>
|
|
<text x="24" y="2278" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> 그중 값을 요구하는 하나. SecuritySettings.java:31-34 :</tspan></text>
|
|
<text x="24" y="2300" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> if (this.authMode == AuthenticationMode.JWT && (issuerUri == null || issuerUri.isBlank())) {</tspan></text>
|
|
<text x="24" y="2322" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> throw new IllegalArgumentException(</tspan></text>
|
|
<text x="24" y="2344" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> "APP_SECURITY_JWT_ISSUER (ca-skeleton.security.issuer-uri) is required");</tspan></text>
|
|
<text x="24" y="2366" 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="2388" 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="2410" 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="2432" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> build.gradle:16: annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'</tspan></text>
|
|
<text x="24" y="2454" 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="2476" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> configure(subprojects.findAll { it.childProjects.isEmpty() }) {</tspan></text>
|
|
<text x="24" y="2498" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> tasks.named('check') {</tspan></text>
|
|
<text x="24" y="2520" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> dependsOn verifyConfigurationPropertiesProcessor</tspan></text>
|
|
<text x="24" y="2542" 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="2564" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> }</tspan></text>
|
|
</svg>
|