Thank you, using hibernate.temp.use_jdbc_metadata_defaults isn’t what I want indeed. I start (or more presicely deploy) the app during build because I want to catch most problems during build and because it speeds up starting the containers. My only option now are the deprecated subclasses of PostgresqlDialect, or to write such a subclass myself (perhaps my best option now). |