-
Notifications
You must be signed in to change notification settings - Fork 616
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
NPE at org.neo4j.ogm.metadata.MetaData.entityType [DATAGRAPH-1194] #1756
Comments
shubham commented Fixed by adding this dependency
<dependency>
<groupId>io.github.lukehutch</groupId>
<artifactId>fast-classpath-scanner</artifactId>
<version>3.1.13</version>
</dependency> |
nioertel commented Lovelace-SR5 is also affected |
Michael Simons commented 5.2 (Moore) uses OGM 3.2 which uses 5.1 (Loveloce) uses OGM 3.1 which uses We will update OGM 3.1 to use the latest compatible As this is an OGM issue, I'm gonna close that one here and we track it over there: |
Michael Simons commented This is an OGM issue |
Michael Simons commented For the readers that stumble upon this issue: While So my advice is, if you ran into issues, to see if an upgrade to |
shubham opened DATAGRAPH-1194 and commented
Recently upgraded to :
Spring boot 2.0.8.RELEASE
spring-data-neo4j:jar:5.0.13.RELEASE
neo4j-ogm-bolt-driver:jar:3.1.6
Neo4j 3.3.1
Code changes :
wherever
@GraphId
was present.The application runs perfectly fine on my local machine ( Mac ) but the following is observed in logs during startup when deployed on the server
`
`
The spring boot application starts but throws following runtime exception when trying to access data from Neo4j
`
`
Affects: 5.0.13 (Kay SR13)
Reference URL: https://stackoverflow.com/questions/37470971/classpath-scanning-in-spring-boot-jar-not-working
The text was updated successfully, but these errors were encountered: