- 17 Mar, 2017 1 commit
-
-
lexandro authored
Closes gh-8580
-
- 16 Mar, 2017 1 commit
-
-
Stephane Nicoll authored
Closes gh-8620
-
- 15 Mar, 2017 4 commits
-
-
Stephane Nicoll authored
* pr/8582: Improve `RedisSessionConfiguration` conditions
-
Vedran Pavic authored
Closes gh-8582
-
Stephane Nicoll authored
Closes gh-8598
-
Stephane Nicoll authored
See gh-8621
-
- 14 Mar, 2017 1 commit
-
-
Madhura Bhave authored
Fixes gh-8602
-
- 13 Mar, 2017 1 commit
-
-
Andy Wilkinson authored
-
- 12 Mar, 2017 1 commit
-
-
Stephane Nicoll authored
Closes gh-8574
-
- 10 Mar, 2017 3 commits
-
-
Stephane Nicoll authored
* pr/8562: Add missing spring-data-cassandra metadata
-
Eddú Meléndez authored
This commit adds the missing `spring.data.cassandra.repositories.enabled` in the metadata and the documentation. Closes gh-8562
-
Stephane Nicoll authored
Closes gh-8563
-
- 09 Mar, 2017 4 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit makes sure that if a `javax.cache.CacheManager` is required, an auto-configured `HazelcastInstance` is fully resolved first. This prevents the case where the JCache bootstrap actually starts an instance early, followed by a second (potentially unwanted) instance created by the regular auto-configuration. Since the JCache implementation works with an `HazelcastInstance` behind the scenes, if there is one `HazelcastInstance` configured and it has a name, then we configure the `CacheProvider` to use that. Future Hazelcast version will allow to pass the instance directly (i.e. not requiring an actual name). Closes gh-8484
-
Andy Wilkinson authored
See gh-8299 Closes gh-8525
-
Andy Wilkinson authored
The changes made for gh-8299 attempted to make static resource handling consistent across Jetty, Tomcat, and Undertow. They did so for application's launched using JarLauncher or WarLauncher but did not consider application's launched in an IDE or using spring-boot:run in Maven or bootRun in Gradle. Running in an IDE or via Maven or Gradle introduces two new resource locations: - Jars on the classpath with file protocol URLs (they are always jar protocol URLs when using either launcher) - Directories on the classpath from a project that is depended upon and contains resources in META-INF/resources This commit updates the factories for all three containers to handle these new resources locations. The integration tests have also been updated.
-
- 07 Mar, 2017 1 commit
-
-
Madhura Bhave authored
The NamePatternEnvironmentFilter used to throw an exception if placeholders in property values could not be resolved. Fixes gh-8510
-
- 06 Mar, 2017 2 commits
-
-
Phillip Webb authored
-
Stephane Nicoll authored
This commit flags the two `BeanPostProcessors` registered by the embedded support as `synthetic` so that they don't trigger an early initialization of other components. Closes gh-8467
-
- 03 Mar, 2017 3 commits
-
-
Stephane Nicoll authored
-
Spring Buildmaster authored
-
Stephane Nicoll authored
Closes gh-8423
-
- 02 Mar, 2017 13 commits
-
-
Stephane Nicoll authored
Closes gh-8443
-
Stephane Nicoll authored
* pr/8143: Fix indentation Clarify usage of @ImportResource in doc
-
Stephane Nicoll authored
Closes gh-8143
-
Michael J. Simons authored
See gh-8143
-
Stephane Nicoll authored
* pr/8460: Upgrade to Spring Integration 4.3.8.RELEASE
-
Gary Russell authored
Closes gh-8460
-
Phillip Webb authored
* pr/8227: Refine engine counter logic Polish web containers stop contribution Ensure web containers are stopped after close
-
Phillip Webb authored
Update counter logic to prevent negative values. Since the stop method can now be called more than once, it was possible for the counter to move into negative values. See gh-8227
-
Phillip Webb authored
See gh-8227
-
Michael K. Werle authored
Update `EmbeddedServletContainer` implementations to ensure that stop can be called even if start has not. This allows servers that are partially started during `initialize()` to still be shut down. This commit fixes a regression caused by commit 0af53b36. See gh-8036 Fixes gh-8224 Closes gh-8227
-
Phillip Webb authored
Update `HealthMvcEndpoint` to respect `ManagementServerProperties` roles. Prior to this commit the `HealthMvcEndpoint` directly loaded roles rather than using bound properties. This meant that list values from yaml were not respected. Fixes gh-8314
-
Phillip Webb authored
-
Phillip Webb authored
Update DataSourceInitializedPublisher to always attempt to obtain the published DataSource directly from the EntityManager. In the case where the EntityManager doesn't provide a DataSource, the previous logic is used. Fixes gh-8296
-
- 01 Mar, 2017 5 commits
-
-
Andy Wilkinson authored
* gh-8458: Upgrade to Spring AMQP 1.6.8.RELEASE
-
Gary Russell authored
Closes gh-8458
-
Andy Wilkinson authored
Closes gh-8354
-
Andy Wilkinson authored
Closes gh-8450
-
Andy Wilkinson authored
Closes gh-8449
-