File tree Expand file tree Collapse file tree 5 files changed +19
-4
lines changed
src/test/java/org/springframework/batch/extensions/neo4j Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.springframework.boot</groupId >
24
24
<artifactId >spring-boot-starter-parent</artifactId >
25
- <version >3.5.0 </version >
25
+ <version >3.5.3 </version >
26
26
<relativePath />
27
27
</parent >
28
28
Original file line number Diff line number Diff line change 19
19
<parent >
20
20
<groupId >org.springframework.boot</groupId >
21
21
<artifactId >spring-boot-starter-parent</artifactId >
22
- <version >3.4.5 </version >
22
+ <version >3.5.3 </version >
23
23
<relativePath />
24
24
</parent >
25
25
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >org.springframework.boot</groupId >
22
22
<artifactId >spring-boot-starter-parent</artifactId >
23
- <version >3.4.5 </version >
23
+ <version >3.5.3 </version >
24
24
<relativePath />
25
25
</parent >
26
26
Original file line number Diff line number Diff line change @@ -404,6 +404,21 @@ public boolean hasRelationshipPropertyPersistTypeInfoFlag() {
404
404
return false ;
405
405
}
406
406
407
+ @ Override
408
+ public boolean hasVectorProperty () {
409
+ return false ;
410
+ }
411
+
412
+ @ Override
413
+ public Neo4jPersistentProperty getVectorProperty () {
414
+ return null ;
415
+ }
416
+
417
+ @ Override
418
+ public Neo4jPersistentProperty getRequiredVectorProperty () {
419
+ return null ;
420
+ }
421
+
407
422
@ Override
408
423
public String getPrimaryLabel () {
409
424
return "MyEntity" ;
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >3.4.5 </version >
8
+ <version >3.5.3 </version >
9
9
<relativePath />
10
10
</parent >
11
11
You can’t perform that action at this time.
0 commit comments