79113352

Date: 2024-10-22 09:41:29
Score: 2
Natty:
Report link

As @M. Deinum said in the comments.

The issue was, because I've used @Scheduled method inside an configuration class.

Moving the @Scheduled method into it's own class and creating bean using @Component have fixed the issue and now Shedlock is working withinterceptMode = PROXY_METHOD

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Scheduled
  • User mentioned (0): @Scheduled
  • User mentioned (0): @Component
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Sovak