Roland Praml
Roland Praml
Hmm. There are still some issues, when ebean tries to open some implicit transactions. See last commit. I've tried to start fixing it here: https://github.com/ebean-orm/ebean/commit/38b5ac23283459cc5063e72012e01d4a53b2cde0 but I think this will...
Can you change your code to use embeddedId as composite PK? See https://github.com/ebean-orm/ebean/blob/master/ebean-test/src/test/java/org/tests/model/composite/ROrder.java for an example
I think the motivation to configure evertything from properties is clear Q: Why a plugin: A: You need no code. You just need to add the dbmigration to the classpath,...
TODO: PR depends on other PR
We have discovered the problem now, it seems to be happen only in rare cases when multiple threads are involved: Thread 1: 1. We invalidate certain user-session with `httpSession.removeSessionAttribute(vaadinService.getSessionAttributeName())` (This...
We would also need a jakarta compatible vaadin 8 version soon (Spring supports ends october). We did some tests with the [Apache Tomcat migration tool for Jakarta EE](https://github.com/apache/tomcat-jakartaee-migration) to produce...
We had to transform the artifacts "vaadin-server", "vaadin-spring" and "vaadin-charts" in our test, that did we ~6 months ago. With the transformed artifacts, we could start our application with spring...
Note: we have the reqirement, that capturing is done in the correct tenant. See (old) PR: https://github.com/ebean-orm/ebean/pull/2955
I have the same problem. - Auth method: proxy - File path set - tried different values (1 and 3 days) for refresh - no user agent - german account...
I have the same problem. See #27 To your second problem, I can not say much, but it seems that you have installed cakebaked and the old remote2 in parallel....