Juergen Hoeller
f31f65408c
Polishing
7 years ago
Juergen Hoeller
514c0b5c67
JdbcTemplate preserves order of stored procedure output parameters
...
Closes gh-22491
7 years ago
Juergen Hoeller
130f41028f
Polishing
7 years ago
Juergen Hoeller
5c20c976df
Polishing
7 years ago
Juergen Hoeller
82f1340c47
Polishing
7 years ago
Juergen Hoeller
a3fb52e402
Only use payload if it actually matches declared event type
...
Closes gh-22426
7 years ago
Juergen Hoeller
3ec8080f36
Polishing
7 years ago
Juergen Hoeller
581b567864
Clarify role of 'aware' callback interfaces
7 years ago
Juergen Hoeller
109eaf3a16
DefaultConversionService properly converts Object[] to int[]
...
Closes gh-22410
7 years ago
Gemini Kim
3e1b3c32e3
Avoid duplicate Accept header values in RestTemplate
...
Prior to this commit, the various `HttpMessageConverter` instances
configured for a given `RestTemplate` instance could all contribute
`MediaType` values to the "Accept:" request header.
This could lead to duplicate media types in that request header,
cluttering for the HTTP request for no reason.
This commit ensures that only distinct values are added to the request.
Issue: SPR-16690
Closes gh-22320
Closes gh-21231
7 years ago
Juergen Hoeller
9865b0c080
Upgrade to Tomcat 8.5.38
7 years ago
Juergen Hoeller
95c99d63b6
Upgrade to Netty 4.1.33
7 years ago
Juergen Hoeller
f3326291b1
Polishing
7 years ago
Juergen Hoeller
af920544b4
AbstractAutoProxyCreator ignores unused early proxy references
...
Closes gh-22370
7 years ago
Juergen Hoeller
8c5cb77737
ApplicationListenerMethodAdapter uses target method for order lookup
...
Closes gh-22307
7 years ago
Juergen Hoeller
9a30748822
Avoid duplicate class introspection during findAnnotationOnBean
...
Closes gh-22318
7 years ago
Rossen Stoyanchev
596992ce3c
Fix Javadoc typos
...
Closes gh-22261
7 years ago
Sebastien Deleuze
b2ce55003a
Fix truncated Value#value javadoc
...
Closes gh-22331
7 years ago
Spring Buildmaster
d091b50720
Next Development Version
7 years ago
Juergen Hoeller
a8f540ae8c
Restored original log4j.properties file reference in 4.3.x branch
7 years ago
Juergen Hoeller
9767165c8d
Upgrade to Tomcat 8.5.37
7 years ago
Juergen Hoeller
7be0aa0de5
Polishing
7 years ago
Juergen Hoeller
e714fc533a
DefaultListableBeanFactory checks for pre-converted Optional wrappers
...
Issue: SPR-17607
7 years ago
Juergen Hoeller
c02446c5a8
Relaxed position assertion (for overflows in large inline maps)
...
Issue: SPR-17605
(cherry picked from commit b2756f5bd2 )
7 years ago
Juergen Hoeller
21baa7287b
Consistent support for EnumSet subclasses in CollectionFactory
...
Issue: SPR-17619
(cherry picked from commit 31a24720a6 )
7 years ago
Sam Brannen
3c7887c2ae
Provide external links to JUnit in published Javadoc API
7 years ago
Michel Schudel
21d3bf8db4
Fix XML parser default value handling
...
The xml parser does not fill in defaults provided in the XSD when
validation is disabled. As a result, attributes like default-lazy-init
will not receive the value "default" but an empty string.
With this commit, BeanDefinitionParserDelegate now takes this into
account, checking default values against empty string as well as
"default".
As a consequence, default-lazy-init attribute should now work correctly
even when the XSD validation is disabled.
Issue: SPR-8335
7 years ago
Juergen Hoeller
ce05a5b5c0
Polishing
7 years ago
Juergen Hoeller
b00f98fccf
Revised SimpleEvaluationContext example
...
Issue: SPR-17581
7 years ago
Juergen Hoeller
7ff1b0e01d
Clarified VfsResource constructor
...
Issue: SPR-17563
(cherry picked from commit 50e5bdb813 )
7 years ago
Juergen Hoeller
792991a88b
Cleanup after unexpected exception from external delegation call
...
Issue: SPR-17559
(cherry picked from commit c024bdcc6f )
7 years ago
Juergen Hoeller
b8480ea011
Polishing
7 years ago
Juergen Hoeller
bf9043c737
Upgrade to POI 3.17 (and Netty 4.1.32)
...
Issue: SPR-17385
7 years ago
Juergen Hoeller
4decaa2da6
Revised section on custom BeanPostProcessors
...
Issue: SPR-17556
7 years ago
Juergen Hoeller
9d504c8e1d
Avoid log statements between resource opening and returning
...
Issue: SPR-17559
(cherry picked from commit 7854b7ac40 )
7 years ago
Juergen Hoeller
191a2d3f25
JavaMailSenderImpl calls sendMessage with empty array instead of null
...
Issue: SPR-17540
(cherry picked from commit 16e9b83d43 )
7 years ago
Spring Buildmaster
a46a437299
Next Development Version
7 years ago
Juergen Hoeller
9600e015b7
Revised alias definition example in reference documentation
...
Issue: SPR-17536
7 years ago
Juergen Hoeller
e9f7c357b7
ResolvableType-based matching consistently respects generic factory method return type (even for pre-initialized raw singleton instance)
...
Issue: SPR-17524
(cherry picked from commit ebbe14c363 )
7 years ago
Juergen Hoeller
cf8479c8ab
Upgrade to Tomcat 8.5.35, Netty 4.1.31, Gson 2.8.5, Jackson 2.8.11.3
...
Also includes Apache HttpClient 4.5.6 and HttpAsyncClient 4.1.4.
7 years ago
Juergen Hoeller
1c1b94285d
DefaultResponseErrorHandler detects non-standard error code as well
...
Issue: SPR-17439
7 years ago
Juergen Hoeller
85b5c5a134
Polishing
7 years ago
Juergen Hoeller
ed9afa3686
FastByteArrayOutputStream.read byte-to-int conversion
...
Issue: SPR-17492
7 years ago
Juergen Hoeller
22f4b1ce6b
SerializedBeanFactoryReference falls back to dummy with specific id
...
Issue: SPR-17508
(cherry picked from commit f5aeb81473 )
7 years ago
Rossen Stoyanchev
abacc6d29e
BEST_MATCHING_HANDLER_ATTRIBUTE for spring-webmvc
...
Issue: SPR-17518
7 years ago
Juergen Hoeller
8d668acbb4
Up-to-date version and link in ASM/CGLIB/Objenesis package javadoc
...
Issue: SPR-16405
Issue: SPR-15600
7 years ago
Juergen Hoeller
4f5ae22a52
Consistently return empty array in case of empty batch arguments
...
Issue: SPR-17476
(cherry picked from commit 362c59c310 )
7 years ago
Juergen Hoeller
8f1f36d6fb
Upgrade to Animal Sniffer 1.17, Tiles 3.0.8, Tomcat 8.5.34
7 years ago
Juergen Hoeller
79e7ba71bb
Polishing
7 years ago
Juergen Hoeller
f002ebd976
Explicit notes on class/method-level semantics in class hierarchies
...
Issue: SPR-17445
(cherry picked from commit ea3250c8d6 )
7 years ago