Phillip Webb
f96294b63b
Add LDAP sample
...
Add an LDAP sample application.
See gh-7733
8 years ago
Phillip Webb
10de30ff11
Polish LDAP contribution
...
See gh-7733
8 years ago
Eddú Meléndez
6a84c369fd
Add LDAP auto-configuration support
...
Add auto-configuration support for spring-ldap and spring-data-ldap.
See gh-2645
See gh-7733
8 years ago
Phillip Webb
da4f8514b2
Add byte-buddy managed dependency
...
Add a managed dependency for byte-buddy since Mockito needs 1.6 and
Hibernate pulls in 1.5.
See gh-7770
8 years ago
Madhura Bhave
4ea47220e9
Match nested paths for insensitive actuators
...
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
8 years ago
Phillip Webb
0684f97f40
Merge branch '1.5.x'
8 years ago
Phillip Webb
18aa9be4fb
Merge branch '1.4.x' into 1.5.x
8 years ago
Phillip Webb
21bfe52694
Add test to check class resources aren't exposed
...
Closes gh-7880
8 years ago
Phillip Webb
0fca9aaccb
Polish Mockito 2.0 support
8 years ago
Phillip Webb
962313d0e1
Merge branch '1.5.x'
8 years ago
Phillip Webb
abb8e3663a
Polish Mockito 2.0 support
8 years ago
Phillip Webb
c4779a10ac
Fix Mockito 2 support
...
See gh-7770
8 years ago
Phillip Webb
f92f019418
Don't mock package private class
...
See gh-7770
8 years ago
Phillip Webb
77f9bb09ca
Further Polish Mockito 2 support
...
See gh-7770
8 years ago
Phillip Webb
1169f69390
Polish MockitoApi
8 years ago
Phillip Webb
7f99153daf
Fixup parent POM version number
8 years ago
Phillip Webb
9048c97572
Polish Mockito 2 support
...
gh-7770
8 years ago
Phillip Webb
0cc313f224
Polish
8 years ago
Phillip Webb
6776ec2704
Merge branch '1.5.x'
8 years ago
Phillip Webb
565f75438e
Polish
8 years ago
Phillip Webb
83ed8fb009
Merge branch '1.4.x' into 1.5.x
8 years ago
Phillip Webb
6bc37c0589
Drop annotation processor spring-core dependency
...
Remove the spring-core dependency from the annotation processor.
(cherry-picked from 4cb7d86aec
)
Fixes gh-7882
8 years ago
Stephane Nicoll
c0012a4bfe
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
c06ff7061f
Revert Shade annotation processor dependencies
...
This commit reverts 45d5b60
See gh-7883
8 years ago
Stephane Nicoll
66a9d4e744
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
615804ff34
Polish configuration keys documentation
8 years ago
Stephane Nicoll
fab43f343d
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
6293033e1b
Remove useless dependency
8 years ago
Dave Syer
21be9ef666
Merge remote-tracking branch 'origin/1.5.x'
8 years ago
Dave Syer
fe344df9c5
Change default order of OAuth2 resource server filter chain
...
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
8 years ago
Stephane Nicoll
0cfc32e5a1
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
ad4a53e366
Merge pull request #7877 from vpavic:fix-docs
...
* pr/7877:
Add `LoggersEndpoint` to application properties appendix
8 years ago
Vedran Pavic
6eea679535
Add `LoggersEndpoint` to application properties appendix
...
Closes gh-7877
8 years ago
Stephane Nicoll
c28ff4314c
Upgrade to Mockito 2
...
Closes gh-7770
8 years ago
Phillip Webb
ad2ff27208
Merge branch '1.5.x'
8 years ago
Phillip Webb
fac6b8da47
Upgrade to JSONassert 1.4.0
...
Closes gh-7846
8 years ago
Phillip Webb
4bfecc1307
Merge branch '1.5.x'
8 years ago
Phillip Webb
45d5b60f6d
Shade annotation processor dependencies
...
Update the annotation processor to be completely self contained. The
single required dependency is now "shaded" into the jar.
Fixes gh-7883
8 years ago
Phillip Webb
cc7c2ebb87
Migrate to android-json
...
Migrate from `org.json:json` to the clean room Apache 2.0 licensed
version that was developed for Android.
Fixes gh-5929
8 years ago
Phillip Webb
4cb7d86aec
Drop annotation processor spring-core dependency
...
Remove the spring-core dependency from the annotation processor.
Fixes gh-7882
8 years ago
Phillip Webb
125d9d6181
Merge branch '1.5.x'
8 years ago
Phillip Webb
1b7c65cd1c
Update eclipse setting to use 2017 copyright year
8 years ago
Phillip Webb
eb22220961
Upgrade to hibernate-validator 5.3.4
...
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
8 years ago
Phillip Webb
d80f22c227
Exclude cdi-api from hibernate-core
...
Update the `hibernate-core` managed dependency to exclude `cdi-api`.
Fixes gh-7879
8 years ago
Phillip Webb
3bbd638d74
Polish formatting
8 years ago
Phillip Webb
2085afd907
Merge pull request #7873 from artembilan/GH-7871
...
* pr/7873:
Upgrade to Spring Kafka 1.1.2
8 years ago
Artem Bilan
a488574afc
Upgrade to Spring Kafka 1.1.2
...
Fixes gh-7871
Closes gh-7873
8 years ago
Phillip Webb
e015e13b4d
Include `ErrorAttributes` in @WebMvcTest
...
Import the additional auto-configuration classes required for
`ErrorAttributes` and change the filter so that it's no longer
hidden.
Fixes gh-7867
8 years ago
Andy Wilkinson
4dc30938d0
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
803eddf6b2
Update test to reflect quoting of STOP_WAIT_TIME in launch.script
8 years ago