Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spring-framework
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
ExcellentOSS
spring-framework
Commits
f22c669f
Commit
f22c669f
authored
8 years ago
by
Stephane Nicoll
Browse files
Options
Downloads
Patches
Plain Diff
Update changelog for 3.2.18.RELEASE
parent
a7dc4853
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/dist/changelog.txt
+23
-0
23 additions, 0 deletions
src/dist/changelog.txt
with
23 additions
and
0 deletions
src/dist/changelog.txt
+
23
−
0
View file @
f22c669f
...
...
@@ -2,6 +2,29 @@ SPRING FRAMEWORK CHANGELOG
===========================
http://www.spring.io
Changes in version 3.2.18 (2016-12-21)
-------------------------------------
fixed Constructor sets the source incorrectly in org.springframework.beans.PropertyValue (SPR-8337)
fixed ObjectToObjectConverter should be able to use constructors on non-public classes (SPR-14304)
fixed Async advisor retrieval blocks when triggered by singleton init method (SPR-14324)
fixed Deadlock while creating a new thread on bean initialization with transactional code invocation (SPR-14388)
fixed CronSequenceGenerator causes StackOverflowError with reversed range values (SPR-14462)
fixed Ineffective synchronization in StandardTypeConverter constructor (SPR-14465)
fixed ResourcePatternUtils.getResourcePatternResolver does not accept null arg (SPR-14500)
fixed LinkedCaseInsensitiveMap doesn't override HashMap.clone() (SPR-14509)
fixed StackOverflowError for advisor search against factory-bean reference to FactoryBean (SPR-14551)
fixed StringUtils.parseLocaleString(): does not parse locale string in java 7 for Serbian (Latin) (SPR-14718)
fixed Concurrency problem in DeferredResult: potential double execution of handleResult (SPR-14978)
fixed MBeanExporter fails against null beans (SPR-15031)
improved ModelAndViewResolver still refers to raw Class type (SPR-7860)
improved Allow method inlining of ObjectUtils.nullSafeEquals() (SPR-14349)
improved Normalize resource URL in ResourceServlet (SPR-14946)
improved documentation for @Bean(autowire=NO) (SPR-14282)
improved documentation Label "for" attribute is wrongly documented as required (SPR-14287)
improved documentation of SpEL behavior when comparing value to null (SPR-14361)
improved documentation of cache abstraction (SPR-14399)
improved documentation og SpEL and Date Literals (SPR-14987)
Changes in version 3.2.17 (2016-05-06)
-------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment