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
ae3434ba
Commit
ae3434ba
authored
Jan 13, 2017
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.4.x' into 1.5.x
parents
c04f79fd
d2201d52
Changes
24
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
24 additions
and
24 deletions
+24
-24
LoggersEndpoint.java
...pringframework/boot/actuate/endpoint/LoggersEndpoint.java
+1
-1
JolokiaMvcEndpoint.java
...amework/boot/actuate/endpoint/mvc/JolokiaMvcEndpoint.java
+1
-1
LoggersMvcEndpoint.java
...amework/boot/actuate/endpoint/mvc/LoggersMvcEndpoint.java
+1
-1
DiskSpaceHealthIndicator.java
...amework/boot/actuate/health/DiskSpaceHealthIndicator.java
+1
-1
MetricRegistryMetricReader.java
...ot/actuate/metrics/reader/MetricRegistryMetricReader.java
+1
-1
MultiMetricRichGaugeReader.java
...boot/actuate/metrics/rich/MultiMetricRichGaugeReader.java
+1
-1
LoggersEndpointTests.java
...framework/boot/actuate/endpoint/LoggersEndpointTests.java
+1
-1
JolokiaMvcEndpointContextPathTests.java
...uate/endpoint/mvc/JolokiaMvcEndpointContextPathTests.java
+1
-1
JolokiaMvcEndpointIntegrationTests.java
...uate/endpoint/mvc/JolokiaMvcEndpointIntegrationTests.java
+1
-1
LoggersMvcEndpointTests.java
...rk/boot/actuate/endpoint/mvc/LoggersMvcEndpointTests.java
+1
-1
MustacheProperties.java
...ework/boot/autoconfigure/mustache/MustacheProperties.java
+1
-1
Http401AuthenticationEntryPoint.java
...toconfigure/security/Http401AuthenticationEntryPoint.java
+1
-1
InstallCommand.java
...ingframework/boot/cli/command/install/InstallCommand.java
+1
-1
SmartImportCustomizer.java
...ingframework/boot/cli/compiler/SmartImportCustomizer.java
+1
-1
KafkaSpecialProducerConsumerConfigExample.java
...boot/kafka/KafkaSpecialProducerConsumerConfigExample.java
+1
-1
checkstyle-header.txt
spring-boot-parent/src/checkstyle/checkstyle-header.txt
+1
-1
GemstoneRepository.java
.../java/sample/data/gemfire/service/GemstoneRepository.java
+1
-1
GemstoneService.java
...ain/java/sample/data/gemfire/service/GemstoneService.java
+1
-1
ParentContextApplicationContextInitializer.java
...t/builder/ParentContextApplicationContextInitializer.java
+1
-1
CloudFoundryVcapEnvironmentPostProcessor.java
.../boot/cloud/CloudFoundryVcapEnvironmentPostProcessor.java
+1
-1
LoggerConfiguration.java
...org/springframework/boot/logging/LoggerConfiguration.java
+1
-1
LoggerConfigurationComparator.java
...framework/boot/logging/LoggerConfigurationComparator.java
+1
-1
ServletContextApplicationContextInitializer.java
.../support/ServletContextApplicationContextInitializer.java
+1
-1
LoggerConfigurationComparatorTests.java
...work/boot/logging/LoggerConfigurationComparatorTests.java
+1
-1
No files found.
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/LoggersEndpoint.java
View file @
ae3434ba
/*
* Copyright 201
6-2016
the original author or authors.
* Copyright 201
2-2017
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.
...
...
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/mvc/JolokiaMvcEndpoint.java
View file @
ae3434ba
/*
* Copyright 201
3-2016
the original author or authors.
* Copyright 201
2-2017
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.
...
...
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/mvc/LoggersMvcEndpoint.java
View file @
ae3434ba
/*
* Copyright 201
6-2016
the original author or authors.
* Copyright 201
2-2017
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.
...
...
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/DiskSpaceHealthIndicator.java
View file @
ae3434ba
/*
* Copyright 201
4-2016
the original author or authors.
* Copyright 201
2-2017
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.
...
...
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/reader/MetricRegistryMetricReader.java
View file @
ae3434ba
/*
* Copyright 201
3-2016
the original author or authors.
* Copyright 201
2-2017
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.
...
...
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/rich/MultiMetricRichGaugeReader.java
View file @
ae3434ba
/*
* Copyright 201
4-2014
the original author or authors.
* Copyright 201
2-2017
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.
...
...
spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/LoggersEndpointTests.java
View file @
ae3434ba
/*
* Copyright 201
6-2016
the original author or authors.
* Copyright 201
2-2017
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.
...
...
spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/mvc/JolokiaMvcEndpointContextPathTests.java
View file @
ae3434ba
/*
* Copyright 201
3-2016
the original author or authors.
* Copyright 201
2-2017
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.
...
...
spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/mvc/JolokiaMvcEndpointIntegrationTests.java
View file @
ae3434ba
/*
* Copyright 201
3-2016
the original author or authors.
* Copyright 201
2-2017
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.
...
...
spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/mvc/LoggersMvcEndpointTests.java
View file @
ae3434ba
/*
* Copyright 201
6-2016
the original author or authors.
* Copyright 201
2-2017
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.
...
...
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/mustache/MustacheProperties.java
View file @
ae3434ba
/*
* Copyright 201
3-2016
the original author or authors.
* Copyright 201
2-2017
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.
...
...
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/Http401AuthenticationEntryPoint.java
View file @
ae3434ba
/*
* Copyright 201
3-2015
the original author or authors.
* Copyright 201
2-2017
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.
...
...
spring-boot-cli/src/main/java/org/springframework/boot/cli/command/install/InstallCommand.java
View file @
ae3434ba
/*
* Copyright 201
3-2016
the original author or authors.
* Copyright 201
2-2017
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.
...
...
spring-boot-cli/src/main/java/org/springframework/boot/cli/compiler/SmartImportCustomizer.java
View file @
ae3434ba
/*
* Copyright 201
3-2014
the original author or authors.
* Copyright 201
2-2017
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.
...
...
spring-boot-docs/src/main/java/org/springframework/boot/kafka/KafkaSpecialProducerConsumerConfigExample.java
View file @
ae3434ba
/*
* Copyright 201
6-2016
the original author or authors.
* Copyright 201
2-2017
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.
...
...
spring-boot-parent/src/checkstyle/checkstyle-header.txt
View file @
ae3434ba
^\Q/*\E$
^\Q * Copyright \E20
\d\d\
-20\d\d\Q the original author or authors.\E$
^\Q * Copyright \E20
12
-20\d\d\Q the original author or authors.\E$
^\Q *\E$
^\Q * Licensed under the Apache License, Version 2.0 (the "License");\E$
^\Q * you may not use this file except in compliance with the License.\E$
...
...
spring-boot-samples/spring-boot-sample-data-gemfire/src/main/java/sample/data/gemfire/service/GemstoneRepository.java
View file @
ae3434ba
/*
* Copyright 201
0-2013
the original author or authors.
* Copyright 201
2-2017
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.
...
...
spring-boot-samples/spring-boot-sample-data-gemfire/src/main/java/sample/data/gemfire/service/GemstoneService.java
View file @
ae3434ba
/*
* Copyright 201
0-2013
the original author or authors.
* Copyright 201
2-2017
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.
...
...
spring-boot/src/main/java/org/springframework/boot/builder/ParentContextApplicationContextInitializer.java
View file @
ae3434ba
/*
* Copyright 201
0-2014
the original author or authors.
* Copyright 201
2-2017
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.
...
...
spring-boot/src/main/java/org/springframework/boot/cloud/CloudFoundryVcapEnvironmentPostProcessor.java
View file @
ae3434ba
/*
* Copyright 201
0-2015
the original author or authors.
* Copyright 201
2-2017
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.
...
...
spring-boot/src/main/java/org/springframework/boot/logging/LoggerConfiguration.java
View file @
ae3434ba
/*
* Copyright 201
6-2016
the original author or authors.
* Copyright 201
2-2017
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.
...
...
spring-boot/src/main/java/org/springframework/boot/logging/LoggerConfigurationComparator.java
View file @
ae3434ba
/*
* Copyright 201
6-2016
the original author or authors.
* Copyright 201
2-2017
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.
...
...
spring-boot/src/main/java/org/springframework/boot/web/support/ServletContextApplicationContextInitializer.java
View file @
ae3434ba
/*
* Copyright 201
0-2016
the original author or authors.
* Copyright 201
2-2017
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.
...
...
spring-boot/src/test/java/org/springframework/boot/logging/LoggerConfigurationComparatorTests.java
View file @
ae3434ba
/*
* Copyright 201
6-2016
the original author or authors.
* Copyright 201
2-2017
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.
...
...
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