- 11 Jun, 2015 8 commits
-
-
Phillip Webb authored
-
Dave Syer authored
It can just catch all exceptions from the remote /user endpoint because in a resource server it needs to throw `InvalidTokenException` and in an SSO setting it will never be called. Fixes gh-3205
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-3088
-
Phillip Webb authored
-
Phillip Webb authored
Fixes gh-3088
-
Phillip Webb authored
-
- 10 Jun, 2015 31 commits
-
-
Phillip Webb authored
Allow the Restarter to be disabled via a System property. Fixes gh-3173
-
Phillip Webb authored
-
Phillip Webb authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, spring.groovy.template.configuration.* was mapped onto both GroovyTemplateProperties.configuration and GroovyMarkupConfigurer. The former being a Map and the latter being specific type with getters and setters. This clash caused problems with the IDE support. GroovyTemplateProperties.configuration appeared to be dead code so it was removed in 326bdf29. Unfortunately this broke the use of spring.groovy.template.configuration.* properties as GroovyTemplateProperties uses a prefix of spring.groovy.template and it no longer had a configuration property. This commit addresses the problem by updating GroovyTemplateProperties to ignore unknown fields. This allows spring.groovy.template.configuration.* properties to be used and bound to GroovyMarkupConfigurer without reintroducing the clash which prompted the initial change. Closes gh-3198
-
Stephane Nicoll authored
Closes gh-3124
-
Andy Wilkinson authored
Closes gh-3051
-
Stephane Nicoll authored
-
Andy Wilkinson authored
Closes gh-3195
-
Andy Wilkinson authored
Closes gh-3194
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-3192
-
Andy Wilkinson authored
Closes gh-3189
-
Andy Wilkinson authored
Closes gh-3188
-
Andy Wilkinson authored
Closes gh-3187
-
Andy Wilkinson authored
Closes gh-3186
-
Andy Wilkinson authored
Closes gh-3185
-
Andy Wilkinson authored
Closes gh-3184
-
Andy Wilkinson authored
Closes gh-3183
-
Andy Wilkinson authored
Closes gh-3182
-
Andy Wilkinson authored
Closes gh-3180
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-3179
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-3176
-
Andy Wilkinson authored
Closes gh-3191
-
Andy Wilkinson authored
Closes gh-3190
-
Stephane Nicoll authored
Review 105039cd that still refer to "lifecycle" instead of "admin". In particular, harmonized the configuration properties. Closes gh-3124
-
Stephane Nicoll authored
-
Lugi Cardito authored
If the `repackage` goal defines an output directory that does not exist, the maven plugin now creates it. Closes gh-3136
-
Phillip Webb authored
Fixes gh-3168
-
- 09 Jun, 2015 1 commit
-
-
Phillip Webb authored
Remove explicit TestFailedException catch in CommandRunner and instead rely on the fact that TestFailedException extends CommandException. Fixes gh-3167
-