vaadin / kubernetes-kit

Other
3 stars 3 forks source link

feat!: Upgrade project to Vaadin 24 #77

Closed mshabarov closed 1 year ago

mshabarov commented 1 year ago

Description

Upgrades the project to Vaadin 24, Jakarta 10 and Spring-boot 3.0.

Type of change

Checklist

Additional for Feature type of change

mshabarov commented 1 year ago

@heruan this issue with having ScopedProxyMode.INTERFACES looks like a bug in Spring 6.0 for me. I suggest to merge this pull request with the TARGERT_CLASS mode and create an issue in Spring (I'm making a minimal reproducible example for that).

mcollovati commented 1 year ago

I suggest to merge this pull request with the TARGERT_CLASS mode and create an issue in Spring (I'm making a minimal reproducible example for that).

I would suggest adding a ticket to remember that the change is only temporary and that the mode must be changed back to INTERFACES, otherwise the test does not make sense