Juergen Hoeller
7cf4a4ed2d
DispatcherServlet's checkMultipart detects wrapped MultipartRequest as well
...
Issue: SPR-12114
(cherry picked from commit 786fd92 )
12 years ago
Juergen Hoeller
388561df61
PersistenceAnnotationBeanPostProcessor defensively handles BeanDefinition access for extended EntityManagers
...
Issue: SPR-8834
(cherry picked from commit 592e344 )
12 years ago
Juergen Hoeller
e89f18bf6d
DefaultListableBeanFactory defensively handles BeanDefinition access in getBean(Class)
...
Issue: SPR-10542
(cherry picked from commit 9d3d6d5 )
12 years ago
Stephane Nicoll
76a3e6e6e1
Exclude infra modules from public distribution
...
Prior to this commit, spring-build-src and spring-framework-bom
internal artifacts were published as part of the distribution bundle.
This commit excludes those projects so that those unnecessary artifacts
are no longer shipped.
Issue: SPR-12087
12 years ago
Juergen Hoeller
0492c9955c
Polishing
...
(cherry picked from commit a31ebb6 )
12 years ago
Juergen Hoeller
0c89279d61
Polishing
12 years ago
Juergen Hoeller
3038f03fee
Polishing
...
(cherry picked from commit 4db258b )
12 years ago
Juergen Hoeller
36918d6bb7
Polishing (includes varargs for selected setters)
12 years ago
Juergen Hoeller
6639320e8e
Tiles 3 TilesViewResolver allows for specifying custom TilesView subclasses as well
...
Issue: SPR-12075
(cherry picked from commit 7c57424 )
12 years ago
Juergen Hoeller
214f026ea3
Polishing
12 years ago
Juergen Hoeller
c0a4631fd1
Polishing
12 years ago
Juergen Hoeller
daaeeaa8e2
Latest dependency updates (Hibernate ORM 4.2.15, propdeps plugin 0.0.7)
12 years ago
Juergen Hoeller
780ea59ff3
Polishing
12 years ago
Juergen Hoeller
e14aad8840
ResourceHttpMessageConverter does not call contentLength() on InputStreamResource
...
Issue: SPR-12017
(cherry picked from commit f0bcb77 )
12 years ago
Juergen Hoeller
902303b44d
AbstractMessageListenerContainer calls "Session.recover()" in case of rollback attempt on non-transacted Session
...
Issue: SPR-12015
(cherry picked from commit c082220 )
12 years ago
Juergen Hoeller
b56c8f49b5
AbstractApplicationContext logs initialization exception before trying to cancel refresh attempt
...
Issue: SPR-12010
(cherry picked from commit 5e2fbe7 )
12 years ago
Juergen Hoeller
619e3a995d
ClassUtils.isCacheSafe defensively catches SecurityException (for Google App Engine compatibility)
...
Issue: SPR-12002
(cherry picked from commit 48fea0b )
12 years ago
Juergen Hoeller
a3ebf13579
SelectedValueComparator defensively handles null values in exhaustiveCompare
...
Issue: SPR-12001
(cherry picked from commit 980f971 )
12 years ago
Juergen Hoeller
ab9d947c08
DefaultListableBeanFactory's registerBeanDefinition only calls resetBeanDefinition in case of pre-existing bean definition or pre-existing singleton instance
...
Issue: SPR-8318
(cherry picked from commit a4968b9 )
12 years ago
Arjen Poutsma
b6f13b857c
StaxStreamXMLReader ignores significant whitespace
...
The StaxStreamXMLReader no longer handles all whitespace as ignorable
whitespace.
Issue: SPR-12000
(cherry picked from commit d6950d8 )
12 years ago
Brian Clozel
8c43fe1796
Fix UriComponentsBuilder.fromUriString parsing error
...
This commit fixes cases where part of the URI was mistaken for the
userinfo when:
* the URI did not contain any path
* the query string contained the "@"
Issue: SPR-11970
(cherry picked from commit a4484bb )
12 years ago
Spring Buildmaster
a95ed4ad29
Next development version
12 years ago
Phillip Webb
612eba6728
Update changelog
12 years ago
Juergen Hoeller
7a3dd2a42b
Allow ASM5's bytecode parsing of INVOKESPECIAL/STATIC on interfaces
...
Issue: SPR-11979
12 years ago
Juergen Hoeller
cec3ffa3ca
Polishing
...
Issue: SPR-8045
(cherry picked from commit 7eee7d2 )
12 years ago
Juergen Hoeller
a45d49c857
RestTemplate accepts getMessageConverters() List on setMessageConverters again
...
Issue: SPR-11962
(cherry picked from commit 1222ca3 )
12 years ago
Juergen Hoeller
45c93e4791
Polishing
12 years ago
Juergen Hoeller
83a7deb594
ConstructorResolver's exception message on null factory-bean hints at potential BeanPostProcessor involvement
...
Issue: SPR-11951
(cherry picked from commit 6c41cc3 )
12 years ago
Juergen Hoeller
d10220edf8
Refined DefaultJpaDialect's InvalidIsolationLevelException message
...
Issue: SPR-8325
(cherry picked from commit af13310 )
12 years ago
Juergen Hoeller
fe72fcede5
Polishing
...
(cherry picked from commit ede2150 )
12 years ago
Juergen Hoeller
010d8b8c89
Defensively check for pre-resolved FactoryBean.getObject() results in circular reference scenarios
...
Issue: SPR-11937
(cherry picked from commit 07edf11 )
12 years ago
Juergen Hoeller
8307447235
CachedIntrospectionResults uses SoftReference instead of WeakReference for non-cache-safe entries
...
Issue: SPR-11867
(cherry picked from commit f27b949 )
12 years ago
Juergen Hoeller
983cce22d8
Package javadoc cleanup for web.servlet.mvc, removing outdated references
...
Issue: SPR-11935
(cherry picked from commit 7396210 )
12 years ago
Juergen Hoeller
67ebef6b32
BeanFactoryAnnotationUtils consistently applies bean name fallback when no BeanDefinition present
...
Issue: SPR-11915
(cherry picked from commit b9935e9 )
12 years ago
Juergen Hoeller
386b757e84
Upgrade to ASM 5.0.3 (and Hibernate 4.2.14)
...
Issue: SPR-11889
12 years ago
Juergen Hoeller
c033f889bf
Polishing (backported from master)
...
(cherry picked from commit 48f753f )
12 years ago
Juergen Hoeller
44c61e5d5f
Consistent declaration of private static final logger variables
...
Issue: SPR-11905
(cherry picked from commit c16032b )
12 years ago
Juergen Hoeller
f4062bc758
AbstractAutowireCapableBeanFactory's createBean/autowireBean/configureBean use CacheUtils.isCacheSafe to re-enable PropertyDescriptor caching
...
Issue: SPR-11875
(cherry picked from commit c32d559 )
12 years ago
Juergen Hoeller
0298a1f093
Cache Class.getDeclaredMethods() results and avoid pattern matching in isCglibRenamedMethod as far as possible
...
Issue: SPR-11882
Issue: SPR-11894
(cherry picked from commit 5f695a4 )
12 years ago
Juergen Hoeller
247771ce91
UriComponentBuilder allows for multiple independent build() calls on same builder instance
...
Issue: SPR-11885
(cherry picked from commit c73ac07 )
12 years ago
Juergen Hoeller
1be3a6cce2
FrameworkPortlet properly initializes StandardPortletEnvironment's property sources and exposes local PortletRequestAttributes in case of pre-bound ServletRequestAttributes as well
...
Issue: SPR-11816
Issue: SPR-11295
(cherry picked from commit 7d94b5e )
12 years ago
Juergen Hoeller
1ca0351831
PathMatchingResourcePatternResolver's findPathMatchingResources needs to check for VFS before checking isJarResource
...
ResourceUtils isFileURL also detects "vfsfile" as a file system protocol (again).
Issue: SPR-11887
(cherry picked from commit 8ddbbc2 )
12 years ago
Juergen Hoeller
5b4748d897
MBeanExportConfiguration's SpecificPlatform properly calls afterPropertiesSet
...
Issue: SPR-11877
(cherry picked from commit 0a34f86 )
12 years ago
Juergen Hoeller
13197b6aa5
WebSphereUowTransactionManager exposes SmartTransactionObject
...
Issue: SPR-11876
(cherry picked from commit a0c86ae )
12 years ago
Juergen Hoeller
d96550898f
HttpHeaders fails getAllow if set to EmptyCollection
...
Prior to this commit, calls to getAllow would fail is setAllow was set
to an EmptyCollection right before.
java.lang.IllegalArgumentException: No enum constant
org.springframework.http.HttpMethod
This commit fixes this by testing the header value for an empty value
before trying to use it to get a value from the Enum.
Issue: SPR-11917
(cherry picked from commit 9054f4f )
12 years ago
Spring Buildmaster
fa2d21c27c
Next development version
12 years ago
Phillip Webb
69b9d00179
Add 3.2.9 issues to the changelog
12 years ago
Juergen Hoeller
8aabc43dad
Servlet 3 multipart request implements getParameterMap defensively as well
...
Issue: SPR-11074
(cherry picked from commit c7d1c49 )
12 years ago
Juergen Hoeller
4d3aa59028
Polishing
...
(cherry picked from commit 6fef8b9 )
12 years ago
Rossen Stoyanchev
c6503ebbf7
Disable URL resolution in DTD declarations
...
Issue: SPR-11768
12 years ago