Juergen Hoeller
9520a593bd
Polishing
2016-08-09 12:59:54 +02:00
Juergen Hoeller
6924f00f8c
Polishing
2016-08-09 12:12:42 +02:00
Juergen Hoeller
e8562bb3af
LinkedCaseInsensitiveMap properly overrides HashMap.clone()
...
Issue: SPR-14509
(cherry picked from commit dadd2c3 )
2016-07-25 15:29:46 +02:00
Juergen Hoeller
a4b5425108
ResourcePatternUtils.getResourcePatternResolver actually accepts null argument
...
Issue: SPR-14500
(cherry picked from commit f1fc74c )
2016-07-25 15:29:23 +02:00
Juergen Hoeller
74b4dd0a40
Polishing
...
(cherry picked from commit b5127dc )
2016-07-20 23:12:06 +02:00
Juergen Hoeller
9ec50a278e
Javadoc fixes
...
(cherry picked from commit 392f9c8 )
2016-07-15 23:10:20 +02:00
Juergen Hoeller
d3c0e75b95
Polishing
2016-07-15 18:02:26 +02:00
Juergen Hoeller
9be54047e9
CronSequenceGenerator prevents stack overflow in case of inverted range
...
Issue: SPR-14462
(cherry picked from commit 44152ce )
2016-07-15 17:48:16 +02:00
Juergen Hoeller
cb64dd1583
StandardTypeConverter initializes default ConversionService against volatile field
...
Issue: SPR-14465
(cherry picked from commit 97d73eb )
2016-07-15 17:48:07 +02:00
Stephane Nicoll
c38381a54d
Upgrade copyright
2016-07-04 12:48:08 +02:00
Juergen Hoeller
51a557b885
Polishing
...
(cherry picked from commit dd7ddc0 )
2016-06-29 15:43:15 +02:00
Rossen Stoyanchev
fc37824bc0
Improve static resource path check
...
(cherry picked from commit 2697425 )
2016-06-29 15:41:33 +02:00
Juergen Hoeller
2b9c527d31
Fixed ambiguous sentence in conditional cache documentation
...
Issue: SPR-14399
2016-06-29 15:37:49 +02:00
Juergen Hoeller
14ab9800ff
ObjectUtils.nullSafeEquals allows for JVM method inlining (through reducing its bytecode size)
...
Issue: SPR-14349
(cherry picked from commit 71df9ce )
2016-06-29 15:20:39 +02:00
Juergen Hoeller
a1c09877d9
Avoid potential deadlock in AbstractBeanFactoryPointcutAdvisor
...
Issue: SPR-14388
(cherry picked from commit 0d3a22c )
2016-06-29 15:20:34 +02:00
Juergen Hoeller
0b8822fab4
Avoid double getFlushMode call
2016-06-04 11:53:06 +02:00
Juergen Hoeller
49ae46d7e4
For attribute is not actually required
...
Issue: SPR-14287
(cherry picked from commit dacc31e )
2016-06-04 11:52:47 +02:00
Juergen Hoeller
7da129539f
@Bean's "autowire" attribute does not affect annotation-driven autowiring
...
Issue: SPR-14282
(cherry picked from commit 98eaf05 )
2016-06-04 11:52:34 +02:00
Spring Buildmaster
6009e03a7f
Next Development Version
2016-05-06 10:23:55 +00:00
Stephane Nicoll
2e90a1ccdc
Update changelog for 3.2.17.RELEASE
2016-05-06 11:47:00 +02:00
Juergen Hoeller
25cf96f6df
AbstractRequestLoggingFilter ignores non-available query string
...
Issue: SPR-14244
(cherry picked from commit 0f2bc3f )
2016-05-04 18:48:54 +02:00
Juergen Hoeller
d6a4981a92
Polishing
...
(cherry picked from commit 1e491f1 )
2016-05-04 18:48:15 +02:00
Juergen Hoeller
07db535b37
Polishing
2016-05-04 09:25:00 +02:00
Juergen Hoeller
5cbe90b2cd
Explicit note on Java deserialization
2016-05-04 09:24:53 +02:00
Juergen Hoeller
7de8f4f584
LazySingletonAspectInstanceFactoryDecorator uses shared singleton mutex
...
Issue: SPR-14241
2016-05-04 09:24:39 +02:00
Rossen Stoyanchev
cf39078fbb
Backport MVC Java config path-related config options
...
Issue: SPR-14186
2016-04-21 13:50:03 -04:00
Juergen Hoeller
3d6b0ca5be
SpringCacheAnnotationParser properly accepts empty @Caching annotation
...
Issue: SPR-14162
2016-04-13 13:25:29 +02:00
Juergen Hoeller
a8418d3bcd
Fixed XML example for setup of scheduled tasks
...
Issue: SPR-14145
(cherry picked from commit 550a320 )
2016-04-11 22:12:18 +02:00
Juergen Hoeller
dc20a32ded
Backported reference documentation fixes
...
Issue: SPR-13832
Issue: SPR-14003
2016-04-08 22:30:56 +02:00
Rossen Stoyanchev
ac5b9c7bd6
Fix javadoc issue in ResponseEntityExceptionHandler
...
Issue: SPR-13869
(cherry picked from commit 73df50d )
2016-04-08 22:30:56 +02:00
Juergen Hoeller
7c998a70bc
Quartz ResourceLoaderClassLoadHelper explicitly falls back to classpath lookup
...
Issue: SPR-13706
(cherry picked from commit 51f356f )
2016-04-08 22:30:56 +02:00
Stephane Nicoll
8adff1bd70
Support Quartz trigger without JobDetail
...
This commit allows to create a Quartz trigger implementation via
either `CronTriggerFactoryBean` or `SimpleTriggerFactoryBean` even if no
job detail is provided.
Issue: SPR-13604
(cherry picked from commit 2970065 )
2016-04-08 22:30:56 +02:00
Juergen Hoeller
fe76f4084a
RequestHeaderMapMethodArgumentResolver defensively checks for non-existing header values
...
Issue: SPR-14091
(cherry picked from commit 8f6ede5 )
2016-04-08 22:30:56 +02:00
Rossen Stoyanchev
9e3bb1e26f
Ensure RedirectModel is initialized
...
This commit fixes an old bug in ModelAndViewContainer where getModel
returns a new ModelMap instance that isn't saved and re-used.
Issue: SPR-14045
(cherry picked from commit d7062f6 )
2016-04-08 22:30:56 +02:00
Juergen Hoeller
c2eb5e1c1c
Bsh/GroovyScriptFactory reset script cache in case of compilation error
...
Issue: SPR-14007
(cherry picked from commit 05ab769 )
2016-04-08 22:30:56 +02:00
Juergen Hoeller
4fe386d572
TimerScheduledFuture correctly calculates getDelay result
...
Issue: SPR-13977
(cherry picked from commit 97b0177 )
2016-04-08 22:30:56 +02:00
Juergen Hoeller
ad103016eb
AbstractMarshaller defensively uses DocumentBuilderFactory within synchronized block
...
Issue: SPR-13935
(cherry picked from commit 5047e90 )
2016-04-08 22:30:56 +02:00
Juergen Hoeller
512d1263f2
ReflectiveMethodResolver lets local static methods override java.lang.Class methods
...
Issue: SPR-13918
(cherry picked from commit cf3e460 )
2016-04-08 22:30:56 +02:00
Rossen Stoyanchev
d11b9577d5
Fix NPE in InvocableHandlerMethod
...
Issue: SPR-13917
(cherry picked from commit b1a46cc )
2016-04-08 22:30:56 +02:00
Ian Chan
1ea9dd0579
Catch RejectedExecutionException in WebAsyncManager
...
Issue: SPR-13836
(cherry picked from commit 29692fc )
2016-04-08 22:30:56 +02:00
Rossen Stoyanchev
9d5b6430c4
Remove section on spring-framework-contrib group
2016-04-08 15:45:13 -04:00
Spring Buildmaster
f93c520ffe
Next Development Version
2015-12-17 05:08:23 -08:00
Stephane Nicoll
368773d3bb
Update changelog for 3.2.16.RELEASE
2015-12-17 13:22:03 +01:00
Juergen Hoeller
12eb893e5f
Polishing (backported from 4.1.x)
2015-12-09 17:10:34 +01:00
Juergen Hoeller
c0e5d00e56
Jdbc4SqlXmlHandler returns null as documented (instead of throwing NPE)
...
Issue: SPR-13782
(cherry picked from commit 78dad4c )
2015-12-09 17:08:20 +01:00
Juergen Hoeller
73823151bf
Polishing
2015-12-07 21:05:07 +01:00
Juergen Hoeller
a385153e8c
StatementCreatorUtils detects Microsoft SQL Server driver 4.0 as well
...
Issue: SPR-13772
(cherry picked from commit c2fed6e )
2015-12-07 21:04:11 +01:00
Juergen Hoeller
f7031dfb10
Javadoc fixes
...
Issue: SPR-13765
(cherry picked from commit 242acda )
2015-12-07 21:03:29 +01:00
Juergen Hoeller
7bc04dcd5d
Avoid instantiation of non-selected beans in BeanFactoryAnnotationUtils.qualifiedBeanOfType
...
Issue: SPR-13741
(cherry picked from commit 8ed2c47 )
2015-12-03 13:07:48 +01:00
Juergen Hoeller
8890d3190a
Upgrade to Hibernate 4.2.21
2015-11-15 13:39:49 +01:00