- 03 Mar, 2017 13 commits
-
-
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 27 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
-
Dave Syer authored
Previously, each entry in loader.path could only refer to a standard jar file. Refering to such a jar would add all of the classes in the root of the jar to the class path. This commit adds support for referencing a directory within a jar file that contains one or more nested jars. For example: $ java -jar -Dloader.path='jar:file:./lib.jar/!BOOT-INF/lib' my.jar This will add all of the classes in all of that jars in the BOOT-INF/lib directory of lib.jar to the class path. See gh-8334
-
Madhura Bhave authored
Closes gh-8306 Closes gh-8317
-
Stephane Nicoll authored
-
Stephane Nicoll authored
As of Hazelcast 3.7, the bootstrap is pretty slow by default due to the networking discovery. This commit disables both TCP/IP and multicast discoveries.
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-8443
-
Andy Wilkinson authored
* gh-7221: Polish "Tighten up PropertiesLauncher's contract" Tighten up PropertiesLauncher's contract
-
Andy Wilkinson authored
See gh-8346 Closes gh-7221
-
Dave Syer authored
The main changes are: - Switch to `loader.properties` instead of `application.properties` - Search for `loader.properties` in `loader.home` as well as in the classpath - Placeholder replacements in MANIFEST.MF (using `loader.properties` or system/env vars) See gh-7221 Closes gh-8346
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit makes sure that if `local.mongo.port` is set, a `MongoClient` on the embedded MongoDB instance is created. When an embedded instance is detected, only the `host` property is used and the `uri` is ignored if set. This makes sure that the auto-configured `MongoClient` automatically switches to the embedded server, even if a production uri has been specified. Closes gh-8219
-
Stephane Nicoll authored
Closes gh-8444
-
Stephane Nicoll authored
Closes gh-8431
-
Stephane Nicoll authored
-
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
-
Stephane Nicoll authored
* pr/8460: Upgrade to Spring Integration 4.3.8.RELEASE
-
Gary Russell authored
Closes gh-8460
-
Stephane Nicoll authored
Closes gh-8461
-
Phillip Webb authored
-
Phillip Webb authored
* pr/8227: Refine engine counter logic Polish web containers stop contribution Ensure web containers are stopped after close
-
Phillip Webb authored
-