Legacy modes' lifetime in Hibernate

Hi,

In our project we are using the following three Hibernate legacy settings:

hibernate.id.db_structure_naming_strategy=legacy
hibernate.timezone.default_storage=NORMALIZE
hibernate.type.wrapper_array_handling=legacy

In the documentation of 7.0 I see they are still supported.
My question would be: How long are these settings are planned to be supported overall?

Thanks and Kind Regards,
Ádám Simon

Hello, none of these settings are deprecated, nor are the values you’re using in your project, so I would say there is no current plan of removing support for them.

1 Like