Add cycles to core-beans: the circular-dependency failure report, what allow-circular-references repairs and hides, and four fixes on Boot 4.1

Co-Authored-By: Claude Sonnet 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_01Uu7q8vPeREyT4218EJPzz1
This commit is contained in:
Claude
2026-09-24 06:29:14 +00:00
parent 51f3ecd5da
commit d6a2e1a5f2
61 changed files with 1545 additions and 8 deletions
+6 -3
View File
@@ -3,18 +3,21 @@
#
# ./scripts/run-all.sh
#
# Needs a JDK 25 and Maven 3.9. Transcripts 01-17 and 19 come out of the test suite, which is the point:
# the figures in the two articles are assertions that fail the build if they stop being true.
# Needs a JDK 25 and Maven 3.9. Transcripts 01-17 and 19-35 come out of the test suite, which is the point:
# the figures in the articles are assertions that fail the build if they stop being true.
# Timing-based rows (12, 16) assert coarse thresholds, not exact milliseconds.
set -euo pipefail
cd "$(dirname "$0")/.."
echo "== test suite (transcripts 01-17)"
echo "== test suite (transcripts 01-17 and 19-35)"
mvn -B test
echo "== property defaults read from Boot's metadata (18)"
./scripts/capture-metadata.sh
echo "== early-reference and property facts read from the jars (36-37)"
./scripts/capture-cycle-facts.sh
echo
echo "output:"
ls -1 output