On Fri, 2025-01-10 at 13:05 +0530, 'Balamurali Krishna Ippili' via H2
Database wrote:
> 1. We are currently using java 8 and as per my understanding the
> latest version of H2DB 2.3.232 requires java 11 and above and we
> cannot simply upgrade to java 11 at this moment as there are a lot of
> application specific changes  so we need to plan for the same at a
> later point of time.

I understand this challenge well since we are maintaining various
software projects bound to JDK 11 but find it increasingly difficult
since most tooling and libraries depend on JDK 17 those days.

Lets face reality: time of JDK 8 is up and you will have a hard time to
get any support with those old versions of H2.

Also, from my personal experience I can say: 2.3.232 was the first
(almost) production quality release of H2 and I have tried every single
version since 1.4.196 or so.

> 
> 2.  Can you please elaborate on the following so I can work on that? 
> "unless you can show a Java only, self containing (and free of third-
> party software) reproducer

You trace shows lots of ORM and middle ware. Nobody will peel those
layers from the onion.
Instead, simple Java JDBC and statements, maybe running in a loop and
eventually yielding in this corruption. Only then a developer will be
able to trace it.

(And WHEN you provide such a re-producer the H2 developers are all in
and very helpful!)

Good luck and cheers
Andreas

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/h2-database/5e1328d6e84cab4cc1a12d4be43e2cac4a300c9f.camel%40manticore-projects.com.

Reply via email to