Skip to content
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

fixes #1584: apoc.custom.asProcedure() doesn't work when there is input parameters #1591

Merged
merged 1 commit into from
Jul 20, 2020

Conversation

conker84
Copy link
Collaborator

@conker84 conker84 commented Jul 13, 2020

Fixes #1584

In Neo4j 4.0.5 org.neo4j.internal.kernel.api.procs.ProcedureSignature changed the signature adding a boolean at the end and without leaving the old signature in order to maintain the backwards compatibility with version prior to 4.0.5 we use the reflection to create a new instance of the class.

@mneedham mneedham merged commit 4f72e61 into neo4j-contrib:4.0 Jul 20, 2020
mneedham pushed a commit that referenced this pull request Jul 20, 2020
mneedham pushed a commit that referenced this pull request Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

apoc.custom.asProcedure() doesn't work when there is input parameters.
2 participants