You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/gson/GsonProperties.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/gson/GsonAutoConfigurationTests.java
+3-6
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ public void withoutLenient() {
181
181
this.contextRunner.run(context -> {
182
182
Gsongson = context.getBean(Gson.class);
183
183
/*
184
-
* It seems, that lenient setting not work in version 2.8.2 We get access to
184
+
* It seems that lenient setting not work in version 2.8.2. We get access to
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/reactive/error/DefaultErrorWebExceptionHandlerIntegrationTests.java
+1-2
Original file line number
Diff line number
Diff line change
@@ -227,8 +227,7 @@ public void responseCommitted() throws Exception {
spring.gson.date-format= # The format to use when serializing Date objects.
344
-
spring.gson.disable-html-escaping= # Whether to disable the escaping of HTML characters such as '<' '>' etc.
343
+
spring.gson.date-format= # Format to use when serializing Date objects.
344
+
spring.gson.disable-html-escaping= # Whether to disable the escaping of HTML characters such as '<', '>', etc.
345
345
spring.gson.disable-inner-class-serialization= # Whether to exclude inner classes during serialization.
346
-
spring.gson.enable-complex-map-key-serialization= # Whether to enabled serialization of complex map keys (i.e. non-primitives).
346
+
spring.gson.enable-complex-map-key-serialization= # Whether to enable serialization of complex map keys (i.e. non-primitives).
347
347
spring.gson.exclude-fields-without-expose-annotation= # Whether to exclude all fields from consideration for serialization or deserialization that do not have the "Expose" annotation.
348
-
spring.gson.field-naming-policy= # The naming policy that should be applied to an object's field during serialization and deserialization.
348
+
spring.gson.field-naming-policy= # Naming policy that should be applied to an object's field during serialization and deserialization.
349
349
spring.gson.generate-non-executable-json= # Whether to generate non executable JSON by prefixing the output with some special text.
350
350
spring.gson.lenient= # Whether to be lenient about parsing JSON that doesn't conform to RFC 4627.
351
351
spring.gson.long-serialization-policy= # Serialization policy for Long and long types.
352
352
spring.gson.pretty-printing= # Whether to output serialized JSON that fits in a page for pretty printing.
353
-
spring.gson.serialize-nulls= # Whether to to serialize null fields.
353
+
spring.gson.serialize-nulls= # Whether to serialize null fields.
354
354
355
355
# JERSEY ({sc-spring-boot-autoconfigure}/jersey/JerseyProperties.{sc-ext}[JerseyProperties])
356
356
spring.jersey.application-path= # Path that serves as the base URI for the application. If specified, overrides the value of "@ApplicationPath".
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/json-shade/java/org/springframework/boot/configurationprocessor/json/JSONArray.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
importjava.util.Iterator;
23
23
importjava.util.List;
24
24
25
-
// Note: this class was written without inspecting the non-free org.json sourcecode.
25
+
// Note: this class was written without inspecting the non-free org.json source code.
26
26
27
27
/**
28
28
* A dense indexed sequence of values. Values may be any mix of {@link JSONObject
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/json-shade/java/org/springframework/boot/configurationprocessor/json/JSONException.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/json-shade/java/org/springframework/boot/configurationprocessor/json/JSONObject.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
importjava.util.Iterator;
23
23
importjava.util.Map;
24
24
25
-
// Note: this class was written without inspecting the non-free org.json sourcecode.
25
+
// Note: this class was written without inspecting the non-free org.json source code.
26
26
27
27
/**
28
28
* A modifiable set of name/value mappings. Names are unique, non-null strings. Values may
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/json-shade/java/org/springframework/boot/configurationprocessor/json/JSONStringer.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
importjava.util.Arrays;
21
21
importjava.util.List;
22
22
23
-
// Note: this class was written without inspecting the non-free org.json sourcecode.
23
+
// Note: this class was written without inspecting the non-free org.json source code.
24
24
25
25
/**
26
26
* Implements {@link JSONObject#toString} and {@link JSONArray#toString}. Most application
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/json-shade/java/org/springframework/boot/configurationprocessor/json/JSONTokener.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/servlet/DynamicRegistrationBean.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ public void setName(String name) {
58
58
}
59
59
60
60
/**
61
-
* Sets if asynchronous operations are support for this registration. If not specified
61
+
* Sets if asynchronous operations are supported for this registration. If not specified
62
62
* defaults to {@code true}.
63
63
* @param asyncSupported if async is supported
64
64
*/
@@ -67,7 +67,7 @@ public void setAsyncSupported(boolean asyncSupported) {
67
67
}
68
68
69
69
/**
70
-
* Returns if asynchronous operations are support for this registration.
70
+
* Returns if asynchronous operations are supported for this registration.
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/servlet/ServletContextInitializerBeans.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -246,8 +246,8 @@ public int size() {
246
246
}
247
247
248
248
/**
249
-
* Adapter to convert a given Bean type into a {@link DynamicRegistrationBean} (and
250
-
* hence a {@link ServletContextInitializer}.
249
+
* Adapter to convert a given Bean type into a {@link RegistrationBean} (and
Copy file name to clipboardExpand all lines: spring-boot-samples/spring-boot-sample-secure-webflux/src/test/java/sample/secure/webflux/SampleSecureWebFluxCustomSecurityTests.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ public void userDefinedMappingsSecure() {
0 commit comments