You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
4 years ago
..
spring-boot Merge branch '2.4.x' 4 years ago
spring-boot-actuator Polish "Add Quartz actuator endpoint" 4 years ago
spring-boot-actuator-autoconfigure Polish "Add Quartz actuator endpoint" 4 years ago
spring-boot-autoconfigure Merge branch '2.4.x' 4 years ago
spring-boot-cli Merge branch '2.4.x' 4 years ago
spring-boot-dependencies Merge branch '2.4.x' 4 years ago
spring-boot-devtools Merge branch '2.4.x' 4 years ago
spring-boot-docs Polish "Add Quartz actuator endpoint" 4 years ago
spring-boot-parent Merge branch '2.4.x' 4 years ago
spring-boot-properties-migrator Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-starters Polish "Add reference to Ogham Spring Boot starters" 4 years ago
spring-boot-test Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-test-autoconfigure Polish 4 years ago
spring-boot-tools Test our Gradle plugin against Gradle 7.0-rc-2 4 years ago