Juergen Hoeller
d6a4981a92
Polishing
...
(cherry picked from commit 1e491f1 )
10 years ago
Juergen Hoeller
07db535b37
Polishing
10 years ago
Juergen Hoeller
5cbe90b2cd
Explicit note on Java deserialization
10 years ago
Juergen Hoeller
7de8f4f584
LazySingletonAspectInstanceFactoryDecorator uses shared singleton mutex
...
Issue: SPR-14241
10 years ago
Rossen Stoyanchev
cf39078fbb
Backport MVC Java config path-related config options
...
Issue: SPR-14186
10 years ago
Juergen Hoeller
3d6b0ca5be
SpringCacheAnnotationParser properly accepts empty @Caching annotation
...
Issue: SPR-14162
10 years ago
Juergen Hoeller
a8418d3bcd
Fixed XML example for setup of scheduled tasks
...
Issue: SPR-14145
(cherry picked from commit 550a320 )
10 years ago
Juergen Hoeller
dc20a32ded
Backported reference documentation fixes
...
Issue: SPR-13832
Issue: SPR-14003
10 years ago
Rossen Stoyanchev
ac5b9c7bd6
Fix javadoc issue in ResponseEntityExceptionHandler
...
Issue: SPR-13869
(cherry picked from commit 73df50d )
10 years ago
Juergen Hoeller
7c998a70bc
Quartz ResourceLoaderClassLoadHelper explicitly falls back to classpath lookup
...
Issue: SPR-13706
(cherry picked from commit 51f356f )
10 years ago
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 )
10 years ago
Juergen Hoeller
fe76f4084a
RequestHeaderMapMethodArgumentResolver defensively checks for non-existing header values
...
Issue: SPR-14091
(cherry picked from commit 8f6ede5 )
10 years ago
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 )
10 years ago
Juergen Hoeller
c2eb5e1c1c
Bsh/GroovyScriptFactory reset script cache in case of compilation error
...
Issue: SPR-14007
(cherry picked from commit 05ab769 )
10 years ago
Juergen Hoeller
4fe386d572
TimerScheduledFuture correctly calculates getDelay result
...
Issue: SPR-13977
(cherry picked from commit 97b0177 )
10 years ago
Juergen Hoeller
ad103016eb
AbstractMarshaller defensively uses DocumentBuilderFactory within synchronized block
...
Issue: SPR-13935
(cherry picked from commit 5047e90 )
10 years ago
Juergen Hoeller
512d1263f2
ReflectiveMethodResolver lets local static methods override java.lang.Class methods
...
Issue: SPR-13918
(cherry picked from commit cf3e460 )
10 years ago
Rossen Stoyanchev
d11b9577d5
Fix NPE in InvocableHandlerMethod
...
Issue: SPR-13917
(cherry picked from commit b1a46cc )
10 years ago
Ian Chan
1ea9dd0579
Catch RejectedExecutionException in WebAsyncManager
...
Issue: SPR-13836
(cherry picked from commit 29692fc )
10 years ago
Rossen Stoyanchev
9d5b6430c4
Remove section on spring-framework-contrib group
10 years ago
Spring Buildmaster
f93c520ffe
Next Development Version
10 years ago
Stephane Nicoll
368773d3bb
Update changelog for 3.2.16.RELEASE
10 years ago
Juergen Hoeller
12eb893e5f
Polishing (backported from 4.1.x)
10 years ago
Juergen Hoeller
c0e5d00e56
Jdbc4SqlXmlHandler returns null as documented (instead of throwing NPE)
...
Issue: SPR-13782
(cherry picked from commit 78dad4c )
10 years ago
Juergen Hoeller
73823151bf
Polishing
10 years ago
Juergen Hoeller
a385153e8c
StatementCreatorUtils detects Microsoft SQL Server driver 4.0 as well
...
Issue: SPR-13772
(cherry picked from commit c2fed6e )
10 years ago
Juergen Hoeller
f7031dfb10
Javadoc fixes
...
Issue: SPR-13765
(cherry picked from commit 242acda )
10 years ago
Juergen Hoeller
7bc04dcd5d
Avoid instantiation of non-selected beans in BeanFactoryAnnotationUtils.qualifiedBeanOfType
...
Issue: SPR-13741
(cherry picked from commit 8ed2c47 )
10 years ago
Juergen Hoeller
8890d3190a
Upgrade to Hibernate 4.2.21
11 years ago
Juergen Hoeller
88be06e152
Fixed test class name
11 years ago
Juergen Hoeller
dac8c9e0f6
Fixed code examples in reference documentation
...
Issue: SPR-10474
11 years ago
Juergen Hoeller
03585f2e4e
Reduced warn log entry without stacktrace for startup exceptions
...
Also, AbstractApplicationContext.isRunning avoids IllegalStateException now.
Issue: SPR-13663
Issue: SPR-13667
(cherry picked from commit 5d6aab3 )
11 years ago
Juergen Hoeller
8d7d4cecf8
CommonsMultipartFile removes mixed separator paths from original filename
...
Issue: SPR-13662
(cherry picked from commit df49b11 )
11 years ago
Juergen Hoeller
2ea69c37c6
Avoid NPE for anonymous SqlParameter in CallMetaDataContext
...
Issue: SPR-13628
(cherry picked from commit d1f5ee2 )
11 years ago
Juergen Hoeller
d42cc149db
Declared JDBC operation compiled flag as volatile
...
Issue: SPR-13617
(cherry picked from commit 0f4e4fc )
11 years ago
Rossen Stoyanchev
86ba7476cb
Fix failing tests
11 years ago
Rossen Stoyanchev
1489e29d0c
Switch "attachment" to "inline" on Content-Disposition
...
Issue: SPR-13587, SPR-13643
11 years ago
Rossen Stoyanchev
f2e4da3dac
Whitelist extension if present in the request mapping
...
We know skip the Content-Disposition header for any extension if the
chosen request mapping explicitly contains the URl extension.
Issue: SPR-13629
11 years ago
Rossen Stoyanchev
6a9329cb76
No Content-Disposition if HTML in the request mapping
...
Issue: SPR-13629
11 years ago
Spring Buildmaster
ac5c904335
Next Development Version
11 years ago
Stephane Nicoll
fb4408c779
Update changelog for 3.2.15.RELEASE
11 years ago
Stephane Nicoll
51e8aed41f
Add .idea to gitignore
11 years ago
Rossen Stoyanchev
03f547eb98
Protect against RFD exploits
...
Issue: SPR-13548
11 years ago
Juergen Hoeller
daada71c36
Polishing
11 years ago
Juergen Hoeller
ef4c978c25
Upgrade to Hibernate 4.2.20
11 years ago
Juergen Hoeller
8a8225925e
Clarified that getBody() never returns null
...
As the only place that historically differed, HttpComponents(Async)ClientHttpResponse returns an empty stream instead of null now.
Issue: SPR-13563
(cherry picked from commit ca60d79 )
11 years ago
Juergen Hoeller
6c138d3981
Reliable null value handling in ConcurrentMapCache, GuavaCache, JCacheCache
...
Issue: SPR-13553
(cherry picked from commit de93290 )
11 years ago
Juergen Hoeller
bb8a12ff78
Fixed ContentNegotiationManager reference in MVC docs
...
Issue: SPR-13558
11 years ago
Juergen Hoeller
2b3d1bef10
Portlet MVC documentation consistently refers to Portlet 2.0 spec (JSR-286)
...
Issue: SPR-13513
11 years ago
Juergen Hoeller
51a0237e0a
AbstractEmbeddedDatabaseConfigurer explicitly closes JDBC Connection on shutdown
...
Issue: SPR-13474
(cherry picked from commit aa0f117 )
11 years ago