spring-boot/spring-boot-project
Stephane Nicoll b11602aeaa Polish "Add Quartz actuator endpoint"
This commit reworks the initial proposal so that jobs and triggers are
treated as first class concepts.

`/actuator/quartz` now returns the group names for jobs and triggers.

`actuator/quartz/jobs` returns the job names, keyed by the available
group names, while `/actuator/quartz/triggers` does the same for
triggers.

`/actuator/jobs/{groupName}` provides an overview of a job group. It
provides a map of job names with the class name of the job.
implementation

`/actuator/triggers/{groupName}` provides an overview of a trigger
group. There are five supported trigger implementations: cron, simple,
daily time interval, calendar interval, and custom for any other
implementation. Given that each implementation has specific settings,
triggers are split in five objects.

`/actuator/jobs/{groupName}/{jobName}` provides the full details of a
particular job. This includes a sanitized data map and a list of
triggers ordered by next fire time.

`/actuator/triggers/{groupName}/{triggerName}` provides the full details
of a particular trigger. This includes the state, its type, and a
dedicate object containing implementation-specific settings.

See gh-10364
2021-04-06 12:13:28 +02:00
..
spring-boot Merge branch '2.4.x' 2021-04-05 18:19:27 -07:00
spring-boot-actuator Polish "Add Quartz actuator endpoint" 2021-04-06 12:13:28 +02:00
spring-boot-actuator-autoconfigure Polish "Add Quartz actuator endpoint" 2021-04-06 12:13:28 +02:00
spring-boot-autoconfigure Merge branch '2.4.x' 2021-04-04 11:19:13 +02:00
spring-boot-cli Merge branch '2.4.x' 2021-03-30 20:52:38 +01:00
spring-boot-dependencies
spring-boot-devtools
spring-boot-docs Polish "Add Quartz actuator endpoint" 2021-04-06 12:13:28 +02:00
spring-boot-parent
spring-boot-properties-migrator
spring-boot-starters
spring-boot-test
spring-boot-test-autoconfigure Polish 2021-04-04 11:12:03 +02:00
spring-boot-tools Test our Gradle plugin against Gradle 7.0-rc-2 2021-04-06 10:30:35 +01:00