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 2222 <parent >
2323 <groupId >org.springframework.boot</groupId >
2424 <artifactId >spring-boot-starter-parent</artifactId >
25- <version >3.5.0 </version >
25+ <version >3.5.3 </version >
2626 <relativePath />
2727 </parent >
2828
Original file line number Diff line number Diff line change 1919 <parent >
2020 <groupId >org.springframework.boot</groupId >
2121 <artifactId >spring-boot-starter-parent</artifactId >
22- <version >3.4.5 </version >
22+ <version >3.5.3 </version >
2323 <relativePath />
2424 </parent >
2525
Original file line number Diff line number Diff line change 2020 <parent >
2121 <groupId >org.springframework.boot</groupId >
2222 <artifactId >spring-boot-starter-parent</artifactId >
23- <version >3.4.5 </version >
23+ <version >3.5.3 </version >
2424 <relativePath />
2525 </parent >
2626
Original file line number Diff line number Diff line change @@ -404,6 +404,21 @@ public boolean hasRelationshipPropertyPersistTypeInfoFlag() {
404404 return false ;
405405 }
406406
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+
407422 @ Override
408423 public String getPrimaryLabel () {
409424 return "MyEntity" ;
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >3.4.5 </version >
8+ <version >3.5.3 </version >
99 <relativePath />
1010 </parent >
1111
You can’t perform that action at this time.
0 commit comments