I am trying to use jobrunr with java 17. However, I am getting Unsupported class file major version 61 error while doing the same with the line
JobId jobId = BackgroundJob.schedule(runAt, () -> helper.excuteTaskAction();
Does jobrunr not support java 17? If it does can anyone help me figure out why a conflict is arising here? I am开发者_运维百科 using the package jobrunr-spring-boot-starter:5.3.1.
I tried downgrading to java 8, which scheduled jobs without errors. However, I would very much like to keep working with java 17. Can somebody please help me with this?
精彩评论