neo4j / neo4j-ogm

Java Object-Graph Mapping Library for Neo4j
https://neo4j.com/docs/ogm-manual/
Apache License 2.0
333 stars 165 forks source link

fix typo #1091

Closed tursom closed 4 months ago

tursom commented 5 months ago

fix typo from OffsettDateTimeStringConverter to OffsetDateTimeStringConverter

michael-simons commented 5 months ago

Hi @tursom excellent catch, thanks a lot. But we cannot just change the name of public API. The correct way is to deprecated the wrongly named class, introduce a copy of it with the fixed name and delete the deprecated in the next major.