Open fer-marino opened 9 months ago
@fer-marino thanks for your issue. I will try to take time to do it!
"Hi, thanks for all your hard work on Cassandre—it's been incredibly helpful! I was wondering if you have any plans to update it to Spring Boot 3, as I'd be interested in using the new features."
HI @xerikssonx and thanks, i will try to find some time in december
@straumat could you please allow me create branches and pull requests, I working on migration to Spring boot 3
@xerikssonx Hi ! I think you can create a fork and ask for me to merge your work once you are done ?
@xerikssonx Thanks ! I try to review it this week. Just one question : why do you remove ZonedDateTime ?
@straumat it did not work with ZonedDateTime. But I check fix that I've added for OffsetDateTime works also with ZonedDateTime. So I reverted changes to ZoneDateTime back. Could you pleasetrigger build again? Also pay attantion, I change expecting in one test to code 401 from 403 (authentication.test.js).
@straumat hi, are you going to create new release with spring boot 3?
@xerikssonx Hi ! Yes, but i need to fix some issues with my key :)
@straumat, I found bug with spring boot 3. https://github.com/knowm/XChange/issues/4930 it's repoducable on version with spring boot 3. Please don't create new release till I fix it
I've noticed that this project still uses spring 2.7, which unfortunately has been discontinued. Would be nice to rebase on spring boot 3!
Just forcing the dependency doesn't seems to work unfortunately. Thanks for your work