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
on
master
User selector
All users
All time
Commit history
Commits on Aug 4, 2023
Wrap NumberFormatException
Show description for fbb1579
arthurscchan
committed
fbb1579
View commit details
Copy full SHA for fbb1579
View code at this point
Browse repository at this point
Commits on Mar 26, 2023
Have a limit on how many characters are presented to the Parser- tweaked test and doco
bbakerman
committed
ceb63c7
View commit details
Copy full SHA for ceb63c7
View code at this point
Browse repository at this point
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 - moving to 500 deep as a starting point
bbakerman
committed
dcd9cf9
View commit details
Copy full SHA for dcd9cf9
View code at this point
Browse repository at this point
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 Feb 13, 2023
Replace javax nullable annotations with JetBrains equivalent
dondonz
committed
3f3b017
View commit details
Copy full SHA for 3f3b017
View code at this point
Browse repository at this point
Commits on Jan 21, 2023
Merge pull request #3062 from AntaresS/add-trackData-to-ParserOptions
Show description for c2887b3
dondonz
authored
c2887b3
View commit details
Copy full SHA for c2887b3
View code at this point
Browse repository at this point
Commits on Jan 14, 2023
Fix extend schema directives
Show description for 94aadfe
dondonz
and
act1on3
committed
94aadfe
View commit details
Copy full SHA for 94aadfe
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 Aug 10, 2022
Rename to PrettyAstPrinter; improve tests; add javadoc
felipe-gdr
committed
923a034
View commit details
Copy full SHA for 923a034
View code at this point
Browse repository at this point
Commits on Aug 3, 2022
Expose default pretty options and rename capture rule context method
felipe-gdr
committed
05c229d
View commit details
Copy full SHA for 05c229d
View code at this point
Browse repository at this point
Commits on Aug 1, 2022
Merge branch 'master' into pretty-printer
felipe-gdr
committed
c6bb935
View commit details
Copy full SHA for c6bb935
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 Jul 24, 2022
Implement pretty printer
felipe-gdr
committed
6030b3a
View commit details
Copy full SHA for 6030b3a
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 24, 2022
Use ImmutableKit emptyMap and emptyList (#2829)
Show description for 6060676
bbakerman
authored
6060676
View commit details
Copy full SHA for 6060676
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 Apr 29, 2022
Make some static fields final (#2803)
Show description for 7086a3e
kilink
authored
7086a3e
View commit details
Copy full SHA for 7086a3e
View code at this point
Browse repository at this point
Commits on Apr 16, 2022
Add ParserOption to ignore single-line comments (#2788)
Show description for 66595fa
jord1e
authored
66595fa
View commit details
Copy full SHA for 66595fa
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 15, 2021
SourceLocations can be turned off (#2439)
Show description for 632876d
bbakerman
authored
632876d
View commit details
Copy full SHA for 632876d
View code at this point
Browse repository at this point
Commits on Jul 14, 2021
Merge pull request #2404 from dondonz/unicode-full-range
Show description for 357c9bb
andimarek
authored
357c9bb
View commit details
Copy full SHA for 357c9bb
View code at this point
Browse repository at this point
Add String parser overload when SourceLocation is not available
dondonz
committed
66c0f97
View commit details
Copy full SHA for 66c0f97
View code at this point
Browse repository at this point
Add source location to Unicode error messages
dondonz
committed
c93fd5a
View commit details
Copy full SHA for c93fd5a
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 Jul 9, 2021
Raise InvalidSyntaxException for invalid Unicode
dondonz
committed
5e788a4
View commit details
Copy full SHA for 5e788a4
View code at this point
Browse repository at this point
Commits on Jul 8, 2021
Add surrogate pair validation
dondonz
committed
06d334f
View commit details
Copy full SHA for 06d334f
View code at this point
Browse repository at this point
Commits on Jun 29, 2021
Fix typo
dondonz
committed
c719779
View commit details
Copy full SHA for c719779
View code at this point
Browse repository at this point
Add maximum unicode value check
dondonz
committed
dc349a0
View commit details
Copy full SHA for dc349a0
View code at this point
Browse repository at this point
Add full Unicode to parser, the happy path
dondonz
committed
5b12cbe
View commit details
Copy full SHA for 5b12cbe
View code at this point
Browse repository at this point
Commits on Jun 27, 2021
Fix extend type parsing issue (#2393)
Show description for f646019
dondonz
authored
f646019
View commit details
Copy full SHA for f646019
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.