vorto icon indicating copy to clipboard operation
vorto copied to clipboard

Upgrade Spring Boot

Open ghost opened this issue 4 years ago • 0 comments

Vorto is based on Spring Boot 1.5.13.RELEASE.

The latest version at the time of writing is 2.3.4.RELEASE.

The main reason prompting for an upgrade so far would be to be able to leverage org.springframework.session.web.http.DefaultCookieSerialize and attempt to set the SameSite attribute to the JSESSIONID cookie explicitly (assuming this strategy will work).

However, there are probably many other good reason to upgrade on the long run.

This is likely a complicated task due to the cascading dependencies involved.

ghost avatar Oct 02 '20 07:10 ghost