Skip to content

Conversation

@MadhavDhatrak
Copy link
Contributor

What kind of change does this PR introduce?

This PR adds the Blaze4J tool to the tooling-data.yaml file. Blaze4J is a high-performance Java wrapper for the Blaze JSON Schema validator, built as part of GSoC '25.

Issue Number:

If relevant, did you update the documentation?

Summary
This PR adds the Blaze4J tool to the tooling-data.yaml file. Blaze4J is a high-performance Java wrapper for the Blaze JSON Schema validator, built as part of Google Summer of Code 2025 (GSoC '25).

Key Highlights

  • Support for JSON Schema drafts: 2020-12, 2019-09, draft-07/06/04
  • Custom resolvers: HTTP and classpath-based
  • Cross-platform compatibility: Windows, Linux, macOS
  • Detailed validation and rich error reporting
  • Clean and intuitive Java API for seamless integration
  • Cleaner result handling automatic cleanup of finalized objects after validation
  • Logging support via java.util.logging
  • Full migration to Java 22 Foreign Function & Memory (FFM) API
  • SchemaCompiler class Introduced a new SchemaCompiler for faster and more reusable schema handling.
  • Pre-register feature Preload schemas in advance for efficient, repeated validations.

Does this PR introduce a breaking change?
No - This is an additive change to the tooling database

Checklist

Please ensure the following tasks are completed before submitting this pull request.

@github-actions
Copy link

github-actions bot commented Sep 1, 2025

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
website ✅ Ready (View Log) Visit Preview 5095c48

@codecov
Copy link

codecov bot commented Sep 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@e97ceb0). Learn more about missing BASE report.
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##             main     #1838   +/-   ##
========================================
  Coverage        ?   100.00%           
========================================
  Files           ?        30           
  Lines           ?       633           
  Branches        ?       196           
========================================
  Hits            ?       633           
  Misses          ?         0           
  Partials        ?         0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Relequestual
Copy link
Member

Nice work @MadhavDhatrak. Bet you'll be glad to get it finally added to the list! =D

@Relequestual Relequestual merged commit b1e17af into json-schema-org:main Sep 24, 2025
13 checks passed
@github-project-automation github-project-automation bot moved this from Ready to review to Done in PR - Triage Group Sep 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Add Blaze4J in JSON Schema Ecosystem

2 participants