spring-projects/spring-boot

Quartz 2.5.1 not usable with PostgreSQL

Closed this issue · 1 comments

I was trying out the new Spring Boot 4.0.0-RC2 release and noticed that quartz was throwing exceptions. After a little search i found this issue that was already raised quartz-scheduler/quartz#1407. it looks like quartz 2.5.1 is not usable with a postgres database. so this is just a heads up that you might want to skip that version of quartz.

Thanks for the heads-up and for trying RC2. There are various bug fixes, regression fixes, dependency upgrades, and a feature in Quartz 2.5.1. While it sounds like this won't suit PostgreSQL users, they will be of benefit to those using other databases. As such, I don't think we should downgrade. Instead, we'll pick up a fix for quartz-scheduler/quartz#1407 once it's available.