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 https://github.com/spring-projects/spring-boot/pull/16539