We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just noticed in combination with Spring GraphQL that there is at least one missing entry in https://github.com/spring-projects/spring-data-neo4j/blob/main/src/main/java/org/springframework/data/neo4j/aot/Neo4jRuntimeHints.java . Namely QuerydslNeo4jPredicateExecutor.class. While I am here I was thinking why we didn't include the reactive counterparts here(?) Pulling in @mp911de / @christophstrobl to the discussion.
QuerydslNeo4jPredicateExecutor.class
The text was updated successfully, but these errors were encountered:
I assume that because of the evolutionary nature of native hints, we added hints for missing functionality that bubbled up as exceptions.
Please make sure to include hints for all imperative/reactive fragments and base repositories to be on the safe side.
Sorry, something went wrong.
@meistermeier you may draw some inspiration from here.
GH-2725 - Add missing runtime hints.
ce72f4d
e01b771
Solved with e01b771 (main) and ce72f4d (7.1.x)
meistermeier
No branches or pull requests
Just noticed in combination with Spring GraphQL that there is at least one missing entry in https://github.com/spring-projects/spring-data-neo4j/blob/main/src/main/java/org/springframework/data/neo4j/aot/Neo4jRuntimeHints.java .
Namely
QuerydslNeo4jPredicateExecutor.class
.While I am here I was thinking why we didn't include the reactive counterparts here(?)
Pulling in @mp911de / @christophstrobl to the discussion.
The text was updated successfully, but these errors were encountered: