-
Notifications
You must be signed in to change notification settings - Fork 3
RBT-928 pass through jakarta annotations #116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ashley-taylor
merged 24 commits into
master
from
RBT-928-pass-through-jakarta-annotations-try-2
Jul 20, 2025
Merged
Changes from 19 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
4f35a65
Refactoring
josie-atkins 603b6dd
tests
josie-atkins dc120e4
WIP
josie-atkins b36f3a1
Revert "WIP"
josie-atkins bbd3c68
Can add Size annotation
josie-atkins 7c63ec6
Tidy
josie-atkins c340d5a
Add all Jakarta annotations
josie-atkins 5485c54
Merge branch 'master' into RBT-928-pass-through-jakarta-annotations-t…
josie-atkins 0b984e8
Remove unused function
josie-atkins 4d625b6
Fix the tests
josie-atkins 62d8450
Add test for min and max on an integer
josie-atkins 9f35bf3
Add test for a record
josie-atkins 5ea1d0e
Tests pass
josie-atkins 0debef3
Put validate behinda flag on the SchemaBuilder
josie-atkins e6192de
Merge branch 'master' into RBT-928-pass-through-jakarta-annotations-t…
josie-atkins 0f0b741
Downgrade graphql-java to 22
josie-atkins aa7ce9e
formatter
josie-atkins 23ad41b
Licenses
josie-atkins aa6b1cb
Downgrade graphql-java to 22
josie-atkins 1a2e331
Merge remote-tracking branch 'origin/master' into RBT-928-pass-throug…
josie-atkins 8208742
Downgrade to graphql 22
josie-atkins ee548da
Revert "Downgrade to graphql 22"
josie-atkins ad990e6
Merge remote-tracking branch 'origin/master' into RBT-928-pass-throug…
josie-atkins 50e0b05
Upgrade libraries to graphql 24
josie-atkins File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version gone done to 22 from 24
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, unfortunately the
graphql-java-extended-validation
library has not released support for graphql 24 yet.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Their readme says "use 22.0 or above for graphql-java 22.x and above"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the issue I am running into: graphql-java/graphql-java-extended-validation#103
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May have to be an open source developer and submit a PR up stream to add support for graphql 24
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess now we wait graphql-java/graphql-java-extended-validation#112
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
has been released
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed :)