- 09 Oct, 2014 6 commits
-
-
Phillip Webb authored
Add a EmbeddedServerPortFileWriter which can be used to write server port information to a file. Fixes gh-1275 Closes gh-1491
-
Phillip Webb authored
Rename ApplicationPidListener to ApplicationPidFileWriter (keeping the old class in a deprecated form) Fixes gh-1673
-
Phillip Webb authored
* spring-boot-1499: Add CAMELCASE_TO_HYPHEN in RelaxedNames
-
David Liu authored
Fixes gh-1499
-
Phillip Webb authored
* spring-boot-545: Support Jetty HandlerCollection types
-
David Liu authored
Update JettyEmbeddedServletContainer to support HandlerCollection types in addition to HandlerWrappers. Fixes gh-545 Closes gh-1597
-
- 08 Oct, 2014 15 commits
-
-
Phillip Webb authored
* spring-boot-amq-mqtt: Add ActiveMQ MQTT connection URL auto-detection
-
Henryk Konsek authored
Fixes gh-1638
-
Phillip Webb authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
- Supply auto-configuration for the new indicator - As suggested in the pull request, include the free disk space and configured threshold in the health details - Update the documentation to describe the indicator and its two configuration settings - Use @ConfigurationProperties to bind the indicator's configuration. This should make the changes sympathetic to the work being done to automate the configuration properties documentation Closes gh-1297
-
Mattias Severson authored
See gh-1297
-
Daniel Fullarton authored
Closes gh-1565
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
matzschmanski authored
Closes gh-1671
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-1660
-
- 07 Oct, 2014 3 commits
-
-
Phillip Webb authored
* velo-preferfsa-property: Add VelocityProperties.preferFilesystemAccess
-
Michael Stummvoll authored
Update VelocityProperties to include a preferFilesystemAccess attribute. Fixes gh-1652
-
- 06 Oct, 2014 10 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Conflicts: spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/repository/redis/RedisMetricRepository.java
-
Phillip Webb authored
-
Andy Wilkinson authored
Conflicts: spring-boot-dependencies/pom.xml
-
Andy Wilkinson authored
Closes gh-1474
-
Andy Wilkinson authored
-
Andy Wilkinson authored
In addition to requiring the Servlet API to be on the classpath, MetricFilter requires spring-web to also be on the classpath as it extends OncePerRequestFilter. This commit updates the auto-configuration for MetricFilter so that it will be disabled in the absence of a dependency on spring-web. Fixes gh-1664
-
Sebastien Deleuze authored
This commit introduces support for Jackson based XML serialization, using the new MappingJackson2XmlHttpMessageConverter provided by Spring Framework 4.1. It is automatically activated when Jackson XML extension is detected on the classpath. Jackson2ObjectMapperBuilder is now used to create ObjectMapper and XmlMapper instances with the following customized properties: - MapperFeature.DEFAULT_VIEW_INCLUSION is disabled - DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES is disabled JodaModuleAutoConfiguration and Jsr310ModuleAutoConfiguration have been removed since their behaviors are now handled directly by the ObjectMapper builder. In addition to the existing @Bean of type ObjectMapper support, it is now possible to customize Jackson based serialization properties by declaring a @Bean of type Jackson2ObjectMapperBuilder. Fixes gh-1237 Fixes gh-1580 Fixes gh-1644
-
- 03 Oct, 2014 2 commits
-
-
Stephane Nicoll authored
* docs-grammar: Fix some grammar issues in docs
-
Eric Dahl authored
-
- 02 Oct, 2014 4 commits
-
-
Dave Syer authored
Otherwise we had to rely on afterPropertiesSet() being called to validate and compute the prefix and key (which depend on each other).
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
Some weird looking test failures led me to track this down. If the user changes the prefix for metric names, he probably wanted to change the keys as welll (otherwise 2 repositories can use the same key, which is why the test was failing for me). We can do that in an afterPropertiesSet().
-