Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
a0518d3c
Commit
a0518d3c
authored
Jun 06, 2020
by
Phillip Webb
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #21732 from dreis2211
* pr/21732: Polish Closes gh-21732
parents
44f375c5
2b5569f0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
FileDescriptor.java
...mework/boot/buildpack/platform/socket/FileDescriptor.java
+1
-2
RestTemplateBuilder.java
.../springframework/boot/web/client/RestTemplateBuilder.java
+1
-1
ConfigurationPropertySourcesTests.java
.../properties/source/ConfigurationPropertySourcesTests.java
+1
-1
No files found.
spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/socket/FileDescriptor.java
View file @
a0518d3c
...
@@ -21,8 +21,7 @@ import java.io.IOException;
...
@@ -21,8 +21,7 @@ import java.io.IOException;
import
java.util.function.IntConsumer
;
import
java.util.function.IntConsumer
;
/**
/**
* Provides access to an opaque to the underling file system representation of an open
* Provides access to the underlying file system representation of an open file.
* file.
*
*
* @author Phillip Webb
* @author Phillip Webb
* @see #acquire()
* @see #acquire()
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/client/RestTemplateBuilder.java
View file @
a0518d3c
...
@@ -438,7 +438,7 @@ public class RestTemplateBuilder {
...
@@ -438,7 +438,7 @@ public class RestTemplateBuilder {
}
}
/**
/**
* Sets if the underling {@link ClientHttpRequestFactory} should buffer the
* Sets if the underl
y
ing {@link ClientHttpRequestFactory} should buffer the
* {@linkplain ClientHttpRequest#getBody() request body} internally.
* {@linkplain ClientHttpRequest#getBody() request body} internally.
* @param bufferRequestBody value of the bufferRequestBody parameter
* @param bufferRequestBody value of the bufferRequestBody parameter
* @return a new builder instance.
* @return a new builder instance.
...
...
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/source/ConfigurationPropertySourcesTests.java
View file @
a0518d3c
...
@@ -144,7 +144,7 @@ class ConfigurationPropertySourcesTests {
...
@@ -144,7 +144,7 @@ class ConfigurationPropertySourcesTests {
}
}
@Test
// gh-21416
@Test
// gh-21416
void
decendantOfPropertyAccessWhenMutableWithCacheShouldBePerformant
()
{
void
de
s
cendantOfPropertyAccessWhenMutableWithCacheShouldBePerformant
()
{
StandardEnvironment
environment
=
createPerformanceTestEnvironment
(
true
);
StandardEnvironment
environment
=
createPerformanceTestEnvironment
(
true
);
Iterable
<
ConfigurationPropertySource
>
sources
=
ConfigurationPropertySources
.
get
(
environment
);
Iterable
<
ConfigurationPropertySource
>
sources
=
ConfigurationPropertySources
.
get
(
environment
);
ConfigurationPropertyName
missing
=
ConfigurationPropertyName
.
of
(
"missing"
);
ConfigurationPropertyName
missing
=
ConfigurationPropertyName
.
of
(
"missing"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment