Skip to content

4.x: Bump up com.cronutils:cron-utils #9099

@Captain1653

Description

@Captain1653

Environment Details

  • Helidon Version: 4.x
  • Helidon SE and Helidon MP
  • JDK version: not applicable
  • OS: not applicable
  • Docker version (if applicable): not applicable

Problem Description

Helidon uses cron-utils for scheduling.

Helidon uses version 9.1.6, but there are some useful contributions in new versions:

<dependency>
    <groupId>com.cronutils</groupId>
    <artifactId>cron-utils</artifactId>
    <version>${version.lib.cron-utils}</version>
    <exclusions>
        <exclusion>
            <groupId>org.glassfish</groupId>
            <artifactId>javax.el</artifactId>
        </exclusion>
        <exclusion>
            <groupId>org.javassist</groupId>
            <artifactId>javassist</artifactId>
        </exclusion>
    </exclusions>
</dependency>

These changes can be done for 3.x and 2.x.

Metadata

Metadata

Assignees

Labels

4.xVersion 4.xP3

Type

No type

Projects

Status

Closed

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions