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
2b5569f0
Commit
2b5569f0
authored
Jun 06, 2020
by
dreis2211
Committed by
Phillip Webb
Jun 06, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish
See gh-21732
parent
44f375c5
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 @
2b5569f0
...
...
@@ -21,8 +21,7 @@ import java.io.IOException;
import
java.util.function.IntConsumer
;
/**
* Provides access to an opaque to the underling file system representation of an open
* file.
* Provides access to the underlying file system representation of an open file.
*
* @author Phillip Webb
* @see #acquire()
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/client/RestTemplateBuilder.java
View file @
2b5569f0
...
...
@@ -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.
* @param bufferRequestBody value of the bufferRequestBody parameter
* @return a new builder instance.
...
...
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/source/ConfigurationPropertySourcesTests.java
View file @
2b5569f0
...
...
@@ -144,7 +144,7 @@ class ConfigurationPropertySourcesTests {
}
@Test
// gh-21416
void
decendantOfPropertyAccessWhenMutableWithCacheShouldBePerformant
()
{
void
de
s
cendantOfPropertyAccessWhenMutableWithCacheShouldBePerformant
()
{
StandardEnvironment
environment
=
createPerformanceTestEnvironment
(
true
);
Iterable
<
ConfigurationPropertySource
>
sources
=
ConfigurationPropertySources
.
get
(
environment
);
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