vaadin / flow-crm-tutorial

Demo app for the Java Web App tutorial series
The Unlicense
172 stars 184 forks source link

Is there an update to the latest Vaadin version? #171

Closed madukan closed 11 months ago

madukan commented 11 months ago

I see some issues when using the latest Vaadin version. Especially around that Oracle vs Eclipse branding changes as well.

Legioth commented 11 months ago

The default branch in this repository, v24 is based on the Vaadin 24 which in turn is based on Jakarta EE rather than Java EE.

Here's an example from the latest version right now, where the import for a JPA entity is jakarta.persistence.Entity:

https://github.com/vaadin/flow-crm-tutorial/blob/756c650861332fa311982b13dce8554a0508d48e/src/main/java/com/example/application/data/entity/Status.java#L1-L6

Could you describe exactly what issues you're seeing?

madukan commented 11 months ago

Right. Thank you. I can see in the v24, Jakarta, is being used. It works fine now.