cron-utils icon indicating copy to clipboard operation
cron-utils copied to clipboard

Cron utils for parsing, validations and human readable descriptions as well as date/time interoperability.

Results 53 cron-utils issues
Sort by recently updated
recently updated
newest added

I have a use case where, when i start up, i want to see if i missed anything while down. M general logic is to check for the nextExecution from...

Hello I was able to create an expression for **At 1 minutes past the hour, every 8 hours, between day 1 and 3 of the month, only in 2023** ```...

On OpenBSD, you can use the ~ symbol to specify random time intervals. You can find more information about this in the [crontab(5) manual](https://man.openbsd.org/crontab.5). It would be great if the...

help wanted
feature
hacktoberfest

Hi Team, I am trying to use the cronBuilder like this. ``` public static String getCronExpression(DailyRecurrence dailyRecurrence) throws Exception { CronBuilder cronBuilder = CronBuilder.cron(CronDefinitionBuilder.instanceDefinitionFor(CronType.QUARTZ)); TimeDTO time = TimeDTO.getTimeDTO(dailyRecurrence.getTime()); cronBuilder.withYear(always()); cronBuilder.withDoM(always());...

It is not possible to perform the following mapping: ```java CronDefinition cronDefinition = CronDefinitionBuilder.instanceDefinitionFor(CronType.SPRING); CronParser cronParser = new CronParser(cronDefinition); Cron cron = cronParser.parse("0 0 0 ? * 5#1"); CronMapper mapper...

Bumps [spring-context](https://github.com/spring-projects/spring-framework) from 5.3.26 to 6.0.10. Release notes Sourced from spring-context's releases. v6.0.10 :star: New Features ClassLoader can be null in DeserializingConverter and should be annotated with @Nullable #30670 Introduce...

dependencies

Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0 to 3.1.2. Release notes Sourced from maven-surefire-plugin's releases. 3.1.2 Release Notes - Maven Surefire - Version 3.1.2 update commons compress to 1.23.0 (#655) @​elharo Drop unused...

dependencies

Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.2.1 to 3.3.0. Commits 9b34b44 [maven-release-plugin] prepare release maven-checkstyle-plugin-3.3.0 fe2379d [MCHECKSTYLE-436] Replace CheckstyleReportGenerator with a new CheckstyleRepo... b08abc2 [MCHECKSTYLE-435] Remove deprecated RSS feature 71bc1ff [MPMD-377] Upgrade plugins...

dependencies