- 06 Jan, 2017 6 commits
-
-
Eddú Meléndez authored
Add auto-configuration support for spring-ldap and spring-data-ldap. See gh-2645 See gh-7733
-
Madhura Bhave authored
Update `ManagementWebSecurityAutoConfiguration` to match nested path for insensitive actuators. Prior to this commit, when Spring Security was on the classpath nested paths were considered sensitive (even if the actuator endpoint was not sensitive). i.e. when setting `endpoints.env.sensitive=false` `/env` could be accessed without authentication but `/env/user` could not. Fixes gh-7868 Closes gh-7881
-
Phillip Webb authored
-
Phillip Webb authored
Closes gh-7880
-
Phillip Webb authored
-
Phillip Webb authored
-
- 05 Jan, 2017 17 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Remove the spring-core dependency from the annotation processor. (cherry-picked from 4cb7d86a) Fixes gh-7882
-
Stephane Nicoll authored
This commit reverts 45d5b60f See gh-7883
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Dave Syer authored
The default is now SecurityProperties.ACCESS_OVERRIDE_ORDER-1 (instead of 3), and the user can set it with security.oauth2.resource.filter-order (as opposed to being hard coded). The filter is provided by Spring OAuth2 so this change is a BeanPostProcessor to call a setter on that object. Fixes gh-5072
-
Stephane Nicoll authored
* pr/7877: Add `LoggersEndpoint` to application properties appendix
-
Vedran Pavic authored
Closes gh-7877
-
Phillip Webb authored
Closes gh-7846
-
Phillip Webb authored
Update the annotation processor to be completely self contained. The single required dependency is now "shaded" into the jar. Fixes gh-7883
-
Phillip Webb authored
Migrate from `org.json:json` to the clean room Apache 2.0 licensed version that was developed for Android. Fixes gh-5929
-
Phillip Webb authored
Remove the spring-core dependency from the annotation processor. Fixes gh-7882
-
Phillip Webb authored
-
Phillip Webb authored
Upgrade to `hibernate-validator` 5.3.4 and introduce a new `MessageInterpolatorFactory` that creates a suitable `MessageInterpolator` (taking into account missing EL dependencies). Rework `ConfigurationPropertiesBindingPostProcessor` and `ValidationAutoConfiguration` to make use of the new factory. Fixes gh-7598
-
Phillip Webb authored
Update the `hibernate-core` managed dependency to exclude `cdi-api`. Fixes gh-7879
-
Phillip Webb authored
-
- 04 Jan, 2017 17 commits
-
-
Phillip Webb authored
* pr/7873: Upgrade to Spring Kafka 1.1.2
-
Artem Bilan authored
Fixes gh-7871 Closes gh-7873
-
Phillip Webb authored
Import the additional auto-configuration classes required for `ErrorAttributes` and change the filter so that it's no longer hidden. Fixes gh-7867
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-7870
-
Andy Wilkinson authored
Closes gh-6924
-
Stephane Nicoll authored
This commit removes the automatic enabling of Redis as the Spring Session store when it is available. This case is covered by a warning in `1.4.x` that this commit removes as well. Closes gh-7858
-
Andy Wilkinson authored
Closes gh-7817
-
Andy Wilkinson authored
* gh-7763: Configure Animal Sniffer to exclude jar containing Java 9 bytecode Upgrade to Jersey 2.25
-
Andy Wilkinson authored
Closes gh-7763
-
Quentin Caillard authored
See gh-7763
-
Stephane Nicoll authored
As of 2.1 cache expiration times are to be set in seconds. This commit migrates to the new method, yet keeping the milliseconds unit. Closes gh-7824
-
Stephane Nicoll authored
Closes gh-7856
-
Stephane Nicoll authored
* pr/7854: Polish
-
Johnny Lim authored
-
Madhura Bhave authored
Expose full health details if management security is disabled or management role is present. Fixes gh-7604 Closes gh-7852
-
Phillip Webb authored
Update documentation to align with the new role based method. See gh-6889
-