-
Notifications
You must be signed in to change notification settings - Fork 495
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
Update moved procedures to have new class names #4257
Conversation
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.
Very nice :)
Just some Extended here as well
@@ -41,7 +41,7 @@ | |||
* @author moxious | |||
* @since 27.02.19 | |||
*/ | |||
public class Neo4jLogStream { | |||
public class Neo4jLogStreamExtended { |
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.
@Extended
annotation
@@ -45,7 +45,7 @@ | |||
import java.util.Map; | |||
import java.util.stream.Stream; | |||
|
|||
public class ExportArrow { | |||
public class ExportArrowExtended { |
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.
@Extended
annotation
@@ -46,8 +46,7 @@ public class LoadJsonExtended { | |||
public URLAccessChecker urlAccessChecker; | |||
|
|||
@SuppressWarnings("unchecked") | |||
@Procedure(name = "apoc.load.jsonParams", deprecatedBy = "This procedure is being moved to APOC Extended.") | |||
@Deprecated | |||
@Procedure(name = "apoc.load.jsonParams") |
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.
LoadJsonExtended with @Extended
as well
This is needed in the 5.26 branch, or if someone has both Core and Extended installed, there will be missing procedures!