- 12 Apr, 2017 13 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-8892
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-8232
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-6911
-
Stephane Nicoll authored
This commit makes sure to honour the `spring.aop.proxy-target-class` property if set by the user. Previously, the `PersistenceExceptionTranslationPostProcessor` was always configured to use cglib, regardless of the value of that property. Closes gh-8887
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-8497
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
- 11 Apr, 2017 14 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
Fixes gh-8883
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit makes sure to honour the `spring.aop.proxy-target-class` property if set by the user. Previously, the `MethodValidationPostProcessor` was always configured to use cglib, regardless of the value of that property. Closes gh-8869
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/8650: Polish "Add the ability to disable the trace filter" Add the ability to disable the trace filter
-
Stephane Nicoll authored
Closes gh-8650
-
Colin Harrington authored
See gh-8650
-
Stephane Nicoll authored
* pr/8813: Polish "Fix http status code with unknown log level" Fix http status code with unknown log level
-
Stephane Nicoll authored
Closes gh-8813
-
Eddú Meléndez authored
This commit changes the http status code to 400 when an unknown log level is specified. Closes gh-8798 See gh-8813
-
Stephane Nicoll authored
See gh-8879
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-8879
-
- 10 Apr, 2017 13 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/8185: Polish "Clarify edge case docs on ConditionalOnClass" Clarify edge case docs on ConditionalOnClass
-
Stephane Nicoll authored
Closes gh-8185
-
Andy Wilkinson authored
Previously, as a result of the changes made in de50cfa2, an application would fail to start on Google AppEngine as it prevents the creation of new threads. This commit updates OnClassCondition so that it falls back to performing the work on the main thread when its unable to shift it to a separate thread. Closes gh-8584
-
Phillip Verheyden authored
When used as a meta-annotation the value() attribute of @ConditionalOnClass will fail silently resulting in the @Conditional nature of the annotation being ignored. See gh-8185
-
Stephane Nicoll authored
-
Stephane Nicoll authored
As `@TestComponent` is an implementation detail at this point really, this commit removes any reference to it from the doc. Closes gh-8421
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-8842
-
Stephane Nicoll authored
* pr/8683: Polish "Add support for HotSwapAgent to devtools" Add support for HotSwapAgent to devtools
-
Stephane Nicoll authored
Closes gh-8683
-
Bretislav Wajtr authored
HotSwapAgent is an open source competition to JRebel. This commit adds "org.hotswap.agent.HotswapAgent" to the list of known Java agent based class reloaders. This causes same behavior as when JRebel is used: a full restart is NOT triggered when any class changes, however LiveReload event is still triggered. See gh-8683
-
Stephane Nicoll authored
-