Juergen Hoeller
82f2983cd4
Consistent throwing of BeanNotOfRequiredTypeException even for existing proxy
...
Issue: SPR-14504
(cherry picked from commit 4a85309 )
2016-07-24 15:47:06 +02:00
Juergen Hoeller
9451177c35
Polishing
...
(cherry picked from commit 382a931 )
2016-07-22 22:45:14 +02:00
Juergen Hoeller
9ed087d5da
Consistent support for multiple Accept headers
...
Issue: SPR-14506
(cherry picked from commit e59a599 )
2016-07-22 22:45:04 +02:00
Juergen Hoeller
77f22e9674
DataSource adapters expose setCatalog/setSchema next to setUsername/setPassword
...
Issue: SPR-14501
(cherry picked from commit 610bdf1 )
2016-07-21 14:13:37 +02:00
Juergen Hoeller
8ccfdbbcf9
ResourcePatternUtils.getResourcePatternResolver actually accepts null argument
...
Issue: SPR-14500
(cherry picked from commit e756a5b )
2016-07-21 14:09:32 +02:00
Juergen Hoeller
5a92aa4e06
Polishing
...
(cherry picked from commit a39276a )
2016-07-20 23:23:30 +02:00
Juergen Hoeller
7b1010cf61
Polishing
2016-07-20 22:31:45 +02:00
Juergen Hoeller
45b2f5bac4
Upgrade to Jackson 2.8.1
2016-07-20 22:31:25 +02:00
Juergen Hoeller
36e1c82ef5
Backported refinements and polishing
2016-07-20 21:46:25 +02:00
Juergen Hoeller
503d65d570
Avoid JDK proxy against CGLIB Factory interface and assert required type when resolving dependency
...
Issue: SPR-14478
(cherry picked from commit 0e3f0bd )
2016-07-20 21:45:41 +02:00
Juergen Hoeller
fe17f8da41
BeanWrapperImpl.setBeanInstance correctly exposes root object
...
Issue: SPR-14474
(cherry picked from commit 938b56c )
2016-07-20 21:44:46 +02:00
Juergen Hoeller
b583aa1579
Avoid dependency on WebUtils for extracting file extension
...
Issue: SPR-14479
(cherry picked from commit adc595b )
2016-07-20 21:44:37 +02:00
Juergen Hoeller
e0d81b97bb
SerializableTypeWrapper reobtains type accessors from declaring interface
...
Issue: SPR-14487
(cherry picked from commit 8580483 )
2016-07-20 21:41:42 +02:00
Juergen Hoeller
90752f9d87
Deprecate mock.staticmock package
...
Issue: SPR-14485
2016-07-20 21:41:30 +02:00
Juergen Hoeller
3663aa675a
GenericSqlQuery configured with RowMapper instance
...
Issue: SPR-14489
(cherry picked from commit 7287bae )
2016-07-20 21:40:48 +02:00
Juergen Hoeller
1ca4b81856
Reinstated tests for implicit aliases
...
Issue: SPR-14437
(cherry picked from commit 5ea8c26 )
2016-07-20 21:40:33 +02:00
Juergen Hoeller
4e7e06f549
Reliably pass CurrentTenantIdentifierResolver to SessionFactory
...
Issue: SPR-14476
2016-07-20 21:40:26 +02:00
Sebastien Deleuze
b2f0bdb0f4
Polishing
...
Issue: SPR-14470
2016-07-20 09:16:50 +02:00
Rossen Stoyanchev
d98bd34200
Remove isAsyncStarted assertion
...
Issue: SPR-14444
2016-07-19 16:44:46 -04:00
Sebastien Deleuze
940bdd878e
Fix ParameterizedType + contextClass support in Jackson converter
...
Issue: SPR-14470
2016-07-19 18:10:51 +02:00
Vladimir L
df556333a8
Add StreamingResponseBody MockMvc sample tests
...
Issue: SPR-14456
(cherry picked from 7da63c)
2016-07-19 10:48:29 -04:00
Stephane Nicoll
116f05eda6
Revert "Upgrade to EJB 3.1"
2016-07-18 13:37:43 +02:00
Stephane Nicoll
b187bbeca3
Upgrade to EJB 3.1
2016-07-18 13:22:54 +02:00
Do Nhu Vy
479a83b628
Fix broken hyperlink
...
Closes gh-1114
2016-07-18 08:17:49 +02:00
Fredrik Sundberg
1c18100143
Fix javadoc reference
...
Method is called nextBackOff() and not nextBackOffMillis().
Closes gh-1115
2016-07-18 08:15:41 +02:00
Juergen Hoeller
5d3c0f33f6
Upgrade to Netty 4.1.3 and Tomcat 8.5.4
2016-07-15 22:47:22 +02:00
Juergen Hoeller
afe106e254
Polishing
2016-07-15 22:47:12 +02:00
Juergen Hoeller
69dd40ec89
Javadoc fixes and pruning of deprecated references
2016-07-15 22:47:05 +02:00
Sam Brannen
dee50d5e28
Polish annotation utils
...
(cherry picked from commit 177f4ec )
2016-07-15 22:21:23 +02:00
Juergen Hoeller
9e93403857
ConfigurationClassParser load annotations through source class loader
...
Issue: SPR-10343
2016-07-15 16:02:06 +02:00
Juergen Hoeller
12bff6b3a0
Velocity deprecation note in reference documentation
...
Issue: SPR-14460
2016-07-15 15:44:13 +02:00
Juergen Hoeller
70e666b4a3
MultipartResolutionDelegate's resolveMultipartArgument properly operates on Servlet 2.5
...
Issue: SPR-14461
2016-07-15 15:42:32 +02:00
Juergen Hoeller
29f980ec72
Unwrap JPA PersistenceException on flush failure (for Hibernate 5.2)
...
Issue: SPR-14457
2016-07-15 15:40:38 +02:00
Juergen Hoeller
1d39d762f0
HibernateExceptionTranslator converts JPA exceptions as well (for Hibernate 5.2)
...
Issue: SPR-14455
2016-07-15 15:40:26 +02:00
Juergen Hoeller
4d6d5e0ddd
Consistent alias processing behind AnnotatedTypeMetadata abstraction (also for ASM)
...
Issue: SPR-14427
(cherry picked from commit 3d3407c )
2016-07-15 15:40:01 +02:00
Juergen Hoeller
4ea5f070a4
MessageHeaderAccessor properly removes header even in case of null value
...
Issue: SPR-14468
(cherry picked from commit b166358 )
2016-07-15 15:39:33 +02:00
Juergen Hoeller
da59b4da9b
CronSequenceGenerator prevents stack overflow in case of inverted range
...
Issue: SPR-14462
(cherry picked from commit e431624 )
2016-07-15 15:39:17 +02:00
Juergen Hoeller
0065a160cc
StandardTypeConverter initializes default ConversionService against volatile field
...
Issue: SPR-14465
(cherry picked from commit 6d91d54 )
2016-07-15 15:39:09 +02:00
Juergen Hoeller
52f46c7fea
Aspect actually applies in PersistenceExceptionTranslationPostProcessorTests
...
Issue: SPR-14457
(cherry picked from commit 04e9c2b )
2016-07-15 15:38:44 +02:00
Juergen Hoeller
f0a826ec0c
AbstractHandlerMethodMapping adds type+method info to getMappingForMethod exceptions
...
Issue: SPR-14452
(cherry picked from commit 8ccd727 )
2016-07-15 15:38:23 +02:00
Juergen Hoeller
5c3c0f73c1
Configurable UrlPathHelper in PathExtensionContentNegotiationStrategy
...
This commit also aligns ResourceUrlProvider's and RequestMappingInfo's UrlPathHelper setter/getter signatures.
Issue: SPR-14454
(cherry picked from commit 84afc60 )
2016-07-15 15:37:56 +02:00
Juergen Hoeller
be0b71ce31
Fixed typo: "occured"->"occurred"
...
(cherry picked from commit c43e749 )
2016-07-15 15:37:11 +02:00
Juergen Hoeller
f85d48dd31
Added PathEditor for NIO file system resolution
...
Issue: SPR-14436
(cherry picked from commit 23c2b6a )
2016-07-15 15:37:02 +02:00
Juergen Hoeller
a1b58ee601
DigestUtils processes InputStream with buffered read instead of full copy
...
Issue: SPR-14427
(cherry picked from commit 61db8e9 )
2016-07-15 15:34:36 +02:00
Juergen Hoeller
e30429051d
Polishing
...
(cherry picked from commit 6aa5931 )
2016-07-15 15:34:27 +02:00
fisache
942ead75e2
Polish doc
...
Closes gh-1108
2016-07-14 19:16:20 +02:00
nkjackzhang
453688f6df
Polish doc
...
Closes gh-1110
2016-07-14 11:57:41 +02:00
Stephane Nicoll
7d7a161102
Polish contribution
...
Closes gh-1070
2016-07-14 11:26:31 +02:00
spodgurskiy
aaa223ae66
Fix MethodBasedEvaluationContext.lazyLoadArguments
...
This commit fix a potential `ArrayIndexOutOfBoundsException` if
`lazyLoadArguments` is called with an empty variable argument.
See gh-1070
2016-07-14 11:26:20 +02:00
Brian Clozel
d11c624fb0
Polish AntPathMatcher.setTrimTokens javadoc
...
Issue: SPR-14247
Cherry-picked from 147a35f
2016-07-12 14:50:00 +02:00