Hibernate 6 batch problem

Hi,

I’ve downloaded the archive and successfully reproduced the issue.

Setting the locale seems to be the condition to trigger the issue.

We’ll keep you posted.

thx

Hi @erdinc,

@fernanda and myself have identified an issue in the driver when the locale used by the JVM is

changed from default. We are working on the issue.

Assuming that is an option for you, you can remove the set of the locale to Turkish in your application configuration as a workaround,

Taking the demo you’ve uploaded as an example, please remove the following lines from RealDatasourceConfig.java

Locale local = new Locale("tr", "TR");
Locale.setDefault(local);

Thanks for your help on this.

I appreciate your help on this.
It is not an option for us, and we already moved back to 19.28.0.0 for now.
Thanks.