Oscar Utbult
38713c473f
Remove redundant array creation for calling varargs method
...
Closes gh-7551
8 years ago
Stephane Nicoll
5b636a00b7
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
e002e03b3e
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
cfad35ad21
Merge pull request #7596 from 166MMX:patch-1
...
* pr/7596:
Update production-ready-features.adoc
8 years ago
Johannes Harth
9746c63209
Update production-ready-features.adoc
...
Replace line break with missing line fold "\\\n" to continue the property
value.
Closes gh-7596
8 years ago
Andy Wilkinson
0f83351d72
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
78517a6571
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
4d5fb97127
Revert "Start building against Spring Framework 4.3.5 snapshots"
...
This reverts commit 727d626292
. Sigh,
although the SPR issue is complete the change hasn't been backported
yet.
8 years ago
Andy Wilkinson
e32e0ea0c5
Start building against Spring Batch 4.0 snapshots
...
See gh-7645
8 years ago
Andy Wilkinson
8d6c6bae9f
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
99edb0cec0
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
727d626292
Start building against Spring Framework 4.3.5 snapshots
...
See gh-7601
8 years ago
Andy Wilkinson
5a4a7409c9
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
595679bed4
Disable management security when testing Jolokia endpoint
8 years ago
Andy Wilkinson
cea00f22b1
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
149f19cd58
Register any EventListener beans with auto-configured SessionFactory
...
Closes gh-7531
8 years ago
Andy Wilkinson
0db924c369
Upgrade to Neo4j OGM 2.1.0
...
Closes gh-7633
8 years ago
Andy Wilkinson
e75eaf996f
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
d9e2368512
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
14a90aa52e
Update SpringApplicationBuilder javadoc to reflect API changes
...
Closes gh-7609
8 years ago
Andy Wilkinson
133284c1c4
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
391a760c3c
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
4ec95b8308
Ensure that JolokiaMvcEndpoint destroys underlying controller
...
Closes gh-7606
8 years ago
Dave Syer
78b2931337
Merge branch '1.5.x'
8 years ago
Dave Syer
1baf3c63c4
Make the Spring Security part of CF autoconfig conditional
...
Otherwise you get a class not found exception at runtime in
CF when Spring Securtity is not on the classpath.
8 years ago
Dave Syer
cc8ecb6ff5
Clear VCAP_APPLICATION after tests
...
So that other CF tests do not fail.
8 years ago
Stephane Nicoll
3a30cbcd3d
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
95ee145281
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
b80ad2a212
Harmonize Caffeine CacheManager bean name
...
Closes gh-6980
8 years ago
Madhura Bhave
44cd625867
Merge branch '1.5.x'
8 years ago
Madhura Bhave
b29620f2ad
Allow overriding case in SpringPhysicalNamingStrategy
...
Fixes gh-7410
8 years ago
Andy Wilkinson
2558f5c0e2
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
5d7453a635
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
61f086591c
Revert "Start building against Spring Framework 4.3.5 snapshots"
...
This reverts commit 47f1aeb589
.
8 years ago
Andy Wilkinson
0d3daf4fd0
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
671dea0d6b
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
4a709ea86d
Start building against snapshots for Spring Data Hopper SR6
...
See gh-7602
8 years ago
Andy Wilkinson
894b397d9e
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
a9f59d586d
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
47f1aeb589
Start building against Spring Framework 4.3.5 snapshots
...
See gh-7601
8 years ago
Stephane Nicoll
fa492e3ac8
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
8a50dae01a
Add missing entry for `server.tomcat.accesslog.buffered`
...
See gh-7456
8 years ago
Andy Wilkinson
6eaa8d7c56
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
53287eadf6
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
2d8344d46d
Ensure that JarLauncher doesn't cause root jar to be on class path twice
...
Closes gh-7595
8 years ago
Madhura Bhave
6a1f3d2dab
Merge branch '1.5.x'
8 years ago
Madhura Bhave
5d8e00cb56
Fix HealthMvcEndpointTests
...
See gh-7569
8 years ago
Madhura Bhave
1cd1054514
Merge branch '1.5.x'
8 years ago
Madhura Bhave
1be5812cf0
Require `ACTUATOR` role rather than `ADMIN`
...
Update management security to require an `ACTUATOR` role rather than
`ADMIN` by default. This should reduce the risk of users accidentally
exposing actuator endpoints because they happen to use a role named
`ADMIN`.
Fixes gh-7569
8 years ago
Madhura Bhave
95be208f0f
Use IgnoredRequestCustomizer to ignore paths
...
Update `SpringBootWebSecurityConfiguration` to ignore requests by
delegating to `IgnoredRequestCustomizer` beans. This allows a single
Spring Boot `WebSecurityConfigurer<WebSecurity>` bean to be used which
prevents potential exceptions caused by duplicate `@Order` values.
Fixes gh-7106
8 years ago