Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new @Cron annotation based on 'jakarta.validation' #620

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 16, 2024

  1. fix(test): Fix CronConverterTest that failed on Standard Time

    - America/St_Johns UTC-3:30 Standard Time
    - America/St_Johns UTC-2:30 Daylight Time
    yyvess committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    21dfdbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb599f4 View commit details
    Browse the repository at this point in the history
  3. feat(pom.xml): Update dependencies versions & maven plugins

    - Replace com.cronutils.Function by java.util.function.Function
    yyvess committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    0d8a557 View commit details
    Browse the repository at this point in the history
  4. fix(code): Small code clean up

    yyvess committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    0849dd7 View commit details
    Browse the repository at this point in the history