mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Polishing
This commit is contained in:
@@ -49,7 +49,6 @@ public final class RuntimeHintsAgent {
|
||||
private static boolean loaded = false;
|
||||
|
||||
private RuntimeHintsAgent() {
|
||||
|
||||
}
|
||||
|
||||
public static void premain(@Nullable String agentArgs, Instrumentation inst) {
|
||||
@@ -68,6 +67,7 @@ public final class RuntimeHintsAgent {
|
||||
return loaded;
|
||||
}
|
||||
|
||||
|
||||
private static final class ParsedArguments {
|
||||
|
||||
List<String> instrumentedPackages;
|
||||
@@ -108,6 +108,6 @@ public final class RuntimeHintsAgent {
|
||||
}
|
||||
return new ParsedArguments(included, excluded);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -43,7 +43,7 @@ public interface JsonConverterDelegate {
|
||||
* serialization and deserialization to and from JSON. This is useful for
|
||||
* mapping generic maps and lists to higher level Objects.
|
||||
* @param value the value to map
|
||||
* @param targetType the target tyep
|
||||
* @param targetType the target type
|
||||
* @return the decoded object
|
||||
* @param <T> the target type
|
||||
*/
|
||||
|
||||
+3
-3
@@ -440,7 +440,7 @@ class WebClientIntegrationTests {
|
||||
});
|
||||
}
|
||||
|
||||
@Test // gh-24788
|
||||
@Test // gh-24788
|
||||
void retrieveJsonArrayAsBodilessEntityShouldReleaseConnection() throws IOException {
|
||||
|
||||
// Constrain connection pool and make consecutive requests.
|
||||
@@ -724,7 +724,7 @@ class WebClientIntegrationTests {
|
||||
});
|
||||
}
|
||||
|
||||
@ParameterizedWebClientTest // gh-31202
|
||||
@ParameterizedWebClientTest // gh-31202
|
||||
void retrieve929UnknownStatusCode(ClientHttpConnector connector) throws IOException {
|
||||
startServer(connector);
|
||||
|
||||
@@ -1322,7 +1322,7 @@ class WebClientIntegrationTests {
|
||||
.verify(Duration.ofSeconds(3));
|
||||
}
|
||||
|
||||
@Test // gh-36158
|
||||
@Test // gh-36158
|
||||
void reactorNettyAttributes() throws IOException {
|
||||
startServer(new ReactorClientHttpConnector());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user