Having problems with JPA of LocalDate columns and query parameters migrating from H2-2.1.214 to H2-2.2.224
I have problems to establish the SpringBoot application context to run a JUnit test.
The application context was no problem with SpringBoot 3.1 and H2-2.1.214.
Now with SpringBoot 3.2 and H2-2.2.224 I get errors which I don’t know how to resolve.
It looks like the handling of host variables within the query language has changed.