Skip to content

Commit 2e90a1c

Browse files
committed
Update changelog for 3.2.17.RELEASE
1 parent 25cf96f commit 2e90a1c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/dist/changelog.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@ SPRING FRAMEWORK CHANGELOG
33
http://www.spring.io
44

55

6+
Changes in version 3.2.17 (2016-05-06)
7+
-------------------------------------
8+
fixed AbstractRequestLoggingFilter appends null query string (SPR-14244)
9+
fixed Deadlock possible with AspectJ aspects and multi-threading (SPR-14241)
10+
fixed NPE thrown when calling methods with an empty @Caching annotation (SPR-14162)
11+
fixed @RequestHeader HttpHeaders fails with NPE against null header value (SPR-14091)
12+
fixed ModelAndView is replaced when a RedirectView is used (SPR-14045)
13+
fixed Scripted beans not updated after a script compilation error in getScriptedObjectType (SPR-14007)
14+
fixed TimerManagerTaskScheduler.TimerScheduledFuture.getDelay is inverted (SPR-13977)
15+
fixed AbstractMarshaller's DocumentBuilderFactory instance may be used by several threads simultaneously (SPR-13935)
16+
fixed ReflectiveMethodResolver chooses parent class over child for static methods (SPR-13918)
17+
fixed NullPointerException while building error message in InvocableHandlerMethod (SPR-13917)
18+
fixed Handle RejectedExecutionException in WebAsyncManager (SPR-13836)
19+
improved MVC config path config options (SPR-14186)
20+
improved local resolution of Quartz XSD (SPR-13706)
21+
improved SimpleTriggerFactoryBean and CronTriggerFactoryBean usage without jobDetail (SPR-13604)
22+
improved XML example javadoc of @EnableScheduling (SPR-14145)
23+
improved documentation example of MessageSource (SPR-14003)
24+
improved documentation of ResponseEntityExceptionHandler.handleExceptionInternal (SPR-13869)
25+
improved documentation at section 17.4 Handler mappings (SPR-13832)
26+
27+
628
Changes in version 3.2.16 (2015-12-17)
729
-------------------------------------
830

0 commit comments

Comments
 (0)