spring-projects / spring-projects/spring-tools

Support CRON expression value in Spring Boot property files (`application.properties` and `application.yml`)

Open
#1,329 4 comments 0 reactions 1 assignee View on GitHub

@BoykoAlex is already working on this.

Since Aug 21, 2024.

for: eclipse for: vscode theme: validation type: enhancement
Dominant language
Java
Stars
983
Forks
240
Avg merge
7d 1h
Merged PRs (30d)
7

Description

Support syntax validation and possibly highlighting of CRON expressions values inside spring property files (properties/yaml)

spring.integration.poller.cron=0 */30 * ? * *

Likely new CRON value type needs to be added for properties.

Other properties (info from the Spring Core team):

  • spring.session.redis.cleanup-cron
  • spring.session.jdbc.cleanup-cron
  • Might be some in Batch and SCDF

(See support for CRON in IntelliJ: https://www.jetbrains.com/help/idea/scheduled-tasks.html)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.