Skip to content

Commit c12270e

Browse files
wilkinsonaphilwebb
authored andcommitted
Move code out of spring-boot-actuator-autoconfigure-all
Issue: 46071
1 parent 0209482 commit c12270e

File tree

84 files changed

+342
-470
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+342
-470
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure-all/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 1 addition & 391 deletions
Large diffs are not rendered by default.

spring-boot-project/spring-boot-actuator-autoconfigure-all/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,10 @@
1-
org.springframework.boot.actuate.autoconfigure.audit.AuditAutoConfiguration
2-
org.springframework.boot.actuate.autoconfigure.audit.AuditEventsEndpointAutoConfiguration
3-
org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfiguration
4-
org.springframework.boot.actuate.autoconfigure.availability.AvailabilityProbesAutoConfiguration
5-
org.springframework.boot.actuate.autoconfigure.beans.BeansEndpointAutoConfiguration
61
org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.ReactiveCloudFoundryActuatorAutoConfiguration
72
org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration
8-
org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpointAutoConfiguration
9-
org.springframework.boot.actuate.autoconfigure.context.ShutdownEndpointAutoConfiguration
10-
org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointAutoConfiguration
11-
org.springframework.boot.actuate.autoconfigure.endpoint.jackson.JacksonEndpointAutoConfiguration
12-
org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration
13-
org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointAutoConfiguration
14-
org.springframework.boot.actuate.autoconfigure.management.HeapDumpWebEndpointAutoConfiguration
15-
org.springframework.boot.actuate.autoconfigure.management.ThreadDumpEndpointAutoConfiguration
163
org.springframework.boot.actuate.autoconfigure.observability.ObservabilityAutoConfiguration
17-
org.springframework.boot.actuate.autoconfigure.sbom.SbomEndpointAutoConfiguration
18-
org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksEndpointAutoConfiguration
194
org.springframework.boot.actuate.autoconfigure.security.reactive.ReactiveManagementWebSecurityAutoConfiguration
205
org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration
216
org.springframework.boot.actuate.autoconfigure.ssl.SslHealthContributorAutoConfiguration
227
org.springframework.boot.actuate.autoconfigure.ssl.SslObservabilityAutoConfiguration
23-
org.springframework.boot.actuate.autoconfigure.startup.StartupEndpointAutoConfiguration
24-
org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthContributorAutoConfiguration
258
org.springframework.boot.actuate.autoconfigure.tracing.BraveAutoConfiguration
269
org.springframework.boot.actuate.autoconfigure.tracing.MicrometerTracingAutoConfiguration
2710
org.springframework.boot.actuate.autoconfigure.tracing.NoopTracerAutoConfiguration

spring-boot-project/spring-boot-actuator-autoconfigure-all/src/test/resources/org/springframework/boot/actuate/autoconfigure/flyway/V1__init.sql

Lines changed: 0 additions & 1 deletion
This file was deleted.

spring-boot-project/spring-boot-actuator-autoconfigure-all/src/test/resources/org/springframework/boot/actuate/autoconfigure/liquibase/db.changelog-master.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

spring-boot-project/spring-boot-actuator-autoconfigure-all/src/test/resources/org/springframework/boot/actuate/autoconfigure/logging/sample.log

Lines changed: 0 additions & 31 deletions
This file was deleted.

spring-boot-project/spring-boot-actuator-autoconfigure/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ description = "Spring Boot Actuator AutoConfigure"
2828
dependencies {
2929
api(project(":spring-boot-project:spring-boot-actuator"))
3030
api(project(":spring-boot-project:spring-boot-autoconfigure"))
31+
32+
implementation("com.fasterxml.jackson.core:jackson-databind")
33+
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310")
3134

3235
optional(project(":spring-boot-project:spring-boot-web-server"))
3336

0 commit comments

Comments
 (0)