Add Geometry super-type only as subtypes are considered simple types already. Ensure reflective simple type AOT registration.
Original pull request: #1713
See #1711
@ -59,16 +59,7 @@ public class PostgresDialect extends org.springframework.data.relational.core.di
@@ -59,16 +59,7 @@ public class PostgresDialect extends org.springframework.data.relational.core.di
.forEach(s->ifClassPresent(s,simpleTypes::add));
// support the native JTS types supported by r2dbc-postgresql