Juergen Hoeller
545c28fd4e
Minor UriComponentsBuilder javadoc revision
12 years ago
Juergen Hoeller
95a7bfd327
Consistent use of IllegalStateException instead of InternalError for UnsupportedEncodingException cause
...
(cherry picked from commit d9b39ad )
12 years ago
Juergen Hoeller
ccebbf74ec
Latest patches from ASM trunk
...
(cherry picked from commit cfc720d )
12 years ago
Juergen Hoeller
c350080f99
StringUtils.parseLocaleString parses variant correctly when variant contains country code
...
This commit also includes a JUnit 4 style revision of StringUtilsTests and ObjectUtilsTests.
Issue: SPR-11806
(cherry picked from commit 295a6ae )
12 years ago
Juergen Hoeller
6b9738fd68
Building against latest javax.el 2.2.x version
...
(cherry picked from commit f73a8ba )
12 years ago
Juergen Hoeller
1120680c65
Consistently log Class.getName() instead of Class.toString(), avoiding double class term in log message
...
Issue: SPR-11804
(cherry picked from commit 2619955 )
12 years ago
Juergen Hoeller
a2ef2c9d3e
Refined check for NoClassDefFoundError in getTestExecutionListeners()
...
Issue: SPR-11804
(cherry picked from commit 41ed228 )
12 years ago
Juergen Hoeller
1bbc032071
Backported proper updateAccessedAttributes test
...
Issue: SPR-11738
(cherry picked from commit 6188550 )
12 years ago
Juergen Hoeller
c70a81a805
Javadoc fixes
12 years ago
Juergen Hoeller
3c709a763d
Servlet 3 multipart request implements getParameterNames defensively (for WebLogic 12 compatibility)
...
This commit also includes lazy resolution support for StandardServletMultipartResolver, along the lines of existing lazy mode in CommonsMultipartResolver.
Issue: SPR-11074
Issue: SPR-11730
(cherry picked from commit 82336c3 )
12 years ago
Juergen Hoeller
7d78c65187
Properly evaluate @Conditional in case of multiple imports for same config class (fixing regression in Spring Boot)
...
Issue: SPR-11788
12 years ago
Rossen Stoyanchev
748167bfa3
Improve StringUtils.cleanPath
...
Issue: SPR-11793
12 years ago
Juergen Hoeller
3e70013b55
JmsResourceHolder checks for nested DataSource transactions as well (for Oracle AQ compatibility)
...
Issue: SPR-11791
(cherry picked from commit 5faacd5 )
12 years ago
Juergen Hoeller
ea9ad4ee9b
Properly evaluate @Conditional in case of multiple imports for same config class
...
Issue: SPR-11788
(cherry picked from commit 52f44b3 )
12 years ago
Rossen Stoyanchev
482eff81e1
Await TcpClient shutdown in STOMP relay
12 years ago
Juergen Hoeller
c706cbbed4
Latest possible dependency updates for spring-orm
...
(cherry picked from commit 0d22719 )
12 years ago
Juergen Hoeller
7bc38acbf6
Polishing
12 years ago
Juergen Hoeller
297e4eec36
Keep unused MemorySafeUndeclaredThrowableStrategy around in deprecated form for the 4.0.x line
...
Issue: SPR-11782
12 years ago
Juergen Hoeller
235b65d103
Polishing
...
(cherry picked from commit b0f0d2f )
12 years ago
Juergen Hoeller
8a28645dd6
ResultSetWrappingSqlRowSet preserves first matching column per name (as defined in ResultSet's javadoc)
...
Issue: SPR-11786
(cherry picked from commit 0728e32 )
12 years ago
Juergen Hoeller
f94ded830d
Consistent use of ClassUtils.forName instead of class.getClassLoader().loadClass
...
Issue: SPR-11780
(cherry picked from commit 551950c )
12 years ago
Juergen Hoeller
ad8f17b6af
Test compatibility with JasperReports 5.5.2
12 years ago
Juergen Hoeller
261520cea0
Undertow-related polishing
...
(cherry picked from commit 2750ab6 )
12 years ago
Juergen Hoeller
00aa40b8da
Consistent EhCache version between 4.1 and 4.0.5
12 years ago
Juergen Hoeller
ac9b64e528
Consistent declaration of JSP, JSTL and JavaMail API dependencies; updated several dependencies to latest maintenance releases (Tiles 3.0.4, Jetty 9.1.5)
12 years ago
Juergen Hoeller
1e7fade89e
JasperReports-related polishing
...
(cherry picked from commit 782d10c )
12 years ago
Stephane Nicoll
3c58be05a5
Fix typo
...
Issue: SPR-11571
(cherry picked from commit 6551aa6 )
12 years ago
Juergen Hoeller
ef290ff95c
Additional tests for configuration class importing via ASM
...
Issue: SPR-11647
(cherry picked from commit 8c9116f )
12 years ago
Juergen Hoeller
ae45794451
IdToEntityConverter defensively handles access to getDeclaredMethods
...
Issue: SPR-11758
(cherry picked from commit 381ccde )
12 years ago
Juergen Hoeller
fccec210b4
GenericTypeResolver returns null for entirely unresolvable type arguments only
...
Issue: SPR-11763
(cherry picked from commit bea34ea )
12 years ago
Sebastien Deleuze
96da77ef75
Avoid ConcurrentModificationException
...
Removal of cached destination is now moved outside the for loop
that removes subscriptions to avoid ConcurrentModificationException.
Also since updateCache is a LinkedHashMap with accessOrder=true,
a simple access with updateCache.get() modify the map.
By iterating over updateCache.entrySet(), we avoid this update.
Issue: SPR-11755
12 years ago
Juergen Hoeller
c9417d0610
Fixed invalid code tag in javadoc
...
(cherry picked from commit a139670 )
12 years ago
Spring Buildmaster
085e52fc31
Next development version
12 years ago
Juergen Hoeller
8f175046c8
spring-orm-hibernate4 requires aopalliance dependency now (after propdeps upgrade)
12 years ago
Juergen Hoeller
c1dbd9f150
Upgraded to propdeps plugin 0.0.6
...
(cherry picked from commit a842b93 )
12 years ago
Juergen Hoeller
42a35ef3be
AnnotationMetadataReadingVisitor passes metaAnnotationMap into getMergedAnnotationAttributes algorithm, for finding out about applicable overrides
...
Issue: SPR-11649
(cherry picked from commit 842a8a8 )
12 years ago
Rossen Stoyanchev
21fd68150a
Log ignored CONNECT messages at error level
...
Issue: SPR-11673
12 years ago
Rossen Stoyanchev
d20259be1d
Log STOMP ERROR frames at error level
...
Issue: SPR-11673
12 years ago
Rossen Stoyanchev
6ca921021c
Update log level
...
Issue: SPR-11673
12 years ago
Rossen Stoyanchev
eab9d24c31
Fix Javadoc typo
12 years ago
Juergen Hoeller
15749c2a9d
Upgraded to Gradle 1.12 and updated several dependencies to latest maintenance releases
...
(cherry picked from commit e84f61b )
12 years ago
Juergen Hoeller
93b0f0b126
JRubyScriptUtils defensively handles null Nodes in findClassNode (fails against JRuby 1.7.12 otherwise)
...
Issue: SPR-11747
(cherry picked from commit adb616b )
12 years ago
Juergen Hoeller
27b2ed1614
Spring Framework build uses Reactor 1.1 GA now, getting rid of last remaining pre-GA dependency
12 years ago
Rossen Stoyanchev
790d62bcb1
Simplify and improve STOMP broker relay int tests
12 years ago
Rossen Stoyanchev
563476f57c
Split destination cache into access vs update
...
Issue: SPR-11657
12 years ago
Rossen Stoyanchev
79de45b805
Add cache limit to DefaultSessionRegistry and polish
...
Issue: SPR-11657
12 years ago
Sebastien Deleuze
63a868dafb
Fix DefaultSubscriptionRegistry when using pattern destinations
...
DestinationCache is now used for both plain and pattern
destinations. It stores internally the subscriptions map for each
cached destination. Subscriptions are initially created when there
is no cache for the requested destination, and are updated when
subscriptions change.
Issue: SPR-11657
12 years ago
Juergen Hoeller
1afdd9bd75
Polishing
...
(cherry picked from commit 02aca9c )
12 years ago
Juergen Hoeller
d0c839f0eb
Polishing
12 years ago
Juergen Hoeller
744727b8aa
AbstractAdvisingBeanPostProcessor uses target class check for existing proxy but checks against actual exposed object otherwise (catching introductions)
...
Issue: SPR-11725
(cherry picked from commit a0658c5 )
12 years ago