- 16 Jul, 2018 13 commits
-
-
Brian Clozel authored
This is required for the docs module to inspect Spring Boot annotations for meta-annotations. See gh-13739
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/13778: Fix since on JdbcOperationsDependsOnPostProcessor
-
Johnny Lim authored
Closes gh-13778
-
Brian Clozel authored
Since SPR-17034, the core container now behaves a bit differently when dealing with `null` beans. Given a `null` `HandlerMapping` bean named "resourceHandlerMapping": * `context.getBean("resourceHandlerMapping", HandlerMapping.class)` still returns a `NullBean` * `ListableBeanFactory.getBeansOfType` will return a Map of all existing beans, not including the `null` ones as values of the map. Closes gh-13760
-
Stephane Nicoll authored
* pr/13776: Polish
-
Johnny Lim authored
Closes gh-13776
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/13776: Polish
-
Johnny Lim authored
See gh-13776
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/13774: Remove a List creation in CompositePropertySources.iterator()
-
Johnny Lim authored
Closes gh-13774
-
- 14 Jul, 2018 1 commit
-
-
Andy Wilkinson authored
-
- 13 Jul, 2018 18 commits
-
-
Madhura Bhave authored
See gh-13722
-
Madhura Bhave authored
Closes gh-13722
-
Stephane Nicoll authored
Closes gh-13765
-
Andy Wilkinson authored
Closes gh-13744
-
Stephane Nicoll authored
* pr/13625: Polish "Upgrade to Liquibase 3.6.2" Upgrade to Liquibase 3.6.2
-
Stephane Nicoll authored
Closes gh-13625
-
Miguel Gomes authored
See gh-13625
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/13706: Prevent duplicate RequestMatcher in RequestMatcherFactory.antPath()
-
Johnny Lim authored
Closes gh-13706
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-13601
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/13762: Fix typos
-
dreis2211 authored
Closes gh-13762
-
- 12 Jul, 2018 8 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Andy Wilkinson authored
* gh-13757: Remove @since tag from getServlet()
-
Johnny Lim authored
Closes gh-13757
-
Brian Clozel authored
This commit adapts to a recent Spring Framework change (a40d25a) that turns no-op Spring MVC beans (infrastructure components that, given their configuration, won't contribute anything to the application) into `NullBean` instances.
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/13755: Fix typo
-