Rossen Stoyanchev
e2fa282e14
Merge pull request #1055 from rwinch/SPR-14265
9 years ago
Rossen Stoyanchev
d10134b5a5
Polish
9 years ago
Rob Winch
54f84cbd97
MockMvcWebConnection stores cookies from response
...
Previously MockMvcWebConnection did not update the cookie manager with the
cookies from MockHttpServletResponse. This meant that newly added cookies
are not saved to the cookie manager and thus are not presented in the next
request.
This commit ensures that MockMvcWebConnection stores the response cookies
in the cookie manager.
Issue: SPR-14265
9 years ago
Rossen Stoyanchev
92f1b69e8c
Update MultipartFilter documentations
...
Issue: SPR-11373
9 years ago
Rossen Stoyanchev
22c260f3fe
Merge pull request #1069 from zhoulifu/SPR-14315
9 years ago
Rossen Stoyanchev
f20f6c952a
Flush headers after null ResponseBodyEmitter
...
Issue: SPR-14315
9 years ago
Rossen Stoyanchev
431a50823f
Polish
9 years ago
Lifu Zhou
7e95cd8b4e
Flush headers after null StreamingResponseBody
...
Issue: SPR-14315
9 years ago
Juergen Hoeller
71463fb399
AbstractBeanFactory consistently guards add/remove operations against alreadyCreated Set
...
Issue: SPR-14269
9 years ago
Juergen Hoeller
9064d38e4c
AbstractBeanFactory.markBeanAsCreated() reliably clears merged bean definition only once
...
Issue: SPR-14269
9 years ago
Juergen Hoeller
bff8259fb0
Upgrade to Objenesis 2.4 (and EhCache 3.0.1)
...
Issue: SPR-14292
9 years ago
Juergen Hoeller
3576ff051c
ScheduledAnnotationBeanPostProcessor properly registers multiple tasks per bean
...
Issue: SPR-14286
9 years ago
Juergen Hoeller
24f5f368b0
Consistent meta-annotation attributes lookup through ASM
...
Issue: SPR-14257
9 years ago
Juergen Hoeller
822e40e24f
AssertionErrors.assertEquals exposes readable array representation
...
Issue: SPR-14281
9 years ago
Juergen Hoeller
86557f25af
ConcurrentMapCacheManager recreates caches when initializing ClassLoader
...
Issue: SPR-14314
9 years ago
Juergen Hoeller
cf0a0cd5d8
BeanWrapper avoids StringIndexOutOfBoundsException for incompletely quoted keys
...
Issue: SPR-14293
9 years ago
Juergen Hoeller
a1e9459a43
@SafeVarargs for header(String, Matcher...) method
...
Issue: SPR-14278
9 years ago
Juergen Hoeller
d6284202f1
Reference documentation updates
...
Issue: SPR-14087
Issue: SPR-14272
Issue: SPR-13535
Issue: SPR-13843
Issue: SPR-14164
Issue: SPR-14167
9 years ago
Brian Clozel
250d82768f
Merge pull request #1050 from fj/patch-1
...
Remove potential XSS vulnerability in Freemarker documentation
9 years ago
Juergen Hoeller
6efa058917
AbstractBeanFactory.markBeanAsCreated() reliably clears merged bean definition first
...
Issue: SPR-14269
9 years ago
Juergen Hoeller
f7f2327f60
ServletServerHttpRequest.getHeaders() ignores invalid content type
...
Issue: SPR-14309
9 years ago
Juergen Hoeller
98eaf05c8f
@Bean's "autowire" attribute does not affect annotation-driven autowiring
...
Issue: SPR-14282
9 years ago
Juergen Hoeller
42bf007604
Latest dependency updates (Joda-Time 2.9.4, Jetty 9.3.9, Netty 4.1 GA, Tomcat 8.5.2)
9 years ago
Juergen Hoeller
03affa02db
ConfigurationClassParser detects @Bean methods in interface hierarchies as well
...
Issue: SPR-14288
9 years ago
Juergen Hoeller
2d85accb83
SpringTilesContainerFactory uses Tiles 3's createDecoratedContainer
...
Issue: SPR-14311
9 years ago
Sam Brannen
31a93792b2
Delete unused imports
9 years ago
Sam Brannen
49bc2a9a02
Clean up warnings in PersistenceXmlParsingTests
9 years ago
Stephane Nicoll
917948deac
Polish SpEL documentation
...
Issue: SPR-14243
9 years ago
Juergen Hoeller
abfe3f209d
DefaultPersistenceUnitManager can determine persistence unit root from orm.xml location
...
Issue: SPR-14246
9 years ago
Juergen Hoeller
a979885d17
SettableListenableFuture properly rethrows Error
...
Issue: SPR-14298
9 years ago
Juergen Hoeller
dacc31e3d3
For attribute is not actually required
...
Issue: SPR-14287
9 years ago
Juergen Hoeller
65f6ea320a
Upgrade to Objenesis 2.3 and Moneta 1.1
...
Issue: SPR-14292
Issue: SPR-14296
9 years ago
Rossen Stoyanchev
4e8754ea87
Add reset() to MockRestServiceServer
...
Issue: SPR-14306
9 years ago
Rossen Stoyanchev
f4ab6d8d52
MockRestServiceServerBuilder can be re-used
...
Issue: SPR-14306
9 years ago
Stephane Nicoll
a1851845ad
Merge pull request #1065 from benelog:fix-comment
...
* pr/1065:
Polish javadoc in TableMetaDataContext
9 years ago
Sanghyuk Jung
06e3ee6820
Polish javadoc in TableMetaDataContext
...
Closes gh-1065
9 years ago
Stephane Nicoll
aa3b04c937
Merge pull request #1064 from izeye:patch-6
...
* pr/1064:
Polish Javadoc in MediaType
9 years ago
Johnny Lim
ace624a01a
Polish Javadoc in MediaType
...
Closes gh-1064
9 years ago
Stephane Nicoll
7d4d3db0dd
Add alternative database name for HANA
...
Issue: SPR-14261
9 years ago
Rossen Stoyanchev
c2625f968c
Properly handle single-value map with @MatrixVariable
...
Issue: SPR-14294
9 years ago
Rossen Stoyanchev
400206a2fe
Update @RestController javadoc
...
Issue: SPR-13945
9 years ago
Rossen Stoyanchev
a9217d51c2
Safe InetSocketAddress init for WebSocket and SockJS
...
Issue: SPR-14295
9 years ago
Stephane Nicoll
9c02a99d38
Polish doc
...
SPR-14290
9 years ago
Rossen Stoyanchev
3fb58cda8e
Wrap Jetty WebSocketException
...
Issue: SPR-14267
9 years ago
Rossen Stoyanchev
1e003a1c90
Remove unnecessary assertion
...
Issue: SPR-14279
9 years ago
Rossen Stoyanchev
4a81aaba6c
Fix STOMP connect failure related memory leak
...
Normally heartbeats keep connections from hanging. However in some
cases a connection may hang before a CONNECTED frame is received
and heartbeats are put in place. This commit adds a change to enforce
a 60 limit on receiving the CONNECTED frame.
Issue: SPR-14266
9 years ago
Stephane Nicoll
8c79f23175
Merge pull request #1052 from ferstl:fix-javadoc-example
...
* pr/1052:
Fix CacheManager example in Javadoc
9 years ago
Stefan Ferstl
d651ebfd2d
Fix CacheManager example in Javadoc
...
Closes gh-1052
9 years ago
Juergen Hoeller
c15f27cfa8
Avoid package import cycle through explicit javadoc reference
9 years ago
Stephane Nicoll
66bab2a9fc
Revert "Manage asynchronous EventListener with replies"
...
This reverts commit bee1b77af5
.
9 years ago