Juergen Hoeller
2b18092396
SimpleApplicationEventMulticaster just swallows event downcast exceptions
...
Issue: SPR-14846
(cherry picked from commit fbad637 )
10 years ago
Juergen Hoeller
021e8e44e5
AccessorLValue reliably downcasts to CompilablePropertyAccessor in concurrent scenarios
...
Issue: SPR-14850
(cherry picked from commit 5697cb6 )
10 years ago
Rossen Stoyanchev
fe333e49bc
Better handling for AsyncRequestTimeoutException
...
Avoid call to sendError when response is committed and log a short
error message instead.
Issue: SPR-14739
10 years ago
Stephane Nicoll
02541022b3
Clarify SpEL usage on `@EventListener`
...
Issue: SPR-14812
10 years ago
Juergen Hoeller
d216051b03
Upgrade to Tomcat 8.0.38 and JRuby 1.7.26
10 years ago
Juergen Hoeller
8174f3bfca
Polishing
...
(cherry picked from commit 29a9461 )
10 years ago
Juergen Hoeller
aff5d211f4
StompSubProtocolHandler does not insist on SimpMessageHeaderAccessor
...
Issue: SPR-14791
(cherry picked from commit f5cd538 )
10 years ago
Stephane Nicoll
fe59bc26ab
Polish EnableAsync javadoc
...
Issue: SPR-14793
(cherry picked from commit 7a8bf8e )
10 years ago
Brian Clozel
306452720f
Fix NumberFormatException with X-Forwarded-Host
...
This commit fixes `NumberFormatException`s that were thrown when parsing
IPv6 host values in `X-Forwarded-Host` request headers.
Issue: SPR-14761
(cherry picked from ea5ff87 )
10 years ago
Juergen Hoeller
ea9e00f819
Consistent final logger fields
...
(cherry picked from commit f2ac416 )
10 years ago
Juergen Hoeller
1f92fc8d90
@Lookup reference documentation
...
Issue: SPR-14765
(cherry picked from commit 642fbfb )
10 years ago
Juergen Hoeller
8bdb1b0981
Polishing
...
(cherry picked from commit d04567b )
10 years ago
Juergen Hoeller
02d83cedea
Efficient STOMP content-length header check
...
Issue: SPR-14747
(cherry picked from commit f2e1e1b )
10 years ago
Juergen Hoeller
6577faa2da
StompEncoder performance improvement plus related polishing
...
Issue: SPR-14747
(cherry picked from commit 6c764f6 )
10 years ago
Juergen Hoeller
c5722b336c
Clarified that getResource never returns null
...
(cherry picked from commit 49929f1 )
10 years ago
Juergen Hoeller
e54a7ed6d4
Polishing
10 years ago
Juergen Hoeller
1067855f0f
Upgrade to Hibernate 5.0.11 and Undertow 1.3.25
10 years ago
Spring Buildmaster
964f40f2b4
Next Development Version
10 years ago
Rossen Stoyanchev
62b02c23ab
Reset connection before delegating to handler
...
Resetting the connection first before invoking a failure callback on
the application handler ensures that any checks to isConnected will
return false.
Issue: SPR-14721
10 years ago
Juergen Hoeller
a0773aef1d
Polishing
10 years ago
Juergen Hoeller
cc56ef5737
Revised checkResource implementation
...
Issue: SPR-14729
(cherry picked from commit ca17edd )
10 years ago
Brian Clozel
97c9b05c15
Check template availability in ScriptTemplateView
...
This commit overrides the `checkResource` implementation in
`ScriptTemplateView` in order to check if the template file resource is
available and if the resolver can then proceed with rendering the
template.
Issue: SPR-14729
10 years ago
Juergen Hoeller
ed19dc7900
Polishing
10 years ago
Juergen Hoeller
7902f63cb1
Latest applicable dependency updates (Woodstox 5.0.3, Jettison 1.3.8)
10 years ago
Juergen Hoeller
818c72a2b3
StringUtils.parseLocaleString accepts Java 7 variants
...
Issue: SPR-14718
(cherry picked from commit 7ddaf49 )
10 years ago
Juergen Hoeller
c9943aacc5
Timeout exceptions as RuntimeExceptions
...
Issue: SPR-14669
(cherry picked from commit e947363 )
10 years ago
Rossen Stoyanchev
9fa2a46d35
Improve async request timeout handling
...
Rather than setting the status to 503 directly from the timeout
interceptor which no longer seems to work reliably with Servlet
containers like Jetty even performing an additional ERROR dispatch back
to the original URL, we know rather set the DeferredResult to an
AsyncTimeoutException, which results in a dispatch and standard
handling within Spring MVC. This should be a more reliable way of
dealing with timeouts.
Issue: SPR-14669
10 years ago
Rossen Stoyanchev
114b2b63b1
Check both connection and connected flag
...
Issue: SPR-14703
10 years ago
Juergen Hoeller
404e7cda7e
Polishing
10 years ago
Juergen Hoeller
b344c927bd
Polishing
...
(cherry picked from commit 040d131 )
10 years ago
Juergen Hoeller
883c3a6b4f
Revised IllegalArgumentException handling for Formatter parse calls
...
Issue: SPR-14661
(cherry picked from commit 73bbe08 )
10 years ago
Juergen Hoeller
68332bf240
Correct ISO DateTime example
...
Issue: SPR-14675
(cherry picked from commit db196ce )
10 years ago
Juergen Hoeller
53fc1e96c6
Avoid outdated Tibco workaround in shouldCommitAfterNoMessageReceived
...
Issue: SPR-14697
(cherry picked from commit 4396b21 )
10 years ago
Juergen Hoeller
53dc996be8
PropertyValue stores source object in common superclass field
...
Issue: SPR-8337
(cherry picked from commit 367949e )
10 years ago
Juergen Hoeller
338a4a581e
MappingJackson2MessageConverter adds message id and destination to type resolution exception
...
Issue: SPR-14672
(cherry picked from commit ae2bbe7 )
10 years ago
Juergen Hoeller
1bde1ff263
Documentation updates around configuration classes
...
(cherry picked from commit efb5f17 )
10 years ago
Juergen Hoeller
5f55add4bb
ResolvableType.java.forRawClass(Class) supports isAssignableFrom(ResolvableType) as well
...
Issue: SPR-14648
(cherry picked from commit 086e764 )
10 years ago
Juergen Hoeller
a3b94eb17c
Upgrade to Netty 4.0.41
10 years ago
Juergen Hoeller
458d49bdb8
Polishing
...
(cherry picked from commit acbb254 )
10 years ago
Juergen Hoeller
e76ed49513
CommonsMultipartResolver explicitly converts FileSizeLimitExceededException
...
Issue: SPR-14638
(cherry picked from commit 05f74b4 )
10 years ago
Juergen Hoeller
aa12288d50
Avoid collection lookups in StompCommand
...
Issue: SPR-14636
(cherry picked from commit 8e98177 )
10 years ago
Rossen Stoyanchev
cc33bfaf61
Support receipt on DISCONNECT with simple broker
...
Issue: SPR-14568
10 years ago
Rossen Stoyanchev
91387a5ae7
Harden synchronization around SockJS heartbeats
...
Create an explicit heartbeat task with an experiration flag so that
it can be cancelled reliably vs relying on the ScheduledFutureTask
cancel method which may return true even if the task is already
running.
Issue: SPR-14356
10 years ago
Juergen Hoeller
5b0722ed28
Polishing
...
(cherry picked from commit e828be9 )
10 years ago
Juergen Hoeller
2adbfb6d02
Avoid getParameterType use with Oracle 12c driver by default
...
Issue: SPR-14629
Issue: SPR-14574
Issue: SPR-14191
(cherry picked from commit 52447ef )
10 years ago
Juergen Hoeller
d03afeb296
Consistent use of Charset.forName over JDK 7 StandardCharsets in 4.x line
...
(cherry picked from commit 2a82b8f )
10 years ago
Juergen Hoeller
f4037bf522
Polishing
10 years ago
Juergen Hoeller
db037e490a
Revised assertions in StompHeaderAccessor
...
Issue: SPR-14625
(cherry picked from commit c2feedb )
10 years ago
Juergen Hoeller
3811a595ed
Avoid unnecessary String concatenation in StompSubProtocolHandler
...
Issue: SPR-14624
(cherry picked from commit 0735e9b )
10 years ago
Juergen Hoeller
2a9ca66cee
Restored hard reference cache in TransactionAspectSupport for 4.2.8
...
Issue: SPR-14511
Issue: SPR-14609
10 years ago