mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
CronTrigger carries an optional ZoneId since 5.3 that affects nextExecution; however, prior to this commit, equals() and hashCode() only considered the cron expression. This commit ensures that CronTrigger instances with the same cron expression but different time zones are no longer considered equal. Closes gh-36871 Signed-off-by: zhaomeng <zhaomeng1.vendor@sensetime.com>