File tree Expand file tree Collapse file tree 9 files changed +0
-23
lines changed
spring-boot-http-client/src/main/java/org/springframework/boot/http/client/autoconfigure
spring-boot-micrometer-metrics/src/main/java/org/springframework/boot/micrometer/metrics/autoconfigure/export/properties
spring-boot-web-server/src/main/java/org/springframework/boot/web/server Expand file tree Collapse file tree 9 files changed +0
-23
lines changed Original file line number Diff line number Diff line change 1818
1919import org .jspecify .annotations .Nullable ;
2020
21- import org .springframework .boot .context .properties .ConfigurationPropertiesSource ;
2221import org .springframework .boot .context .properties .bind .Name ;
2322
2423/**
2726 * @author Phillip Webb
2827 * @since 4.0.0
2928 */
30- @ ConfigurationPropertiesSource
3129public class ApiversionProperties {
3230
3331 /**
@@ -53,7 +51,6 @@ public Insert getInsert() {
5351 return this .insert ;
5452 }
5553
56- @ ConfigurationPropertiesSource
5754 public static class Insert {
5855
5956 /**
Original file line number Diff line number Diff line change 2222
2323import org .jspecify .annotations .Nullable ;
2424
25- import org .springframework .boot .context .properties .ConfigurationPropertiesSource ;
2625import org .springframework .boot .context .properties .NestedConfigurationProperty ;
2726
2827/**
3433 * @author Phillip Webb
3534 * @since 4.0.0
3635 */
37- @ ConfigurationPropertiesSource
3836public class HttpClientProperties extends HttpClientSettingsProperties {
3937
4038 /**
Original file line number Diff line number Diff line change 2020
2121import org .jspecify .annotations .Nullable ;
2222
23- import org .springframework .boot .context .properties .ConfigurationPropertiesSource ;
2423import org .springframework .boot .http .client .HttpClientSettings ;
2524import org .springframework .boot .http .client .HttpRedirects ;
2625
3130 * @since 4.0.0
3231 * @see HttpClientSettings
3332 */
34- @ ConfigurationPropertiesSource
3533public abstract class HttpClientSettingsProperties {
3634
3735 /**
@@ -85,7 +83,6 @@ public Ssl getSsl() {
8583 /**
8684 * SSL configuration.
8785 */
88- @ ConfigurationPropertiesSource
8986 public static class Ssl {
9087
9188 /**
Original file line number Diff line number Diff line change 1818
1919import java .time .Duration ;
2020
21- import org .springframework .boot .context .properties .ConfigurationPropertiesSource ;
22-
2321/**
2422 * Base class for properties that configure a metrics registry that pushes aggregated
2523 * metrics on a regular interval.
2927 * @author Stephane Nicoll
3028 * @since 4.0.0
3129 */
32- @ ConfigurationPropertiesSource
3330public abstract class PushRegistryProperties {
3431
3532 /**
Original file line number Diff line number Diff line change 1818
1919import org .jspecify .annotations .Nullable ;
2020
21- import org .springframework .boot .context .properties .ConfigurationPropertiesSource ;
2221import org .springframework .util .unit .DataSize ;
2322
2423/**
2928 * @author Stephane Nicoll
3029 * @since 2.0.0
3130 */
32- @ ConfigurationPropertiesSource
3331public class Compression {
3432
3533 /**
Original file line number Diff line number Diff line change 2121
2222import org .jspecify .annotations .Nullable ;
2323
24- import org .springframework .boot .context .properties .ConfigurationPropertiesSource ;
2524import org .springframework .boot .convert .DurationUnit ;
2625
2726/**
3332 * @author Weix Sun
3433 * @since 2.6.0
3534 */
36- @ ConfigurationPropertiesSource
3735public class Cookie {
3836
3937 /**
Original file line number Diff line number Diff line change 1616
1717package org .springframework .boot .web .server ;
1818
19- import org .springframework .boot .context .properties .ConfigurationPropertiesSource ;
20-
2119/**
2220 * Simple server-independent abstraction for HTTP/2 configuration.
2321 *
2422 * @author Brian Clozel
2523 * @since 2.0.0
2624 */
27- @ ConfigurationPropertiesSource
2825public class Http2 {
2926
3027 /**
Original file line number Diff line number Diff line change 1919import java .util .HashMap ;
2020import java .util .Map ;
2121
22- import org .springframework .boot .context .properties .ConfigurationPropertiesSource ;
23-
2422/**
2523 * Configuration for the server's JSP servlet.
2624 *
2725 * @author Andy Wilkinson
2826 * @author Stephane Nicoll
2927 * @since 4.0.0
3028 */
31- @ ConfigurationPropertiesSource
3229public class Jsp {
3330
3431 /**
Original file line number Diff line number Diff line change 2323
2424import org .jspecify .annotations .Nullable ;
2525
26- import org .springframework .boot .context .properties .ConfigurationPropertiesSource ;
2726import org .springframework .boot .context .properties .NestedConfigurationProperty ;
2827import org .springframework .boot .convert .DurationUnit ;
2928import org .springframework .boot .web .server .Cookie ;
3433 * @author Andy Wilkinson
3534 * @since 4.0.0
3635 */
37- @ ConfigurationPropertiesSource
3836public class Session {
3937
4038 /**
You can’t perform that action at this time.
0 commit comments