#!/usr/bin/env bash # The relaxed-binding matrix, generated by binding each spelling rather than by hand. set -euo pipefail cd "$(dirname "$0")/.." source scripts/env.sh java -jar "$JAR" --spring.profiles.active=probe --spring.main.web-application-type=none \ 2>&1 | clean | sed -n '/== relaxed binding matrix ==/,/MISS = the property/p' \ > docs/output/01-relaxed-matrix.txt cat docs/output/01-relaxed-matrix.txt