- 10 Mar, 2017 7 commits
-
-
Stephane Nicoll authored
Closes gh-8490
-
Roland Weisleder authored
Closes gh-8390
-
Stephane Nicoll authored
-
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
-
Stephane Nicoll authored
Closes gh-8563
-
- 09 Mar, 2017 8 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
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
-
Andy Wilkinson authored
See gh-8299 Closes gh-8525
-
Andy Wilkinson authored
-
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.
-
- 08 Mar, 2017 1 commit
-
-
Madhura Bhave authored
Closes gh-8282
-
- 07 Mar, 2017 2 commits
-
-
Madhura Bhave authored
-
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 5 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Stephane Nicoll 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 14 commits
-
-
Stephane Nicoll authored
-
Spring Buildmaster authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Spring Buildmaster authored
-
Andy Wilkinson authored
* gh-8268: Polish "Enable customization of RestTemplate that retrieves JwtAccessTokenConverter's key" Enable customization of RestTemplate that retrieves JwtAccessTokenConverter's key
-
Andy Wilkinson authored
See gh-8268 See gh-5859
-
Eddú Meléndez authored
Closes gh-8268 See gh-5859
-
Stephane Nicoll authored
Closes gh-8424
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-8423
-
Andy Wilkinson authored
Previously, the configuration class that produces the ErrorPageFilter bean was an inner class of SpringBootServletInitializer. As a result, whenever SpringBootServletInitializer was subclasses, the ErrorPageFilter would be used. This adversely affected applications running as an executable war file and those deployed to a container with error page filter registration disabled. This commit makes ErrorPageFilterConfiguration a top-level class so that it is no longer always found via SpringBootServletInitializer. The test that verifies that error page filter registration can be disabled has been updated to more accurately simulate the behaviour when an application is deployed as a war to a standalone container. A test that mimics the behaviour of an application run as an executable war has also been added. Closes gh-8477
-
Stephane Nicoll authored
Closes gh-8481
-
Stephane Nicoll authored
The additional configuration for an `HazelcastInstance` will be removed in 2.0. This commit makes sure that the property is deprecated in 1.5 See gh-8470
-
- 02 Mar, 2017 3 commits
-
-
Madhura Bhave authored
If the Princial is a Spring Security Authentication object and the request doesn't have the right roles, check the authorities. Fixes gh-8471
-
Andy Wilkinson authored
* gh-8334: Polish "Allow loader.path to refer to nested jars" Allow loader.path to refer to nested jars
-
Andy Wilkinson authored
Closes gh-8334 Closes gh-8465
-