- 29 Oct, 2014 9 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-1774
-
Andy Wilkinson authored
Closes gh-1767
-
Andy Wilkinson authored
Spring IO Platform already provides dependency management for JavaMail. This commit updates Boot’s new JavaMail dependency management to align with the Platform, thereby allowing the Platform to inherit Boot’s dependency management instead of defining its own.
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit adds a new starter to auto-configure a MailSender when the necessary classes are present and when the property "spring.mail.host" is set. The auto-configuration also accepts any arbitrary properties that JavaMail might need using the "spring.mail.properties" prefix. Fixes gh-1760
-
Dave Syer authored
There actually isn't anything much we can (or should) change here. Spring always copies PropertySources and profiles down into the child context when you set its parent. That seems sensible. So you can add a new profile in a child context but it will always "inherit" from its parent. See gh-1776
-
Stephane Nicoll authored
* whitelabel-typo: Fix a typo in error.whitelabel.enabled
-
Sebastien Deleuze authored
-
- 28 Oct, 2014 21 commits
-
-
Andy Wilkinson authored
Conflicts: spring-boot-dependencies/pom.xml
-
Andy Wilkinson authored
Closes gh-1782
-
Andy Wilkinson authored
Fixes #1781
-
Andy Wilkinson authored
-
Dave Syer authored
-
Andy Wilkinson authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
also rename spring-cloud starter
-
Andy Wilkinson authored
The CI build is failing, but, for some reason, the same tests are working fine on developer machines. This commit increases the level at which the logging calls are being made to severe in the hope that some CI-specific configuration is filtering out the calls when they're at info level.
-
Christian Dupuis authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Fixes gh-1753
-
Dave Syer authored
Fixes gh-1612, Fixes gh-1770
-
David Liu authored
-
David Liu authored
1 disable the file output unless LOG_FILE is set 2 make the console optional fixes: gh-1612
-
Andy Wilkinson authored
-
Dave Syer authored
-
Dave Syer authored
Fixes gh-1773
-
- 27 Oct, 2014 10 commits
-
-
Dave Syer authored
-
Dave Syer authored
Then we can optionally find a non-anonymous principal if there is one. If the user is anonymous then the health result is cached up to endpoints.health.ttl (default 1000ms) to prevent a DOS attack. Fixes gh-1353
-
Andy Wilkinson authored
Closes gh-1765
-
Dave Syer authored
See gh-1762
-
Dave Syer authored
This reverts commit d6621e62. I think the test failure might be a bug in Liquibase: https://liquibase.jira.com/browse/CORE-2094
-
Nathan Voxland authored
Fixes gh-1382
-
Dave Syer authored
Fixes gh-1752
-
Dave Syer authored
-
Dave Syer authored
Fixes gh-1762, gh-1731
-
Dave Syer authored
-