Skip to content

Commit 6b2c1ca

Browse files
committed
Strict compatibility sweep with per-file metrics
1 parent 2fb1500 commit 6b2c1ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

AGENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ mvn exec:java -pl json-compatibility-suite -Dexec.args="--json"
218218
- All prohibitions on output filtering apply. Do not pipe logs unless you must constrain an infinite stream, and even then examine a large sample (thousands of lines).
219219
- Remote location of `./mvn-test-no-boilerplate.sh` is the repository root; pass module selectors through it for schema-only runs.
220220

221+
- Strict compatibility sweep with per-file metrics: `./mvn-test-no-boilerplate.sh -pl json-java21-schema -Dit.test=JsonSchemaCheckIT -Djson.schema.strict=true -Djson.schema.metrics=csv -Djava.util.logging.ConsoleHandler.level=INFO`
222+
221223
#### JUL Logging
222224
- For SEVERE logs, prefix the message with `ERROR` to align with SLF4J-centric filters.
223225
- Continue using the standard hierarchy (SEVERE through FINEST) for clarity.

0 commit comments

Comments
 (0)