- 05 Jun, 2015 13 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Tweak `Restarter` to clear caches on the initial restart. See gh-3082
-
Phillip Webb authored
Update Javadoc to use the {@code ...} syntax when possible.
-
Phillip Webb authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* patch-16: Remove invalid parts of docs after refactoring
-
izeye authored
-
Stephane Nicoll authored
* typos: Fix typos
-
Eddú Meléndez authored
-
Dave Syer authored
for users to get started. It also makes it more flexible if different aggregation keys are needed depending on the environment. The most important new feature is the spring.metrics.export.redis.aggregateKeyPattern configuration, which fits the *.redis.key and prefix defaults. The aggregate reader uses a prefix based on the key by default, with a naming convention that the key starts with "keys.".
-
Phillip Webb authored
Update the Maven and Gradle repackage tasks so that the embedded startup script is no longer included by default. This change is primarily due to the `cf` command line not currently accepting the unusual jar format. Fixes gh-3045
-
Phillip Webb authored
Update DevToolsPropertyDefaultsPostProcessor to set the following additional template cache properties to `false`: spring.freemarker.cache spring.groovy.template.cache spring.velocity.cache spring.mustache.cache Fixes gh-3125
-
Dave Syer authored
The FileWatcher sometimes generates multiple events for a single change and if there is a slow shutdown hook the second one can come in before the context is closed, leaving it in a tricky state. This change attempts to stop the file watcher as soon as it detects a change (the stop() method is called in the listener, which normally happens in the same thread as the scan). Fixes gh-3097
-
- 04 Jun, 2015 21 commits
-
-
Phillip Webb authored
Fixes gh-3099
-
Phillip Webb authored
-
Stephane Nicoll authored
* fix-doc: Remove spock caveat that was fixed in 1.0
-
ceilfors authored
Closes gh-3072
-
Stephane Nicoll authored
* patch-15: polish Document `spring.metrics.export.*` properties
-
Stephane Nicoll authored
Closes gh-3110
-
izeye authored
See gh-3110
-
Stephane Nicoll authored
* patch-14: Remove duplicate in MetricExportProperties
-
izeye authored
Closes gh-3109
-
Dave Syer authored
Fixes gh-3112
-
Dave Syer authored
Fixes gh-3113
-
Phillip Webb authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Spring Buildmaster authored
-
- 03 Jun, 2015 3 commits
-
-
Stephane Nicoll authored
Closes gh-3098
-
Stephane Nicoll authored
* cache: Polish Javadoc
-
izeye authored
Closes gh-3101
-
- 02 Jun, 2015 3 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Add OrderedHiddenHttpMethodFilter and use it in WebMvcAutoConfiguration to ensure that it is applied before Spring Security. Fixes gh-2773
-
Phillip Webb authored
-