Skip to content
Advertisement

Tag: vaadin-flow

“Show deleted” checkbox not working as intended

I’ve implemented a soft delete behavior in my imaginary Video rental app, and now I am trying to implement a way to reactivate my “deleted” customers, but I can’t get my approach to work, surely something simple, but google did not let me find the answer, so here I am. Here is an excerpt from my repo interface (JpaRepository): In

Using Vaadin Flow with Jakarta EE 9

I see that Apache Tomcat 10 (alpha) is now available. The major feature there is support for Jakarta EE 9 where package names for APIs have changed from javax.* to jakarta.*. Jakarta EE 9 now has a milestone release available. Can the current versions of Vaadin Flow (14 or 16) be made to work with the new Jakarta 9 and

Advertisement