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
While polishing the dependencies for the actuator and removing spring data neo4j that is no longer necessary at this time since we're moving to the raw driver, I've noticed that ConfigurationPropertiesReportEndpoint does not compile anymore.
It turns out that com.fasterxml.jackson.datatype:jackson-datatype-jsr310 was on the classpath as a side effect of having a dependency on Spring Data Neo4j.
We should probably review our dependency declaration to make this a bit more explicit. See also #16539
The text was updated successfully, but these errors were encountered:
While polishing the dependencies for the actuator and removing spring data neo4j that is no longer necessary at this time since we're moving to the raw driver, I've noticed that ConfigurationPropertiesReportEndpoint does not compile anymore.
It turns out that
com.fasterxml.jackson.datatype:jackson-datatype-jsr310
was on the classpath as a side effect of having a dependency on Spring Data Neo4j.We should probably review our dependency declaration to make this a bit more explicit. See also #16539
The text was updated successfully, but these errors were encountered: