Finn
Finn
> Thanks! i tested it yesterday and it works correctly with JPA-security, what is the reason the field injection needs to be used at post construct with vaadin? also, as...
For End-To-End tests a workaround is to change the lookup method for required modules in the tests application.properties (important, it requires .properties even if yaml is used!). For example: quarkus.class-loading.parent-first-artifacts=com.vaadin:vaadin-testbench-core-junit5,com.vaadin:vaadin-testbench-shared,org.seleniumhq.selenium:selenium-api...
I ran into the exact same issue, by accident, right now. Currently trying to narrow it down, just want to second that we also have this issue with an application...
Looks like this bug here: https://hibernate.atlassian.net/jira/software/c/projects/HHH/issues/HHH-17229?filter=allissues&jql=project%20%3D%20%22HHH%22%20AND%20text%20~%20%22localtime%20nanosecond%22%20ORDER%20BY%20created%20DESC
At least for me it was the mentioned bug in hibernate. The fixed Hibernate-Version is included in Spring Boot 3.4.0. My pretty wild speculation is that LocalTime is rarely used...
I believe I've encountered same problem. My pretty stupid reproducer is ```bash docker run -ti ubuntu /bin/bash apt update -y && DEBIAN_FRONTEND=noninteractive apt install -y python3-pip imagemagick poppler-utils && pip3...
> Would any of you be willing to submit a PR? Our development team will be available to provide any guidance needed. @tati-qalified Sure, I'll have a look
That was not the place at all I expected the problem to be: https://github.com/liquibase/liquibase/pull/4052/files#diff-a0076d9bb727dcbec183152bec633f6fc4dfdc414835260f6a876aba91dc5f8fR404 This change breaks the diff if DATABASE_TO_LOWER=true is specified for the H2 connection, which is a...
@tati-qalified Maybe your development team could shed some light on the best approach here. Since h2 allows for different casing strategies, which may vary based on the use case, speak...
The failed tests look like they may be related to my change. I'll check them later.