Andy Wilkinson
82bf178880
Upgrade to Spring Security 4.2.6
...
Closes gh-13028
7 years ago
Andy Wilkinson
2c865688f9
Upgrade to Spring Data Ingalls SR12
...
Closes gh-13014
7 years ago
Andy Wilkinson
2195ed1e8e
Update Jetty war package test to expect new ASM transitive dependency
...
Closes gh-13097
7 years ago
Andy Wilkinson
8a5cefb547
Upgrade to Spring Framework 4.3.17.RELEASE
...
Closes gh-13013
7 years ago
Andy Wilkinson
63aff45438
Upgrade to Jetty 9.4.10.v20180503
...
Closes gh-13097
7 years ago
Phillip Webb
c104bae76c
Fix checkstyle errors
7 years ago
Phillip Webb
99dad81e9a
Update copyright header year for changed files
7 years ago
Phillip Webb
0a0247975c
Formatting
7 years ago
Stephane Nicoll
1314aaa368
Avoid early init of CacheManager
...
This commit restructures the Cache auto-configuration to avoid an early
init on CacheManager (and potentially all its infrastructure). Rather
than adding a dependency on the validator bean, this commit relies on
the fact CacheAspectSupport checks if a CacheManager is available in the
afterSingletonsInstantiated callback. In this case, a simple bean with
a postconstruct callback is enough.
Closes gh-13038
7 years ago
Stephane Nicoll
7392c57343
Fix nested class binding example
...
Closes gh-13060
7 years ago
Andy Wilkinson
ed9ac53acd
Revert "Upgrade to Ehcache 2.10.5"
...
This reverts commit f78fd74bb9
.
See gh-13056
7 years ago
Andy Wilkinson
bea353962c
Align Undertow tests with changes made to fix UNDERTOW-1260
...
Closes gh-13055
7 years ago
Andy Wilkinson
bcd2b7d60f
Upgrade to Infinispan 8.2.11.Final
...
Closes gh-13058
7 years ago
Andy Wilkinson
ebf1622b3a
Upgrade to Tomcat 8.5.31
...
Closes gh-13057
7 years ago
Andy Wilkinson
f78fd74bb9
Upgrade to Ehcache 2.10.5
...
Closes gh-13056
7 years ago
Andy Wilkinson
f1ec54b3b6
Upgrade to Undertow 1.4.25.Final
...
Closes gh-13055
7 years ago
Andy Wilkinson
0fd5ef1632
Upgrade to Gson 2.8.4
...
Closes gh-13054
7 years ago
Andy Wilkinson
a45d05347f
Upgrade to Jackson 2.8.11.20180405
...
Closes gh-13053
7 years ago
Andy Wilkinson
208c4b9a35
Upgrade to GemFire 8.2.11
...
Closes gh-13052
7 years ago
Phillip Webb
4e96587dc8
Polish modifier declaration ordering
...
Follow that Java language specification.
7 years ago
Phillip Webb
64930d4e5b
Polish caught exception names
...
Prefer `ex` over `e`.
7 years ago
Phillip Webb
3ee777e142
Polish ternary expressions
...
Consistently format ternary expressions and always favor `!=` as the
the check.
7 years ago
Phillip Webb
690f946b6d
Polish
7 years ago
Stephane Nicoll
830e523531
Clarify behavior of JMX in @SpringBootTest
...
Closes gh-13008
7 years ago
Stephane Nicoll
dd3f57d816
Avoid potentially mutating item metadata collection
...
Closes gh-13027
7 years ago
Andy Wilkinson
d0f329caa4
Break circular dependency in DevTools without using field injection
7 years ago
Andy Wilkinson
06cf698387
Polish
7 years ago
Andy Wilkinson
31c6281e96
Start building against Spring Integration 4.3.16 snapshots
...
See gh-13015
7 years ago
Andy Wilkinson
b6926c9bca
Start building against Spring Data Ingalls SR12 snapshots
...
See gh-13014
7 years ago
Andy Wilkinson
9bd46ca8f8
Start building against Spring Framework 4.3.17 snapshots
...
See gh-13013
7 years ago
Andy Wilkinson
a29a70d2f4
Fix handling of static resource jar paths containing a +
...
Closes gh-12942
7 years ago
Stephane Nicoll
08bc306a61
Guard IntegrationJmxConfiguration if no mBeanServer is available
...
Closes gh-12966
7 years ago
Andy Wilkinson
4585bc846a
Restore RestartClassLoader's Java 6 compatibility
...
Closes gh-12826
7 years ago
Stephane Nicoll
6047a2c0b0
Fix typo
...
See gh-12996
7 years ago
Stephane Nicoll
587e3f4046
Polish
...
See gh-12796
7 years ago
Andy Wilkinson
df2372cd93
Avoid Kafka 0.10 destabilising the Windows build
...
Closes gh-12963
7 years ago
Andy Wilkinson
c78bc0585c
Make tests' detection of SSL handshake failures more robust
...
Closes gh-12961
7 years ago
Phillip Webb
370915f8f0
Fixup version numbers following release
7 years ago
Spring Buildmaster
c10aad165f
Next Development Version
7 years ago
Stephane Nicoll
ba5ed5b97c
Upgrade to Spring Framework 4.3.16
...
Closes gh-12806
7 years ago
Andy Wilkinson
cd0e4fe945
Sanitize sun.java.command by default
...
Closes gh-12796
7 years ago
Andy Wilkinson
a06de4d997
Stop error page filter from commiting response prematurely
...
Previously, the error page filter used sendError to set the response
status when handling an exception and before forwarding the request
to the error controller. Following the fix for gh-11814, this meant
that the error controller was unable to write its response and the
containers default error page was returned instead.
This commit updates the error page filter to use setStatus rather than
sendError. This ensures that the response has the correct status code
while allowing the error controller to write its body. Tests have
been added to the Tomcat deployment test suite to verify that the
error page filter behaves as intended when dealing with a sent error
and an exception for requests accepting HTML, JSON, or anything.
Closes gh-12787
7 years ago
Stephane Nicoll
3634a1d9d1
Fixup version numbers following release
7 years ago
Spring Buildmaster
ade4760842
Next Development Version
7 years ago
Andy Wilkinson
61ab4f6ca8
Upgrade to Spring Kafka 1.1.8.RELEASE
...
Closes gh-12772
7 years ago
Andy Wilkinson
88a18a635a
Upgrade to Spring Amqp 1.7.7.RELEASE
...
Closes gh-12771
7 years ago
Andy Wilkinson
89638d6807
Upgrade to Freemarker 2.3.28
...
Closes gh-12770
7 years ago
Andy Wilkinson
e066558601
Upgrade to Dependency Management Plugin 1.0.5.RELEASE
...
Closes gh-12406
7 years ago
Phillip Webb
6b59814cbc
Switch error views to use SimpleEvaluationContext
...
Update `ErrorMvcAutoConfiguration` to use `SimpleEvaluationContext`
rather than `StandardEvaluationContext`.
Fixes gh-12507
7 years ago
Phillip Webb
624a5f8260
Apply URL decoding for nested jar entry names
...
Update `JarURLConnection` to apply URL decoding to nested jar entry
names.
Fixes gh-12765
7 years ago