- 07 Jul, 2015 11 commits
-
-
Andy Wilkinson authored
Closes gh-3419
-
Andy Wilkinson authored
Closes gh-3286
-
Dave Syer authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/3431: Polish AMQP doc Add AMQP section to the documetation
-
Stephane Nicoll authored
Closes gh-3431
-
Lucas Saldanha authored
Closes gh-3348
-
Stephane Nicoll authored
* pr/3429: Fix deployment title section
-
izeye authored
Closes gh-3429
-
Stephane Nicoll authored
* pr/3428: Fix typo
-
izeye authored
Closes gh-3428
-
- 06 Jul, 2015 29 commits
-
-
Phillip Webb authored
* pr/3370: Fix Restarter.setEnabled() to use parameter
-
izeye authored
Closes gh-3370
-
Phillip Webb authored
* pr/3374: Extend TemplateViewResolverProperties for Groovy
-
Marten Deinum authored
Use AbstractTemplateViewResolverProperties as the base class for GroovyTemplateProperties since the Spring GroovyMarkupViewResolver is an AbstractTemplateViewResolver. The auto-configuration for Groovy is now more aligned with the existing Freemarker and Velocity auto-configuration, with a `resourceLoaderPath` property being used instead of `prefix`. Fixes gh-3365 Closes gh-3374
-
Phillip Webb authored
* pr/3414: Clarify MultipartConfigFactory javadoc
-
JamieFarrelly authored
Update MultipartConfigFactory javadoc to make it clear that you are passing in the size in bytes. Fixes gh-3414
-
Phillip Webb authored
Update ConfigFileApplicationListener to use the recently introduced DeferredLog class rather than storing its own log messages.
-
Phillip Webb authored
-
Stephane Nicoll authored
Previously, all attempts to log a configuration file were logged at DEBUG level which lead to a lot of noise as Spring Boot looks in many places by default. We now only log the files that are effectively found at DEBUG level and all failed attempts at TRACE level. Closes gh-3129
-
Dave Syer authored
-
Stephane Nicoll authored
Previously, if the repackaged file was different from the main artifact of the build, the maven plugin wrongly considered that it should attach the file with a classifier. The outputDirectory is honored properly now, regardless of the fact a classifier is defined or not. Fixes gh-3177
-
Stephane Nicoll authored
* pr/3409: Polish Add mail server connection check
-
Stephane Nicoll authored
Polish 383e94c to validate any `JavaMailSenderImpl` and not only the one that has been created by auto-configuration. Closes gh-3409
-
Eddú Meléndez authored
If a `JavaMailSenderImpl` is available, check that the underlying mail server is available on startup. Add a `spring.mail.test-connection` property to control this behaviour. Closes gh-3408
-
Stephane Nicoll authored
-
Dave Syer authored
-
Stephane Nicoll authored
Closes gh-3322
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Make sure to fail the build with a proper compilation error message if the user-defined meta-data are invalid. For now, this takes care of the JSON format but other checks may be added in the future. Closes gh-3329
-
Stephane Nicoll authored
Clarify how the default JMS listener container factory is created if none exists with regards to transactions. Issue: SPR-3407
-
Andy Wilkinson authored
Closes gh-3412
-
Andy Wilkinson authored
See gh-1390
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Phillip Webb authored
See gh-3391
-
Matt Benson authored
Rework RandomValuePropertySource class javadoc, particularly the description of the `random.int` range suffix. Also add support for range based random longs. Fixes gh-3391
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-