You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-batch-infrastructure/src/main/java/org/springframework/batch/item/data/builder/Neo4jItemReaderBuilder.java
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2017 the original author or authors.
2
+
* Copyright 2017-2021 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -27,9 +27,14 @@
27
27
* A builder for the {@link Neo4jItemReader}.
28
28
*
29
29
* @author Glenn Renfro
30
+
* @author Mahmoud Ben Hassine
30
31
* @since 4.0
31
32
* @see Neo4jItemReader
33
+
*
34
+
* @deprecated since 5.0 in favor of the item reader builder from
Copy file name to clipboardExpand all lines: spring-batch-infrastructure/src/main/java/org/springframework/batch/item/data/builder/Neo4jItemWriterBuilder.java
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2017 the original author or authors.
2
+
* Copyright 2017-2021 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -26,9 +26,14 @@
26
26
* A builder implementation for the {@link Neo4jItemWriter}
27
27
*
28
28
* @author Glenn Renfro
29
+
* @author Mahmoud Ben Hassine
29
30
* @since 4.0
30
31
* @see Neo4jItemWriter
32
+
*
33
+
* @deprecated since 5.0 in favor of the item writer builder from
0 commit comments