- 05 Jun, 2018 3 commits
-
-
Phillip Webb authored
Update the samples and tests to use the more idiomatic static import style.
-
Phillip Webb authored
-
Phillip Webb authored
Relocate spring-javaformat plugins to the root of the project. Closes gh-13306
-
- 04 Jun, 2018 24 commits
-
-
Phillip Webb authored
Update `ConfigFileApplicationListener` to correctly load properties that have `spring.profiles` values containing a list. Prior to this commit the loaded would attempt to add the same document twice resulting in a "property source cannot be added relative to itself" error. Closes gh-13362
-
Phillip Webb authored
Update `ConfigFileApplicationListener` to ensure that a `spring.profiles.include` property that refers to an already processed profile doesn't cause an infinite loop. Closes gh-13361
-
Madhura Bhave authored
Update `ConfigFileApplicationListener` so that `spring.profiles.include` properties do not override higher priority active profiles. This commit also changes when profiles get added to the environment. Profiles are now added to the environment at the time of profile processing so that they get logged in the order that they are processed. Closes gh-13151
-
Madhura Bhave authored
Fixes gh-13273
-
Andy Wilkinson authored
Closes gh-12659
-
Phillip Webb authored
Update `InetAddressFormatterTests` to ensure that DNS resolvers that return a "help" page for missing domains don't cause the build to fail. Closes gh-11897
-
Andy Wilkinson authored
Closes gh-13359
-
Andy Wilkinson authored
Closes gh-12631
-
Andy Wilkinson authored
Closes gh-12687
-
Andy Wilkinson authored
Closes gh-13152
-
Stephane Nicoll authored
* pr/13331: Auto-configure jOOQ with TransactionListenerProvider
-
Dmytro Nosan authored
Closes gh-13331
-
Andy Wilkinson authored
Closes gh-13122
-
Andy Wilkinson authored
Closes gh-13357
-
Andy Wilkinson authored
Previously, WebMvcTags would fall back to using the request’s path info if Spring MVC’s best matching path pattern attribute was not available. For non-Spring MVC web frameworks that support path variables, such as Jersey, this led to an explosion of URI tags that could exhaust the heap. Closes gh-12447
-
Stephane Nicoll authored
See gh-13353
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-13352
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/13338: Polish "Retrieve javax.cache.CacheManager using Bean ClassLoader" Retrieve javax.cache.CacheManager using Bean ClassLoader
-
Stephane Nicoll authored
Closes gh-13338
-
Martin Theiss authored
This commit uses the bean's classloader to retrieve the CacheManager to prevent issues with off-heap serialization. See gh-13338
-
Stephane Nicoll authored
* pr/13345: Remove usage of deprecated Matchers class
-
dreis2211 authored
Closes gh-13345
-
- 03 Jun, 2018 2 commits
-
-
Stephane Nicoll authored
* pr/13343: Polish stream creation in some PropertySources
-
dreis2211 authored
Closes gh-13343
-
- 01 Jun, 2018 6 commits
-
-
Madhura Bhave authored
Fixes gh-13303
-
Madhura Bhave authored
Closes gh-13323
-
Andy Wilkinson authored
Closes gh-13330
-
Andy Wilkinson authored
Closes gh-13319
-
Stephane Nicoll authored
* pr/13320: Polish
-
Johnny Lim authored
Closes gh-13320
-
- 31 May, 2018 5 commits
-
-
Madhura Bhave authored
Fixes gh-13122
-
Stephane Nicoll authored
Closes gh-13318
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit separates the auto-configuration of JavaMailSender in two distinct configuration: one based on existing Session available on JNDI and the other one based on properties configuration. This clarifies the auto-configuration report and the fact that the JNDI variant overrides any Session-related properties that would have been set in the environment Closes gh-13026
-