FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
feat: GraphQLSchema.FastBuilder for High-Performance Schema Construction by rstata · Pull Request #4197 · graphql-java/graphql-java · GitHub
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
22
Pull requests
17
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
feat: GraphQLSchema.FastBuilder for High-Performance Schema Construction
- #4197
#4197
Merged
andimarek
merged 28 commits into
graphql-java:master
graphql-java/graphql-java:master
from
rstata:fastbuilder
rstata/graphql-java:fastbuilder
Copy head branch name to clipboard
Jan 31, 2026
Conversation
Commits
28
(28)
Checks
Files changed
Merged
feat: GraphQLSchema.FastBuilder for High-Performance Schema Construction
#4197
andimarek
merged 28 commits into
graphql-java:master
graphql-java/graphql-java:master
from
rstata:fastbuilder
rstata/graphql-java:fastbuilder
Copy head branch name to clipboard
Commits
Commits on Jan 20, 2026
Optimize assertValidName by replacing regex with character-by-character check
Show description for e105a49
Raymie Stata
committed
e105a49
View commit details
Copy full SHA for e105a49
Browse repository at this point
Phase 1: Add FastBuilder scaffolding with scalar type support
Show description for cadb12a
Raymie Stata
and
claude
committed
cadb12a
View commit details
Copy full SHA for cadb12a
Browse repository at this point
Phase 2: Add directive support with type reference resolution
Show description for 0f81a9c
Raymie Stata
and
claude
committed
0f81a9c
View commit details
Copy full SHA for 0f81a9c
Browse repository at this point
Phase 3: Add enumeration type support
Show description for e39bf20
Raymie Stata
and
claude
committed
e39bf20
View commit details
Copy full SHA for e39bf20
Browse repository at this point
Phase 4: Add input object type support with type reference resolution
Show description for e473ca8
Raymie Stata
and
claude
committed
e473ca8
View commit details
Copy full SHA for e473ca8
Browse repository at this point
Phase 5: Add applied directive support with type reference resolution
Show description for d09a763
Raymie Stata
and
claude
committed
d09a763
View commit details
Copy full SHA for d09a763
Browse repository at this point
Phase 6: Object Types - FastBuilder implementation
Show description for 798c7e1
Raymie Stata
and
claude
committed
798c7e1
View commit details
Copy full SHA for 798c7e1
Browse repository at this point
Phase 7: Interface Types - FastBuilder implementation
Show description for ea5d3cc
Raymie Stata
and
claude
committed
ea5d3cc
View commit details
Copy full SHA for ea5d3cc
Browse repository at this point
Phase 8: Union Types - FastBuilder implementation
Show description for 4472f7c
Raymie Stata
and
claude
committed
4472f7c
View commit details
Copy full SHA for 4472f7c
Browse repository at this point
Phase 9: Validation and Edge Cases - FastBuilder implementation
Show description for e12c074
Raymie Stata
and
claude
committed
e12c074
View commit details
Copy full SHA for e12c074
Browse repository at this point
Add FastSchemaGenerator and JMH benchmark infrastructure
Show description for b7e9e46
Raymie Stata
committed
b7e9e46
View commit details
Copy full SHA for b7e9e46
Browse repository at this point
Address review comment, change a name
Show description for 388ab73
Raymie Stata
committed
388ab73
View commit details
Copy full SHA for 388ab73
Browse repository at this point
Tighter type-bounds for GraphQLSchema.additionalTypes.
Raymie Stata
committed
62815b1
View commit details
Copy full SHA for 62815b1
Browse repository at this point
Remove detached-type detection: all types are additionalTypes
Raymie Stata
committed
1c54eae
View commit details
Copy full SHA for 1c54eae
Browse repository at this point
Commits on Jan 22, 2026
Merge remote-tracking branch 'origin/master' into fastbuilder
andimarek
committed
46e2e9b
View commit details
Copy full SHA for 46e2e9b
Browse repository at this point
Remove phase separator comments from FastBuilder tests
Show description for 7cf12cd
andimarek
committed
7cf12cd
View commit details
Copy full SHA for 7cf12cd
Browse repository at this point
Fix FastBuilder Javadoc comments
Show description for c446304
andimarek
committed
c446304
View commit details
Copy full SHA for c446304
Browse repository at this point
Change FastBuilder.addType to accept GraphQLNamedType
Show description for 16a8fc2
andimarek
committed
16a8fc2
View commit details
Copy full SHA for 16a8fc2
Browse repository at this point
Commits on Jan 23, 2026
Fixes
Show description for d430e66
Raymie Stata
committed
d430e66
View commit details
Copy full SHA for d430e66
Browse repository at this point
Commits on Jan 25, 2026
Refactor built-in directive handling
Show description for a15baf6
Raymie Stata
committed
a15baf6
View commit details
Copy full SHA for a15baf6
Browse repository at this point
Commits on Jan 28, 2026
Fix withSchemaAppliedDirectives(Collection) not scanning for type references
Show description for eb8e24c
andimarek
and
claude
committed
eb8e24c
View commit details
Copy full SHA for eb8e24c
Browse repository at this point
Commits on Jan 29, 2026
Merge remote-tracking branch 'upstream/master' into fastbuilder
Raymie Stata
committed
86da667
View commit details
Copy full SHA for 86da667
Browse repository at this point
Remove cruft
Show description for 719f91f
Raymie Stata
committed
719f91f
View commit details
Copy full SHA for 719f91f
Browse repository at this point
Improve FastBuilder documentation and add @NullMarked
Show description for 14a31e4
andimarek
and
claude
committed
14a31e4
View commit details
Copy full SHA for 14a31e4
Browse repository at this point
Remove redundant checks in assertValidName, mark param @Nullable
Show description for cd32b5c
andimarek
and
claude
committed
cd32b5c
View commit details
Copy full SHA for cd32b5c
Browse repository at this point
Commits on Jan 30, 2026
Promote FastSchemaGenerator to @ExperimentalApi with safer defaults
Show description for 131f169
Raymie Stata
and
claude
committed
131f169
View commit details
Copy full SHA for 131f169
Browse repository at this point
Add type resolver validation to FastBuilder
Show description for 23c59ae
Raymie Stata
and
claude
committed
23c59ae
View commit details
Copy full SHA for 23c59ae
Browse repository at this point
Merge remote-tracking branch 'upstream/master' into fastbuilder
Raymie Stata
committed
5bcba4a
View commit details
Copy full SHA for 5bcba4a
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL