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
db702521
Commit
db702521
authored
Jan 13, 2017
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.5.x'
parents
3c35066e
9b184e39
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
ParentContextApplicationContextInitializer.java
...t/builder/ParentContextApplicationContextInitializer.java
+1
-1
CloudFoundryVcapEnvironmentPostProcessor.java
.../boot/cloud/CloudFoundryVcapEnvironmentPostProcessor.java
+1
-1
FailureAnalyzers.java
...rg/springframework/boot/diagnostics/FailureAnalyzers.java
+1
-1
ServletContextApplicationContextInitializer.java
.../support/ServletContextApplicationContextInitializer.java
+1
-1
No files found.
spring-boot/src/main/java/org/springframework/boot/builder/ParentContextApplicationContextInitializer.java
View file @
db702521
/*
* 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 @
db702521
/*
* 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/diagnostics/FailureAnalyzers.java
View file @
db702521
...
...
@@ -122,7 +122,7 @@ public final class FailureAnalyzers {
}
}
catch
(
Throwable
ex
)
{
log
.
debug
(
"FailureAnalyzer "
+
analyzer
+
" failed"
,
ex
);
log
ger
.
debug
(
"FailureAnalyzer "
+
analyzer
+
" failed"
,
ex
);
}
}
return
null
;
...
...
spring-boot/src/main/java/org/springframework/boot/web/support/ServletContextApplicationContextInitializer.java
View file @
db702521
/*
* 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.
...
...
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