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
Type
/
to 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 }}
JavaSleep89
/
graphql-java
Public
forked from
graphql-java/graphql-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
graphql-java
src
main
java
graphql
parser
Parser.java
on
master
User selector
All users
All time
Commit history
Commits on Mar 24, 2023
Have a limit on how many characters are presented to the Parser
bbakerman
committed
5f204f2
View commit details
Copy full SHA for 5f204f2
View code at this point
Browse repository at this point
Commits on Mar 13, 2023
Preventing stack overflow exceptions via limiting the depth of the parser rules
bbakerman
committed
8a1c884
View commit details
Copy full SHA for 8a1c884
View code at this point
Browse repository at this point
Commits on Dec 20, 2022
Allow users to disable MultiSourceReader trackData through ParserOptions
Anda Xu
committed
836ed59
View commit details
Copy full SHA for 836ed59
View code at this point
Browse repository at this point
Commits on Oct 13, 2022
Adding Locale to Parser (#2921)
Show description for 432e734
bbakerman
authored
432e734
View commit details
Copy full SHA for 432e734
View code at this point
Browse repository at this point
Commits on Aug 22, 2022
Adding Locale to Coercing and hence ValueResolver (#2912)
Show description for e7409ac
bbakerman
authored
e7409ac
View commit details
Copy full SHA for e7409ac
View code at this point
Browse repository at this point
Commits on Aug 20, 2022
Add deprecated at dates
dondonz
committed
47b64a1
View commit details
Copy full SHA for 47b64a1
View code at this point
Browse repository at this point
Commits on Jul 26, 2022
READY - Stop DOS attacks by making the lexer stop early on evil input. (#2892)
Show description for 226aabd
bbakerman
authored
226aabd
View commit details
Copy full SHA for 226aabd
View code at this point
Browse repository at this point
Commits on May 30, 2022
fix typos in javadoc, messages and comments (#2840)
dfa1
authored
36905f3
View commit details
Copy full SHA for 36905f3
View code at this point
Browse repository at this point
Commits on May 17, 2022
Parse input type correctly (#2820)
Show description for 15a70e5
russellyou
authored
15a70e5
View commit details
Copy full SHA for 15a70e5
View code at this point
Browse repository at this point
Commits on Sep 23, 2021
Adding a parser listener AND the ability to set parser options per request (#2555)
Show description for 420218d
bbakerman
authored
420218d
View commit details
Copy full SHA for 420218d
View code at this point
Browse repository at this point
Commits on Sep 18, 2021
Help prevent DOS attacks on graphql servers (#2549)
Show description for 7f27a04
bbakerman
and
jord1e
authored
7f27a04
View commit details
Copy full SHA for 7f27a04
View code at this point
Browse repository at this point
Commits on Jul 13, 2021
Made a ParserOptions class so we can have more options later (#2438)
bbakerman
authored
1bdbb8f
View commit details
Copy full SHA for 1bdbb8f
View code at this point
Browse repository at this point
Commits on Jun 23, 2021
Do not capture Ignored characters by default (#2394)
Show description for d5e4ea5
bbakerman
authored
d5e4ea5
View commit details
Copy full SHA for d5e4ea5
View code at this point
Browse repository at this point
Commits on May 21, 2021
validate programmatic applied directive values
andimarek
committed
c4a05f1
View commit details
Copy full SHA for c4a05f1
View code at this point
Browse repository at this point
Commits on May 12, 2021
wip
andimarek
committed
62c4fdb
View commit details
Copy full SHA for 62c4fdb
View code at this point
Browse repository at this point
Commits on Aug 25, 2020
Fix typo: toke -> token (#2004)
Show description for 05deb85
ricekot
authored
05deb85
View commit details
Copy full SHA for 05deb85
View code at this point
Browse repository at this point
Commits on Feb 12, 2020
Now public API
bbakerman
committed
7abcc0f
View commit details
Copy full SHA for 7abcc0f
View code at this point
Browse repository at this point
You can now set your own ANTLR converter in the parse - NOT API
bbakerman
committed
e28e51c
View commit details
Copy full SHA for e28e51c
View code at this point
Browse repository at this point
Commits on Jul 15, 2019
improve lexer error with correct source locations and preview
andimarek
committed
19d003e
View commit details
Copy full SHA for 19d003e
View code at this point
Browse repository at this point
handle lexer errors by throwing exception instead of ignoring
andimarek
committed
370ee73
View commit details
Copy full SHA for 370ee73
View code at this point
Browse repository at this point
add nice static method to parser
andimarek
committed
895804a
View commit details
Copy full SHA for 895804a
View code at this point
Browse repository at this point
Commits on Feb 7, 2019
PR suggestions - now uses 1 based indexes
bbakerman
committed
e310dc3
View commit details
Copy full SHA for e310dc3
View code at this point
Browse repository at this point
This creates a multi source reader that can track which "source part" text comes from and map back to those places relative to each part.
Show description for cded477
bbakerman
committed
cded477
View commit details
Copy full SHA for cded477
View code at this point
Browse repository at this point
Commits on Jan 18, 2019
This adds better syntax error handling (#1348)
Show description for c4bcd3a
bbakerman
authored
c4bcd3a
View commit details
Copy full SHA for c4bcd3a
View code at this point
Browse repository at this point
Commits on Jul 11, 2018
cleanup
andimarek
committed
30ccc67
View commit details
Copy full SHA for 30ccc67
View code at this point
Browse repository at this point
Commits on Jul 9, 2018
refactor parser and making Nodes immutable (WIP, not all test pass)
andimarek
committed
703ee33
View commit details
Copy full SHA for 703ee33
View code at this point
Browse repository at this point
Commits on May 23, 2018
Ensured that Antlr's '<unknown>' source name isn't sent to clients as part of operation responses by setting it to null
jimkyndemeyer
authored and
bbakerman
committed
648032e
View commit details
Copy full SHA for 648032e
View code at this point
Browse repository at this point
Added sourceName property to SourceLocation to improve error reporting across multiple SDL documents
jimkyndemeyer
authored and
bbakerman
committed
58bf17e
View commit details
Copy full SHA for 58bf17e
View code at this point
Browse repository at this point
Commits on Mar 6, 2018
Deprecated antlr stream
bbakerman
committed
1a42311
View commit details
Copy full SHA for 1a42311
View code at this point
Browse repository at this point
Commits on Feb 14, 2018
make graphqlAntlrToLanguage constructor and fields accessible:
Show description for 11c99ab
andimarek
committed
11c99ab
View commit details
Copy full SHA for 11c99ab
View code at this point
Browse repository at this point
Commits on May 14, 2017
add public/internal annotations
andimarek
committed
64cc32e
View commit details
Copy full SHA for 64cc32e
View code at this point
Browse repository at this point
Commits on Apr 17, 2017
#352 - fixed the bug where too many tokens are allowed as valid
bbakerman
committed
096da1c
View commit details
Copy full SHA for 096da1c
View code at this point
Browse repository at this point
Commits on Apr 10, 2017
#325 - retain comments in the parsed document
bbakerman
committed
52f1fff
View commit details
Copy full SHA for 52f1fff
View code at this point
Browse repository at this point
Commits on Oct 24, 2016
Change log-levels to more appropriate setting.
aschrijver
authored and
dminkovsky
committed
1c48422
View commit details
Copy full SHA for 1c48422
View code at this point
Browse repository at this point
Commits on Sep 17, 2015
parsing: Improve Parsing error handling
Show description for fb53067
andimarek
committed
fb53067
View commit details
Copy full SHA for fb53067
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.