The pgjdbc team has released 42.5.0 to address an issue introduced in improv:
type alias handling in TypeInfoCache by bokken · Pull Request #1986 ·
pgjdbc/pgjdbc (github.com) <https://github.com/pgjdbc/pgjdbc/pull/1986> where
float was aliased to float4.
It is now aliased to float8
Thanks to the hibernate team for catching this.
Regards,
Dave Cramer