Juergen Hoeller
ee5b7fdab8
Revised XMLEventStreamWriter to allow for empty elements with attributes
...
Issue: SPR-11254
12 years ago
Sam Brannen
710fdc73f1
Polish Javadoc for Groovy bean support classes
12 years ago
Juergen Hoeller
f9e8eb59e1
Fixed hasUnresolvableGenerics() to return false in case of an unresolvable bounded variable as well
...
Issue: SPR-11250
13 years ago
Juergen Hoeller
bc3064cbb7
Polishing
13 years ago
Juergen Hoeller
a884cde18c
Upgraded to JCache 1.0 RC1
...
Also completing 4.0's consistency efforts between Spring's cache adapters.
13 years ago
Juergen Hoeller
b1460742c3
InjectionMetadata caching per bean name needs to refresh when bean class changes
...
Issue: SPR-11246
13 years ago
Juergen Hoeller
2faf008c2e
Polishing
...
Issue: SPR-11225
13 years ago
Juergen Hoeller
11fb12b920
Fixed AbstractMessageConverterMethodArgumentResolver's type variable resolution
...
Issue: SPR-11225
13 years ago
Juergen Hoeller
bfba53f958
Fixed handling of primitive vararg array in CacheOperationContext
...
Issue: SPR-11249
13 years ago
Juergen Hoeller
cb682cd8b7
Revised BeanInfoFactory javadoc
...
Issue: SPR-9014
13 years ago
Juergen Hoeller
aa2fadd8da
Revised ResolvableType's handling of (self-referential) type variables
...
Also resolving at construction time now, and shortcutting assignability evaluation.
Issue: SPR-11219
13 years ago
Juergen Hoeller
260bbe319d
Fixed accidental use of Java 8 getParameterCount(), plus polishing of related classes
...
Issue: SPR-11245
13 years ago
Juergen Hoeller
234272eb8f
Polishing
...
Issue: SPR-11215
13 years ago
Juergen Hoeller
67abeb4722
SpEL performs String->String type conversion even within concatenated String
...
Issue: SPR-11215
13 years ago
Juergen Hoeller
63d300ac86
Polishing
...
Issue: SPR-11242
13 years ago
Juergen Hoeller
1d47fc6e2d
Consistent non-declaration of serialVersionUID
...
Issue: SPR-11242
13 years ago
Juergen Hoeller
994efe45fd
Prevented potential infinite recursion in hashCode/equals
...
Issue: SPR-11219
13 years ago
Juergen Hoeller
6183683041
Fixed typos
...
Issue: SPR-11232
Issue: SPR-11242
13 years ago
Juergen Hoeller
74c679eb2f
Polishing
13 years ago
Juergen Hoeller
479d073f1b
Adapted orm.hibernate4 and HibernateJpaVendorAdapter to avoid deprecation warnings on Hibernate 4.3 final
...
Issue: SPR-11240
13 years ago
Rossen Stoyanchev
ff92f5af57
Fix typo
...
Issue: SPR-11241
13 years ago
Juergen Hoeller
2a3ca619f9
Polishing
...
Issue: SPR-11221
13 years ago
Juergen Hoeller
23546b1234
Moved AnnotationBeanNameGenerator's String value check right before cast
...
Issue: SPR-11221
13 years ago
Juergen Hoeller
078d2fe0e2
Added current version information to SpringAsmInfo's javadoc
13 years ago
Juergen Hoeller
105e176a80
Fixed @Bean meta-annotation detection when using ASM
...
This turned out to be a bug in the ASM-based AnnotationMetadata implementation where has/getAnnotatedMethods didn't consider meta-annotations., in contrast to its StandardAnnotationMetadata sibling.
Issue: SPR-10488
13 years ago
Juergen Hoeller
61a3d04e91
Set scoped proxy role to same role as target definition
...
This allows scoped proxy definitions to override regular application bean definitions (again).
Issue: SPR-11229
13 years ago
Juergen Hoeller
e2f85fc1d0
Defensively detect non-empty String fields in @Scheduled
...
Issue: SPR-11223
13 years ago
Juergen Hoeller
b6970d3504
Removed obsolete JBoss 5.x support code from JBossLoadTimeWeaver
13 years ago
Juergen Hoeller
8a3b4c69c8
Fixed primitive type assignability in BeanUtils.copyProperties
...
Issue: SPR-11231
13 years ago
Sam Brannen
9eb58b9596
Polish Javadoc for ScopedProxyMode
13 years ago
Sam Brannen
1c04dcbe17
Update readme.txt with current links
13 years ago
Sam Brannen
0b6bd46863
Polish reference manual
13 years ago
Sam Brannen
f199d5187b
Polish reference manual
13 years ago
Spring Buildmaster
569fbc9f39
Next development version
13 years ago
Phillip Webb
421292acf4
Final documentation polish before 4.0
13 years ago
Rossen Stoyanchev
e637418010
Update stomp/websocket documentation
13 years ago
Rossen Stoyanchev
f36863947d
Update STOMP/WebSocket documentation
13 years ago
Juergen Hoeller
50b8a53415
What's New overhaul
13 years ago
Juergen Hoeller
ca194261a4
Removed support for JBoss AS 5's VFS variant (since we require JBoss AS 6+ now)
13 years ago
Juergen Hoeller
21f680c861
Deprecated DefaultKeyGenerator
...
Issue: SPR-11210
13 years ago
Sam Brannen
6ee725031c
Document meta-annotation support in the TCF
...
This commit documents meta-annotation support for test-related
annotations in the TestContext framework within the reference manual.
Issue: SPR-11109
13 years ago
Sam Brannen
341854fb56
Revised wording around “new in 3.2”
13 years ago
Sam Brannen
48ecf0af57
Do not format TestContext unless referring to class
13 years ago
Brian Clozel
a9a20e297b
changed Sun references and links to Oracle
13 years ago
Sam Brannen
a83fb13fc4
Add Testing Improvements section to reference manual
13 years ago
Juergen Hoeller
a3a43448d1
Polishing
13 years ago
Phillip Webb
b085ec90b2
Replace references to VMware with Pivotal
...
Replace references to VMware in license, notices and maven generation
with Pivotal, Inc.
Issue: SPR-11073
13 years ago
Juergen Hoeller
aa6e6c1349
Polishing
13 years ago
Juergen Hoeller
106a973a4d
Prevent early FactoryBean creation for type checking purposes when coming from a factory method on yet another bean (e.g. from a configuration class)
...
Issue: SPR-11202
13 years ago
Phillip Webb
b124066d63
Add What's new in 4.0 to reference documentation
...
Update the reference documentation with "What's new in Spring 4.0".
13 years ago