vaadin / flow-crm-tutorial

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

update to 24.0.0 #142

Closed manolo closed 1 year ago

manolo commented 1 year ago

This is a PR with code automatically generated by the PiT script which follows patterns explained in the upgrading guide for v24.

It works in dev-mode mvn, but fails to package for production mvn package -Pproduction,it because of ITs. When packaging for production mvn package -Pproduction it produces a .jar that can be run java -jar target/*.jar but UI does not load after login.

Can @marcushellberg take a look since you recorded the tutorial ?

mstahv commented 1 year ago

@manolo I marked this ready. Build now works, even on my mac that had some ChromeDriver issues. Some issue with the TeamCity setup, but I'm claiming it's environment for that (which should probably be fixed).