spring-boot/spring-boot-tests/spring-boot-smoke-tests
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-smoke-test-activemq Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-actuator Merge branch '2.4.x' 2021-02-02 15:14:18 +00:00
spring-boot-smoke-test-actuator-custom-security Merge branch '2.4.x' 2021-02-02 15:14:18 +00:00
spring-boot-smoke-test-actuator-log4j2 Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-actuator-noweb Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-actuator-ui Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-amqp Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-animated-banner Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-ant Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-aop Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-atmosphere Merge branch '2.3.x' into 2.4.x 2021-02-02 15:12:27 +00:00
spring-boot-smoke-test-batch Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-bootstrap-registry Deprecate Bootstrapper 2021-03-24 14:10:12 -07:00
spring-boot-smoke-test-cache Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-data-couchbase Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-data-elasticsearch Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-data-jdbc Merge branch '2.3.x' into 2.4.x 2021-02-02 15:12:27 +00:00
spring-boot-smoke-test-data-jpa Merge branch '2.3.x' into 2.4.x 2021-02-02 15:12:27 +00:00
spring-boot-smoke-test-data-ldap Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-data-mongodb Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-data-neo4j Merge branch '2.3.x' into 2.4.x 2021-02-02 15:12:27 +00:00
spring-boot-smoke-test-data-r2dbc Auto-configure script-based R2DBC database initialization 2021-03-29 12:01:19 +01:00
spring-boot-smoke-test-data-r2dbc-flyway Merge branch '2.3.x' into 2.4.x 2021-02-02 15:12:27 +00:00
spring-boot-smoke-test-data-r2dbc-liquibase Merge branch '2.3.x' into 2.4.x 2021-02-02 15:12:27 +00:00
spring-boot-smoke-test-data-redis Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-data-rest Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-devtools Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-flyway Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-hateoas Simplify code that makes hal the default json media type 2021-03-10 12:14:54 +00:00
spring-boot-smoke-test-hazelcast3 Merge branch '2.3.x' into 2.4.x 2021-02-02 15:12:27 +00:00
spring-boot-smoke-test-hibernate52 Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-integration Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-jersey Ensure that Jersey's filter has a servlet at the end of its chain 2021-02-26 15:42:13 +00:00
spring-boot-smoke-test-jetty Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-jetty-jsp Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-jetty-ssl Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-jpa Merge branch '2.3.x' into 2.4.x 2021-02-02 15:12:27 +00:00
spring-boot-smoke-test-jta-atomikos Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-junit-vintage Merge branch '2.3.x' into 2.4.x 2021-02-02 15:12:27 +00:00
spring-boot-smoke-test-kafka Merge branch '2.3.x' into 2.4.x 2021-02-02 15:12:27 +00:00
spring-boot-smoke-test-liquibase Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-logback Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-oauth2-client Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-oauth2-resource-server Merge branch '2.3.x' into 2.4.x 2021-02-02 15:12:27 +00:00
spring-boot-smoke-test-parent-context Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-profile Merge branch '2.3.x' into 2.4.x 2021-02-02 15:12:27 +00:00
spring-boot-smoke-test-property-validation Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-quartz Polish "Add Quartz actuator endpoint" 2021-04-06 12:13:28 +02:00
spring-boot-smoke-test-reactive-oauth2-client Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-reactive-oauth2-resource-server Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-rsocket Merge branch '2.3.x' into 2.4.x 2021-02-02 15:12:27 +00:00
spring-boot-smoke-test-saml2-service-provider Merge branch '2.3.x' into 2.4.x 2021-02-02 15:12:27 +00:00
spring-boot-smoke-test-secure Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-secure-jersey Merge branch '2.4.x' 2021-02-02 15:14:18 +00:00
spring-boot-smoke-test-secure-webflux Merge branch '2.4.x' 2021-02-02 15:14:18 +00:00
spring-boot-smoke-test-servlet Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-session Merge branch '2.3.x' into 2.4.x 2021-02-02 15:12:27 +00:00
spring-boot-smoke-test-session-webflux Merge branch '2.3.x' into 2.4.x 2021-03-10 14:36:34 +00:00
spring-boot-smoke-test-simple Merge branch '2.3.x' into 2.4.x 2021-02-02 15:12:27 +00:00
spring-boot-smoke-test-test Provide more pluggable way to indicate DataSource init dependencies 2021-03-09 13:55:48 +00:00
spring-boot-smoke-test-test-nomockito Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-testng Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-tomcat Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-tomcat-jsp Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-tomcat-multi-connectors Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-tomcat-ssl Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-traditional Merge branch '2.3.x' into 2.4.x 2021-02-02 15:12:27 +00:00
spring-boot-smoke-test-undertow Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-undertow-ssl Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-war Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-web-freemarker Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-web-groovy-templates Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-web-jsp Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-web-method-security Merge branch '2.3.x' into 2.4.x 2021-02-02 15:12:27 +00:00
spring-boot-smoke-test-web-mustache Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-web-secure Merge branch '2.3.x' into 2.4.x 2021-02-02 15:12:27 +00:00
spring-boot-smoke-test-web-secure-custom Merge branch '2.3.x' into 2.4.x 2021-02-02 15:12:27 +00:00
spring-boot-smoke-test-web-secure-jdbc Merge branch '2.3.x' into 2.4.x 2021-02-02 15:12:27 +00:00
spring-boot-smoke-test-web-static Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-web-ui Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-webflux Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-webflux-coroutines Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-webservices Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-smoke-test-websocket-jetty Merge branch '2.3.x' into 2.4.x 2021-02-02 15:12:27 +00:00
spring-boot-smoke-test-websocket-tomcat Merge branch '2.3.x' into 2.4.x 2021-02-02 15:12:27 +00:00
spring-boot-smoke-test-websocket-undertow Merge branch '2.3.x' into 2.4.x 2021-02-02 15:12:27 +00:00
spring-boot-smoke-test-xml Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00