xuxueli/xxl-job

glue java job在springboot3里无法执行

Opened this issue · 0 comments

使用springboot3.x写执行器, bean job可以正常运行, 但是glue java job, 会掉用执行器里的xxl-core里的SpringGlueFactory, 这个类用到了javax.annotation.Resource; 而springboot3里面只有jakarta.annotation.Resource;导致glue java job失败.
希望项目组能支持springboot3

Which version of XXL-JOB do you using?

2.4.1

Expected behavior

正常运行glue java job

Actual behavior

不能正常运行glue java job

Steps to reproduce the behavior

使用springboot3 写执行器

Other information