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
Bug description
In Neo4jItemReaderBuilder, startStatement(String startStatement) is required, but Neo4j itself deprecated the START statement and throw error when used. If not used, application will throw BeanCreationException with message java.lang.IllegalArgumentException: startStatement is required.
Environment
Spring Boot: 2.7.0
Kotlin: 1.6.10
Neo4j: 4.4.4
Bug description
In
Neo4jItemReaderBuilder
,startStatement(String startStatement)
is required, but Neo4j itself deprecated the START statement and throw error when used. If not used, application will throwBeanCreationException
with messagejava.lang.IllegalArgumentException: startStatement is required.
Environment
Spring Boot:
2.7.0
Kotlin:
1.6.10
Neo4j:
4.4.4
Steps to reproduce
Expected behavior
startStatement()
should be optional, not mandatory.The text was updated successfully, but these errors were encountered: