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
f385a1cb
Commit
f385a1cb
authored
May 23, 2018
by
Johnny Lim
Committed by
Stephane Nicoll
May 28, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish
Closes gh-13243
parent
547fa9d5
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
21 additions
and
21 deletions
+21
-21
package-info.java
...boot/actuate/autoconfigure/metrics/jdbc/package-info.java
+1
-1
DiscoveredEndpoint.java
.../boot/actuate/endpoint/annotation/DiscoveredEndpoint.java
+1
-1
DiscoveredOperationMethod.java
...ctuate/endpoint/annotation/DiscoveredOperationMethod.java
+1
-1
EndpointDiscoverer.java
.../boot/actuate/endpoint/annotation/EndpointDiscoverer.java
+1
-1
MBeanInfoFactory.java
...framework/boot/actuate/endpoint/jmx/MBeanInfoFactory.java
+1
-1
ElasticsearchDataAutoConfiguration.java
...ata/elasticsearch/ElasticsearchDataAutoConfiguration.java
+2
-2
EntityScanner.java
...ingframework/boot/autoconfigure/domain/EntityScanner.java
+1
-1
LombokAccessLevelOverwriteDataProperties.java
...mple/lombok/LombokAccessLevelOverwriteDataProperties.java
+2
-2
SpringIterableConfigurationPropertySource.java
...ies/source/SpringIterableConfigurationPropertySource.java
+1
-1
Origin.java
...src/main/java/org/springframework/boot/origin/Origin.java
+1
-1
OriginTrackedValue.java
...a/org/springframework/boot/origin/OriginTrackedValue.java
+2
-2
PropertySourceOrigin.java
...org/springframework/boot/origin/PropertySourceOrigin.java
+3
-3
SpringConfigurationPropertySourceTests.java
...erties/source/SpringConfigurationPropertySourceTests.java
+2
-2
SpringIterableConfigurationPropertySourceTests.java
...ource/SpringIterableConfigurationPropertySourceTests.java
+2
-2
No files found.
spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/jdbc/package-info.java
View file @
f385a1cb
...
...
@@ -15,6 +15,6 @@
*/
/**
* Auto-configuration for J
DBC
metrics.
* Auto-configuration for J
PA
metrics.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
metrics
.
jdbc
;
spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/annotation/DiscoveredEndpoint.java
View file @
f385a1cb
...
...
@@ -20,7 +20,7 @@ import org.springframework.boot.actuate.endpoint.ExposableEndpoint;
import
org.springframework.boot.actuate.endpoint.Operation
;
/**
* An {@link ExposableEndpoint endpoint} discovered by a {@link EndpointDiscoverer}.
* An {@link ExposableEndpoint endpoint} discovered by a
n
{@link EndpointDiscoverer}.
*
* @param <O> The operation type
* @author Phillip Webb
...
...
spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/annotation/DiscoveredOperationMethod.java
View file @
f385a1cb
...
...
@@ -27,7 +27,7 @@ import org.springframework.core.annotation.AnnotationAttributes;
import
org.springframework.util.Assert
;
/**
* A
{@link OperationMethod} discovered by a
{@link EndpointDiscoverer}.
* A
n {@link OperationMethod} discovered by an
{@link EndpointDiscoverer}.
*
* @author Phillip Webb
* @since 2.0.0
...
...
spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/annotation/EndpointDiscoverer.java
View file @
f385a1cb
...
...
@@ -354,7 +354,7 @@ public abstract class EndpointDiscoverer<E extends ExposableEndpoint<O>, O exten
DiscoveredOperationMethod
operationMethod
,
OperationInvoker
invoker
);
/**
* Create a {@link OperationKey} for the given operation.
* Create a
n
{@link OperationKey} for the given operation.
* @param operation the source operation
* @return the operation key
*/
...
...
spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/jmx/MBeanInfoFactory.java
View file @
f385a1cb
...
...
@@ -30,7 +30,7 @@ import javax.management.modelmbean.ModelMBeanOperationInfo;
import
org.springframework.boot.actuate.endpoint.OperationType
;
/**
* Factory to create {@link MBeanInfo} from a {@link ExposableJmxEndpoint}.
* Factory to create {@link MBeanInfo} from a
n
{@link ExposableJmxEndpoint}.
*
* @author Stephane Nicoll
* @author Phillip Webb
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/data/elasticsearch/ElasticsearchDataAutoConfiguration.java
View file @
f385a1cb
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -35,7 +35,7 @@ import org.springframework.data.elasticsearch.repository.config.EnableElasticsea
* {@link EnableAutoConfiguration Auto-configuration} for Spring Data's Elasticsearch
* support.
* <p>
* Registers a {@link ElasticsearchTemplate} if no other bean of the same type is
* Registers a
n
{@link ElasticsearchTemplate} if no other bean of the same type is
* configured.
*
* @author Artur Konczak
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/domain/EntityScanner.java
View file @
f385a1cb
...
...
@@ -32,7 +32,7 @@ import org.springframework.util.ClassUtils;
import
org.springframework.util.StringUtils
;
/**
* An entity scanner that searches the classpath from a {@link EntityScan @EntityScan}
* An entity scanner that searches the classpath from a
n
{@link EntityScan @EntityScan}
* specified packages.
*
* @author Phillip Webb
...
...
spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/lombok/LombokAccessLevelOverwriteDataProperties.java
View file @
f385a1cb
...
...
@@ -24,8 +24,8 @@ import lombok.Setter;
import
org.springframework.boot.configurationsample.ConfigurationProperties
;
/**
* Configuration properties using
l
ombok @Data on element level and overwriting behaviour
* with @Getter
u
nd @Setter at field level.
* Configuration properties using
L
ombok @Data on element level and overwriting behaviour
* with @Getter
a
nd @Setter at field level.
*
* @author Jonas Keßler
*/
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySource.java
View file @
f385a1cb
...
...
@@ -29,7 +29,7 @@ import org.springframework.core.env.SystemEnvironmentPropertySource;
import
org.springframework.util.ObjectUtils
;
/**
* {@link ConfigurationPropertySource} backed by a {@link EnumerablePropertySource}.
* {@link ConfigurationPropertySource} backed by a
n
{@link EnumerablePropertySource}.
* Extends {@link SpringConfigurationPropertySource} with full "relaxed" mapping support.
* In order to use this adapter the underlying {@link PropertySource} must be fully
* enumerable. A security restricted {@link SystemEnvironmentPropertySource} cannot be
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/origin/Origin.java
View file @
f385a1cb
...
...
@@ -35,7 +35,7 @@ public interface Origin {
/**
* Find the {@link Origin} that an object originated from. Checks if the source object
* is a {@link OriginProvider} and also searches exception stacks.
* is a
n
{@link OriginProvider} and also searches exception stacks.
* @param source the source object or {@code null}
* @return an optional {@link Origin}
*/
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/origin/OriginTrackedValue.java
View file @
f385a1cb
...
...
@@ -19,7 +19,7 @@ package org.springframework.boot.origin;
import
org.springframework.util.ObjectUtils
;
/**
* A
n wrapper for a
{@link Object} value and {@link Origin}.
* A
wrapper for an
{@link Object} value and {@link Origin}.
*
* @author Madhura Bhave
* @author Phillip Webb
...
...
@@ -79,7 +79,7 @@ public class OriginTrackedValue implements OriginProvider {
* the resulting {@link OriginTrackedValue}.
* @param value the source value
* @param origin the origin
* @return a {@link OriginTrackedValue} or {@code null} if the source value was
* @return a
n
{@link OriginTrackedValue} or {@code null} if the source value was
* {@code null}.
*/
public
static
OriginTrackedValue
of
(
Object
value
,
Origin
origin
)
{
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/origin/PropertySourceOrigin.java
View file @
f385a1cb
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -67,8 +67,8 @@ public class PropertySourceOrigin implements Origin {
}
/**
* Get a
{@link Origin} for the given {@link PropertySource} and {@code propertyName}.
* Will either return an {@link OriginLookup} result or a
* Get a
n {@link Origin} for the given {@link PropertySource} and
*
{@code propertyName}.
Will either return an {@link OriginLookup} result or a
* {@link PropertySourceOrigin}.
* @param propertySource the origin property source
* @param name the property name
...
...
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/source/SpringConfigurationPropertySourceTests.java
View file @
f385a1cb
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -160,7 +160,7 @@ public class SpringConfigurationPropertySourceTests {
}
/**
* Test {@link PropertySource} that's also a {@link OriginLookup}.
* Test {@link PropertySource} that's also a
n
{@link OriginLookup}.
*/
private
static
class
OriginCapablePropertySource
<
T
>
extends
PropertySource
<
T
>
implements
OriginLookup
<
String
>
{
...
...
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySourceTests.java
View file @
f385a1cb
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -158,7 +158,7 @@ public class SpringIterableConfigurationPropertySourceTests {
}
/**
* Test {@link PropertySource} that's also a {@link OriginLookup}.
* Test {@link PropertySource} that's also a
n
{@link OriginLookup}.
*/
private
static
class
OriginCapablePropertySource
<
T
>
extends
EnumerablePropertySource
<
T
>
implements
OriginLookup
<
String
>
{
...
...
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