Skip to content

Commit d889446

Browse files
committed
docs
1 parent 05f00f6 commit d889446

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ This is a simplified backport with the following changes from the original:
9090

9191
These vulnerabilities exist in the upstream OpenJDK sandbox implementation and are reported here for transparency.
9292

93-
## JSON Schema Validator (2020-12)
93+
## JSON Schema Validator
9494

9595
By including a basic schema validator that demonstrates how to build a realistic feature out of the core API. To demonstrate the power of the core API, it follows Data Oriented Programming principles: it parses JSON Schema into an immutable structure of records, then for validation it parses the JSON to the generic structure and uses the thread-safe parsed schema as the model to validate the JSON being checked.
9696

97-
A simple JSON Schema (2020-12 subset) validator is included (module: json-java21-schema).
97+
A simple JSON Schema validator is included (module: json-java21-schema).
9898

9999
```java
100100
var schema = io.github.simbo1905.json.schema.JsonSchema.compile(
@@ -328,12 +328,9 @@ This backport includes a compatibility report tool that tests against the [JSON
328328

329329
### Running the Compatibility Report
330330

331-
First, build the project and download the test suite:
331+
The test data is bundled as ZIP files and extracted automatically at runtime:
332332

333333
```bash
334-
# Build project and download test suite
335-
mvn clean compile generate-test-resources -pl json-compatibility-suite
336-
337334
# Run human-readable report
338335
mvn exec:java -pl json-compatibility-suite
339336

0 commit comments

Comments
 (0)