Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
graphql-java
/
graphql-java
Public
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
6.2k
Code
Issues
25
Pull requests
14
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Consolidate validation rules into single OperationValidator and improve performance
- #4228
#4228
Merged
andimarek
merged 13 commits into
master
graphql-java/graphql-java:master
from
validation-refactor
graphql-java/graphql-java:validation-refactor
Copy head branch name to clipboard
Feb 19, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
Consolidate validation rules into single OperationValidator and improve performance
#4228
andimarek
merged 13 commits into
master
graphql-java/graphql-java:master
from
validation-refactor
graphql-java/graphql-java:validation-refactor
Copy head branch name to clipboard
Commits
Commits on Jan 27, 2026
Consolidate 31 validation rule classes into single OperationValidator
Show description for 8884d2d
andimarek
and
claude
committed
8884d2d
View commit details
Copy full SHA for 8884d2d
Browse repository at this point
Commits on Jan 28, 2026
Restore 10 test coverage gaps lost during validation refactor
Show description for b3e3f3e
andimarek
and
claude
committed
b3e3f3e
View commit details
Copy full SHA for b3e3f3e
Browse repository at this point
Move VariablesTypesMatcher and all validation tests from rules sub-package to validation package
Show description for 1f6d39d
andimarek
and
claude
committed
1f6d39d
View commit details
Copy full SHA for 1f6d39d
Browse repository at this point
Commits on Jan 29, 2026
Improve OperationValidator documentation and naming
Show description for 142bad7
andimarek
and
cursoragent
committed
142bad7
View commit details
Copy full SHA for 142bad7
Browse repository at this point
Remove redundant shouldRunDocumentLevelRules() checks
Show description for 72b2828
andimarek
and
cursoragent
committed
72b2828
View commit details
Copy full SHA for 72b2828
Browse repository at this point
Add JSpecify @NullMarked annotations to ValidationContext and OperationValidator
Show description for e0c5f0b
andimarek
and
cursoragent
committed
e0c5f0b
View commit details
Copy full SHA for e0c5f0b
Browse repository at this point
Add JSpecify @NullMarked annotations to TraversalContext
Show description for b65e8c3
andimarek
and
cursoragent
committed
b65e8c3
View commit details
Copy full SHA for b65e8c3
Browse repository at this point
Commits on Feb 13, 2026
Merge origin/master into validation-refactor
Show description for 23dd3db
andimarek
committed
23dd3db
View commit details
Copy full SHA for 23dd3db
Browse repository at this point
Commits on Feb 15, 2026
Optimize validation hot paths to reduce collection overhead
Show description for 7a4e1fb
andimarek
and
claude
committed
7a4e1fb
View commit details
Copy full SHA for 7a4e1fb
Browse repository at this point
Merge branch 'master' into validation-refactor
andimarek
committed
c0b4b1c
View commit details
Copy full SHA for c0b4b1c
Browse repository at this point
Remove unnecessary null checks on getCodeRegistry()
Show description for 051f73d
andimarek
and
claude
committed
051f73d
View commit details
Copy full SHA for 051f73d
Browse repository at this point
Commits on Feb 19, 2026
Revert Locale.getDefault() fallback in GraphQL and ParseAndValidate
Show description for c0cf41c
andimarek
and
claude
committed
c0cf41c
View commit details
Copy full SHA for c0cf41c
Browse repository at this point
Clean up OperationValidator: remove dead code and fix warnings
Show description for 072165b
andimarek
and
claude
committed
072165b
View commit details
Copy full SHA for 072165b
Browse repository at this point
You can’t perform that action at this time.