Commit Graph

  • d23fcf9d65 Make metrics endpoint back off without Actuator 4.0.x-restructure Andy Wilkinson 2025-06-16 20:59:06 +01:00
  • ab9bc5bfc2 Fixup health dep Phillip Webb 2025-06-16 09:55:34 -07:00
  • b7f50961d6 FixupHibernateDep Phillip Webb 2025-06-16 09:55:17 -07:00
  • a8a344088c Fixup boot-htpp dep Phillip Webb 2025-06-16 09:54:56 -07:00
  • 1e79a9b394 Fixup servlet dep Phillip Webb 2025-06-16 09:54:30 -07:00
  • f61c7b5c5a Fixup delete auto-boot-all dep Phillip Webb 2025-06-16 09:54:10 -07:00
  • 4a38627f7e Merge branch 'main' into 4.0.x 4.0.x Stéphane Nicoll 2025-06-15 21:03:56 +02:00
  • 1ae054895e Merge branch '3.4.x' main Stéphane Nicoll 2025-06-15 21:03:47 +02:00
  • 1fd5ad5d60 Merge pull request #45965 from csbiy 3.4.x Stéphane Nicoll 2025-06-15 21:03:43 +02:00
  • a8dd8213fd Upgrade copyright year of changed file Stéphane Nicoll 2025-06-15 21:02:27 +02:00
  • b3e1f97630 Replace explicit loop with forEach method reference csbiy 2025-06-14 21:22:31 +09:00
  • 707cd94136 Merge pull request #45939 from aahlenst Stéphane Nicoll 2025-06-14 10:56:33 +02:00
  • ae6d5dd66a Upgrade to jOOQ 3.19.24 and use its BOM Andreas Ahlenstorf 2025-06-12 16:56:13 +02:00
  • dde4e8008f Merge pull request #45963 from izeye Stéphane Nicoll 2025-06-14 08:24:50 +02:00
  • 76c076a9b2 Fix typo Johnny Lim 2025-06-14 11:26:09 +09:00
  • 2c318605b1 Fix '@since' tags of relocated code Phillip Webb 2025-06-13 14:10:50 -07:00
  • d7f6a459c2 Align reactive auto-configuration names Phillip Webb 2025-06-13 13:40:34 -07:00
  • 2ddca76076 Create spring-boot-health module Phillip Webb 2025-06-12 09:57:33 -07:00
  • dec8093e75 Add EndpointObjectMapper supported types method Phillip Webb 2025-06-10 14:13:48 -07:00
  • 3de1e27b64 Restructure autoconfigure packages Phillip Webb 2025-06-11 16:29:17 -07:00
  • e60af6a8c7 Create spring-boot-hibernate module Phillip Webb 2025-06-11 17:51:30 -07:00
  • a78797a2ba Remove most deprecated APIs that were due for removal in 4.0 Andy Wilkinson 2025-06-10 20:11:08 +01:00
  • bf385649ec Move remaining integration tests out of actuator-autoconfigure-all Andy Wilkinson 2025-06-09 13:37:35 +01:00
  • 18da9e1343 Move some tests out of actuator-autoconfigure-all Andy Wilkinson 2025-06-09 09:51:18 +01:00
  • 4b4740ff5a Move management web security concerns to spring-security module Phillip Webb 2025-06-09 01:36:55 +01:00
  • 679ef5e7ff Minimize what remains of actuator-autoconfigure-all Andy Wilkinson 2025-06-06 17:13:24 +01:00
  • d337c44c2f Move code from docker-compose-all into relevant modules Andy Wilkinson 2025-06-06 16:37:05 +01:00
  • 183a0fbdf5 Move code out of testcontainers-all into relevant modules Andy Wilkinson 2025-06-06 15:45:51 +01:00
  • fb886a1818 Create spring-boot-tracing module Andy Wilkinson 2025-06-06 14:27:18 +01:00
  • f680582019 Create spring-boot-cloudfoundry module Andy Wilkinson 2025-06-05 17:37:50 +01:00
  • 1d2604602c Introduce ObservationHandlerGroup interface Phillip Webb 2025-06-02 12:13:03 -07:00
  • 4ab37da446 Move SSL auto-configuration out of actuator-autoconfigure-all Andy Wilkinson 2025-06-05 13:52:17 +01:00
  • e3b93778b9 Remove spring-boot-autoconfigure-all Andy Wilkinson 2025-06-05 13:35:57 +01:00
  • 4730c646f2 Move Servlet Filters into spring-boot-servlet Andy Wilkinson 2025-06-05 12:46:50 +01:00
  • baadf28fc3 Move MultipartAutoConfigurationTests to main code's module Andy Wilkinson 2025-06-05 12:24:28 +01:00
  • 8efbebb9b3 Move servlet http encoding auto-configuration into spring-boot-servlet Andy Wilkinson 2025-06-05 11:25:42 +01:00
  • d0e7766d72 Move additional property metadata out of autoconfigure-all Andy Wilkinson 2025-06-04 18:43:58 +01:00
  • 2f2338e57b Move HTTP exchange auto-config into appropriate modules Andy Wilkinson 2025-06-04 14:42:59 +01:00
  • 42195163ae Move mapping description auto-configuration into appropriate modules Andy Wilkinson 2025-06-04 13:32:31 +01:00
  • b74460b338 Remove remaining usages of MetricsRun Andy Wilkinson 2025-06-04 12:40:40 +01:00
  • e81b34311f Remove MetricsIntegrationTests as it duplicates other tests Andy Wilkinson 2025-06-04 12:35:40 +01:00
  • 0fabb090b6 Move code out of spring-boot-actuator-autoconfigure-all Andy Wilkinson 2025-06-04 10:50:01 +01:00
  • 9e3e39b24e Enable auto-configuration checks and fix issues Andy Wilkinson 2025-06-03 06:56:38 -07:00
  • b379bc0deb Move Servlet high-level infrastructure to spring-boot-servlet Stéphane Nicoll 2025-06-03 09:01:03 +02:00
  • 9ee79c1bbc Break cycle in spring-boot-data-* modules Andy Wilkinson 2025-05-30 15:19:14 +01:00
  • e0a6237b8a Move Actuator infrastructure for WebFlux to spring-boot-webflux Stéphane Nicoll 2025-05-30 12:06:09 +02:00
  • b9aa01c1c4 Move Spring Data repository metrics into spring-boot-data-commons Andy Wilkinson 2025-05-30 14:32:51 +01:00
  • 3b58215093 Rename spring-boot-data-web to spring-boot-data-commons Andy Wilkinson 2025-05-30 13:45:25 +01:00
  • 4171b8bf33 Move task metrics auto-configuration into spring-boot-metrics Andy Wilkinson 2025-05-30 12:44:54 +01:00
  • 443f875a4d Move scheduled task observation to spring-boot-observation Andy Wilkinson 2025-05-30 12:39:34 +01:00
  • 357c441cff Rename spring-boot-micrometer-observation to spring-boot-observation Andy Wilkinson 2025-05-30 11:01:15 +01:00
  • 9c634d2fb0 Move WebMvc observation auto-config into spring-boot-webmvc Andy Wilkinson 2025-05-30 10:42:29 +01:00
  • 46a5ea0ee7 Move Actuator infrastructure for WebMvc to spring-boot-webmvc Stéphane Nicoll 2025-05-29 19:17:12 +02:00
  • 272eca17e5 Move WebFlux observation auto-config into spring-boot-webflux Andy Wilkinson 2025-05-30 10:03:37 +01:00
  • 7f185a597e Move R2DBC health and observation to spring-boot-r2dbc Andy Wilkinson 2025-05-29 15:54:01 +01:00
  • 6f05c190e1 Move HTTP client observation support into relevant modules Andy Wilkinson 2025-05-29 15:25:38 +01:00
  • f7cc6473b2 Move GraphQL observation support into spring-boot-graphql Andy Wilkinson 2025-05-29 14:07:08 +01:00
  • a5d2272ae0 Move Batch observation support into spring-boot-batch Andy Wilkinson 2025-05-29 13:54:32 +01:00
  • 987d7d780f Move Jersey metrics to spring-boot-jersey Andy Wilkinson 2025-05-29 13:23:26 +01:00
  • 3ea65eff08 Create spring-boot-micrometer-observation module Andy Wilkinson 2025-05-29 10:57:44 +01:00
  • bf644c9d55 Move metrics export into spring-boot-metrics Andy Wilkinson 2025-05-28 13:37:52 +01:00
  • 0464bf753f Remove actuate from restructured metrics package names Andy Wilkinson 2025-05-28 10:19:08 +01:00
  • 8938c809a5 Update Spring Boot modules listed in spring-boot-dependencies Andy Wilkinson 2025-05-28 08:46:50 +01:00
  • f333997855 Create spring-boot-opentelemetry module Phillip Webb 2025-05-27 15:27:27 -07:00
  • b537461d45 Move Reactor Netty management server support to s-b-reactor-netty Andy Wilkinson 2025-05-27 16:53:27 +01:00
  • 8c2b80cac0 Move Undertow management server support to spring-boot-undertow Andy Wilkinson 2025-05-27 16:36:07 +01:00
  • 52e32b7110 Move Jetty management server support to spring-boot-jetty Andy Wilkinson 2025-05-27 16:25:44 +01:00
  • 232ab3dedb Move Zipkin Docker Compose support into spring-boot-zipkin Phillip Webb 2025-05-23 14:54:46 -07:00
  • 86a0d9b64d Move Zipkin testcontainers support into spring-boot-zipkin Phillip Webb 2025-05-23 14:27:54 -07:00
  • 5d058c8c85 Create Create spring-boot-zipkin module Phillip Webb 2025-05-23 11:44:13 -07:00
  • 7f92ed80d2 Separate Zipkin tracing auto-configuration Phillip Webb 2025-05-23 12:56:37 -07:00
  • 1359933dad Move Tomcat metrics auto-configuration into spring-boot-tomcat Stéphane Nicoll 2025-05-23 14:14:39 +02:00
  • 01d0906cbe Move Actuator Tomcat infrastructure to spring-boot-tomcat Stéphane Nicoll 2025-05-23 14:01:44 +02:00
  • 431210d7b2 Split WebEndpointTest infrastructure configuration Stéphane Nicoll 2025-05-22 17:03:13 +02:00
  • bf38d1176d Move Actuator Jersey infrastructure to spring-boot-jersey Stéphane Nicoll 2025-05-22 10:20:34 +02:00
  • 92547def9d Remove endpoint infrastructure dependency from spring-boot-metrics Stéphane Nicoll 2025-05-22 16:19:51 +02:00
  • 306a238e05 Move actuator test support out spring-boot-actuator-integration-tests Stéphane Nicoll 2025-05-22 16:12:09 +02:00
  • 38541dd896 Invert dependency between actuator-autoconfigure and webmvc Andy Wilkinson 2025-05-21 17:36:21 +01:00
  • 47e21da419 Remove unnecessary use of DispatcherServletAutoConfiguration Andy Wilkinson 2025-05-21 17:15:10 +01:00
  • 25bb313d91 Reduce dependencies of spring-boot-actuator Andy Wilkinson 2025-05-21 14:39:59 +01:00
  • 999002119c Move Jetty metrics auto-configuration into spring-boot-jetty Stéphane Nicoll 2025-05-21 10:55:20 +02:00
  • 7129385ddb Move R2DBC metrics auto-configuration into spring-boot-r2dbc Andy Wilkinson 2025-05-20 16:58:34 +01:00
  • 9b4d5dcedf Move Hibernate metrics auto-config into spring-boot-jpa Andy Wilkinson 2025-05-20 16:40:02 +01:00
  • 5d131754cc Move Redis health and metrics auto-config into spring-boot-data-redis Andy Wilkinson 2025-05-20 16:09:23 +01:00
  • 3e72525828 Move Data MongoDB health auto-configuration to spring-data-mongodb Andy Wilkinson 2025-05-20 11:53:29 +01:00
  • 3bafb6e0ff Move MongoDB metrics auto-configuration into spring-boot-mongodb Andy Wilkinson 2025-05-20 11:04:13 +01:00
  • fedc08a757 Move JDBC metrics auto-configuration into spring-boot-jdbc Andy Wilkinson 2025-05-20 10:22:26 +01:00
  • bb3bd2a81e Move metrics and endpoint auto-config into spring-boot-integration Andy Wilkinson 2025-05-20 09:55:37 +01:00
  • 84d01cbad4 Move cache metrics auto-configuration into spring-boot-cache Andy Wilkinson 2025-05-20 09:18:03 +01:00
  • ff0876c001 Move AMQP/Rabbit metrics auto-configuration into spring-boot-amqp Andy Wilkinson 2025-05-20 08:49:42 +01:00
  • 2b8dfc0ca8 Move Redis Docker Compose support into spring-boot-data-redis Phillip Webb 2025-05-19 19:53:46 -07:00
  • 97c28f1123 Move R2DBC Docker Compose support into spring-boot-r2dbc Phillip Webb 2025-05-19 19:34:03 -07:00
  • 313e501345 Move Pulsar Docker Compose support into spring-boot-pulsar Phillip Webb 2025-05-19 19:33:07 -07:00
  • 081fd9bfe0 Move Neo4j Docker Compose support into spring-boot-neo4j Phillip Webb 2025-05-19 19:32:21 -07:00
  • d5809e4fe8 Move MongoDB Docker Compose support into spring-boot-mongodb Phillip Webb 2025-05-19 19:31:40 -07:00
  • 2b44908fe8 Move LDAP Docker Compose support into spring-boot-ldap Phillip Webb 2025-05-19 19:30:25 -07:00
  • 0519564fec Move Hazelcast Docker Compose support into spring-boot-hazelcast Phillip Webb 2025-05-19 19:28:29 -07:00
  • f2361db02a Move Liquibase Docker Compose support into spring-boot-liquibase Phillip Webb 2025-05-19 19:27:30 -07:00
  • 31fddfaaee Move Flyway Docker Compose support into spring-boot-flyway Phillip Webb 2025-05-19 19:26:32 -07:00
  • d1cd43bc68 Move JDBC Docker Compose support into spring-boot-jdbc Phillip Webb 2025-05-19 19:25:25 -07:00