Unsupported class file major version 61 error with jobrunr

441 Views Asked by At

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?

0

There are 0 best solutions below