Juergen Hoeller
5d36ac08ef
Added missing @since tags to DeferredResult
11 years ago
Brian Clozel
49393e54a1
Build 4.1.8 SNAPSHOTs
11 years ago
Juergen Hoeller
302a069257
AbstractFileResolvingResource uses extractArchiveURL for last-modified check
...
Issue: SPR-13393
11 years ago
Juergen Hoeller
c33c26ac5d
Support for GlassFish 4.1.1 (Tyrus 1.9 - 1.12)
...
Issue: SPR-13566
11 years ago
Rossen Stoyanchev
0086dd830b
Enforce cacheLimit in DefaultSubscriptionRegistry
...
When the cacheLimit is reached and there is an eviction from the
updateCache, the accessCache is now also updated.
This change also ensures that adding a destination to the cache is
protected with synchronization on the updateCache.
Issue: SPR-13555
11 years ago
Juergen Hoeller
799a03e98d
Polishing
11 years ago
Juergen Hoeller
c0b6d320f1
Updated compatibility statements in RequestUpgradeStrategy javadocs
11 years ago
Juergen Hoeller
d7a418356e
Upgrade to Tomcat 8.0.28
11 years ago
Juergen Hoeller
13283ec918
Polishing
11 years ago
Juergen Hoeller
ca60d796a8
Clarified that getBody() never returns null
...
As the only place that historically differed, HttpComponents(Async)ClientHttpResponse returns an empty stream instead of null now.
Issue: SPR-13563
(cherry picked from commit a5f81a0)
11 years ago
Juergen Hoeller
16cb73673e
Fixed ContentNegotiationManager reference in MVC docs
...
Issue: SPR-13558
11 years ago
Juergen Hoeller
196adbd459
Polishing
11 years ago
Juergen Hoeller
de932903ca
Reliable null value handling in ConcurrentMapCache, GuavaCache, JCacheCache
...
The 4.1 variant of this fix just introduces readResolve declarations to the existing NullHolder classes.
Issue: SPR-13553
11 years ago
Juergen Hoeller
57125c0adc
AbstractApplicationContext refinements (backported from 4.2.2)
...
Shutdown hook triggers doClose within startupShutdownMonitor; allow for re-refresh and re-close.
Issue: SPR-13556
Issue: SPR-13425
11 years ago
Juergen Hoeller
50c59425d9
Consistently detect spring-beans.dtd reference in last path segment
...
Issue: SPR-13549
(cherry picked from commit 8b3b8d0)
11 years ago
Sam Brannen
fe36334232
Dispel myth that Spring MVC Test requires JUnit
...
Issue: SPR-13552
11 years ago
Juergen Hoeller
e0a139a0d4
Latest applicable dependency updates (Netty 4.0.32, Tomcat 8.0.27)
11 years ago
Juergen Hoeller
3c549ef9fa
Polishing
11 years ago
Juergen Hoeller
8429c4be74
Revised TransportHandlingSockJsService for defensive transport checking and consistent logging
...
Issue: SPR-13545
(cherry picked from commit 966f95b )
11 years ago
Juergen Hoeller
be90f7ddd4
PathResourceTests defensively compares last-modified timestamps at seconds precision
...
Issue: SPR-13542
(cherry picked from commit 9cf2895)
11 years ago
Juergen Hoeller
315a848e6e
Portlet MVC documentation consistently refers to Portlet 2.0 spec (JSR-286)
...
Issue: SPR-13513
11 years ago
Juergen Hoeller
1239595672
Polishing
11 years ago
Rossen Stoyanchev
4428c347a5
StompDecoder handles partial headers correctly
...
Issue: SPR-13416
11 years ago
Juergen Hoeller
ad167066e7
Suppress unchecked warning with JRuby 1.7.22
11 years ago
Juergen Hoeller
9c40adb0da
Upgrade to JRuby 1.7.22
11 years ago
Juergen Hoeller
1d698617f6
Upgrade to AspectJ 1.8.7
11 years ago
Juergen Hoeller
60d7a7f519
Polishing
11 years ago
Juergen Hoeller
f1acd2882c
XhrTransport implementations do not need to redeclare interface when extending from AbstractXhrTransport
...
(cherry picked from commit df0b26f)
11 years ago
Juergen Hoeller
aa0f11788b
AbstractEmbeddedDatabaseConfigurer explicitly closes JDBC Connection on shutdown
...
Issue: SPR-13474
(cherry picked from commit b23c232)
11 years ago
Juergen Hoeller
7202793db0
Polishing
...
(cherry picked from commit bc13cb2)
11 years ago
Juergen Hoeller
045016ebf9
DeferredResult accessors based on volatile fields for proper visibility
...
Issue: SPR-13451
(cherry picked from commit ae0d945)
11 years ago
Juergen Hoeller
df3c3127a5
ConcurrentMapCache.putIfAbsent properly supports nulls
...
Issue: SPR-13458
(cherry picked from commit 4dee9cb)
11 years ago
Juergen Hoeller
2c73c5a893
Polishing
11 years ago
Juergen Hoeller
987d93f2ce
MessagingException provides null description (instead of empty String) to NestedRuntimeException
...
Issue: SPR-13447
(cherry picked from commit c4f5a0f)
11 years ago
Juergen Hoeller
8bf9257fe8
Latest applicable dependency updates (Joda-Time 2.8.2, SnakeYAML 1.16)
11 years ago
Juergen Hoeller
38db9fa855
Polishing
...
(cherry picked from commit 667fc7e)
11 years ago
Juergen Hoeller
af5f4e6fb4
AbstractEnvironment defensively synchronizes access to activeProfiles and defaultProfiles
...
Issue: SPR-13213
(cherry picked from commit e393c7b)
11 years ago
Juergen Hoeller
2dcf52797c
Consistent and defensive Servlet 3.0 method calls across Spring's web abstraction
...
(in particular, also working in debug mode where method references may get resolved early, so ternary expressions are to be avoided)
11 years ago
Juergen Hoeller
de0f3aec53
Undo AsyncRestTemplate's catching of Throwable in 4.1.x
...
Issue: SPR-13413
Issue: SPR-12887
11 years ago
Juergen Hoeller
fd2252a14e
Latest applicable dependency updates (Netty 4.0.31, Rome 1.5.1)
11 years ago
Juergen Hoeller
3402c13803
Undo FutureAdapter's catching of Throwable in 4.1.x
...
Issue: SPR-13413
Issue: SPR-12887
11 years ago
Juergen Hoeller
cc741cdc51
Polishing
11 years ago
Juergen Hoeller
8daa932e69
ASM fix #317578
...
http://forge.ow2.org/tracker/?func=detail&aid=317578&group_id=23&atid=100023
(cherry picked from commit 0c2b787)
11 years ago
Juergen Hoeller
f562eb5ff6
Avoid ConcurrentModificationException in SingleConnectionFactory's AggregatedExceptionListener
...
Issue: SPR-13421
(cherry picked from commit 1ed1167)
11 years ago
Juergen Hoeller
856561fa6e
AsyncRestTemplate and FutureAdapter consistently throw ExecutionException
...
Issue: SPR-13413
(cherry picked from commit 2bb7164)
11 years ago
Juergen Hoeller
c4a9abb6be
Removed misleading note on readonly and disabled flags in spring-form.tld
...
Issue: SPR-13397
(cherry picked from commit eaba794)
11 years ago
Juergen Hoeller
a6d17a6bd7
Polishing
11 years ago
Juergen Hoeller
7aa3175a71
Completed backport of lazy CacheManager resolution (including fixed test)
...
Issue: SPR-12850
11 years ago
Juergen Hoeller
49161da403
Latest applicable dependency updates (Hibernate 4.3.11, Jetty 9.2.13, Tomcat 8.0.26)
11 years ago
Juergen Hoeller
a35f71964a
Polishing
11 years ago