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
Juergen Hoeller
081c3ac44f
Polishing
10 years ago
Juergen Hoeller
aac0e632ae
Various @since tags (and varargs on setInterceptors)
10 years ago
Juergen Hoeller
96f1a0ecae
Polishing
10 years ago
Juergen Hoeller
78049d3d25
Polishing
10 years ago
Juergen Hoeller
f4d45ddbf7
Upgrade to EhCache 3.0.3
10 years ago
Juergen Hoeller
e9f48a44f4
Removed duplicate NoHandlerFoundException entry
...
Issue: SPR-14598
10 years ago
Juergen Hoeller
de91b1a8a0
Polishing
...
(cherry picked from commit b9a2d0a )
10 years ago
Juergen Hoeller
22ca7ac927
Polishing
...
(cherry picked from commit c926ec4 )
10 years ago
Juergen Hoeller
264f5335a3
Polishing
10 years ago
Juergen Hoeller
b2a0b75f7e
Avoid stack overflow in case of chained factory-bean references to FactoryBean class
...
Issue: SPR-14551
(cherry picked from commit e23ac03 )
10 years ago
Juergen Hoeller
41d2d2d270
Polishing
10 years ago
Juergen Hoeller
7b33cd6476
Polishing
...
(cherry picked from commit 67ba187 )
10 years ago
Juergen Hoeller
349f2ad578
Consistent spelling for StandaloneMockMvcBuilder's addPlaceholderValue
...
(cherry picked from commit 67f0b19 )
10 years ago
Juergen Hoeller
48980a247a
MethodBasedEvaluationContext reliably exposes varargs
...
Issue: SPR-14554
(cherry picked from commit 4543a28 )
10 years ago
Juergen Hoeller
9475c06eb5
Polishing
10 years ago
Juergen Hoeller
8c6cb3e59d
Polishing
...
(cherry picked from commit 4627545 )
10 years ago
Juergen Hoeller
8e0b7c408c
Upgrade to Hibernate ORM 5.0.10 and Undertow 1.3.24
10 years ago
Rossen Stoyanchev
c7daa4e94c
Fix failing test
10 years ago
Rossen Stoyanchev
977b67e418
Protect sendHeartbeat from cancellation
...
Issue: SPR-14564
10 years ago
Juergen Hoeller
5c8573233a
ConfigurationClassParser uses unified ImportStack with chained import analysis
...
Issue: SPR-14517
(cherry picked from commit d96a66a )
(cherry picked from commit ff878ea )
10 years ago
Juergen Hoeller
4e94e848c9
JndiPropertySource defensively skips invalid JNDI lookup for property name with colon in resource-ref mode
...
Issue: SPR-14518
(cherry picked from commit 7021a4b )
10 years ago
Juergen Hoeller
f8abba0118
Upgrade to Netty 4.0.40
10 years ago
Juergen Hoeller
5f44d54d20
Polishing
...
(cherry picked from commit fbf3807 )
10 years ago
Juergen Hoeller
0464363ac0
Isolated circular import detection for scanned configuration classes
...
Issue: SPR-14517
(cherry picked from commit 703c37e )
10 years ago
Juergen Hoeller
fbc45ed7b6
Polishing
10 years ago
Juergen Hoeller
9789f00ad3
Fixed Quartz javadoc URL
10 years ago
Juergen Hoeller
74f64696b3
TransactionAspectSupport avoids hard references to transaction manager beans
...
Issue: SPR-14511
(cherry picked from commit 67176e2 )
10 years ago
Juergen Hoeller
442f89bfbd
Deprecate JpaSystemException(PersistenceException) constructor to prepare for removal in Spring 5
...
Issue: SPR-13827
(cherry picked from commit 9ee1dc7 )
10 years ago
Juergen Hoeller
23135b19b3
Fixed ConcurrentMap declaration
10 years ago
Juergen Hoeller
29e8ba3efc
Polishing
...
(cherry picked from commit cc93c2a )
10 years ago
Juergen Hoeller
dadd2c3709
LinkedCaseInsensitiveMap properly overrides HashMap.clone()
...
Issue: SPR-14509
(cherry picked from commit 6459559 )
10 years ago
Juergen Hoeller
f1fc74c4ec
ResourcePatternUtils.getResourcePatternResolver actually accepts null argument
...
Issue: SPR-14500
(cherry picked from commit 8ccfdbb )
10 years ago
Juergen Hoeller
a39276addc
Polishing
10 years ago
Juergen Hoeller
b5127dc152
Polishing
10 years ago
Rossen Stoyanchev
a9136d9638
Remove isAsyncStarted assertion
...
Issue: SPR-14444
10 years ago