spring-projects / spring-projects/spring-tools
Support CRON expression value in Spring Boot property files (`application.properties` and `application.yml`)
Open
@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-cronspring.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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.