Juergen Hoeller
0657136605
Support for Jackson's findModules and autodetection of JSR-310 and Joda-Time support
...
Issue: SPR-11040
11 years ago
Juergen Hoeller
85921808b3
MappingJackson2(Http)MessageConverter logs warnings after canRead/canWrite checks
...
This change involves a general upgrade to Jackson 2.3 in our build.
Issue: SPR-11261
11 years ago
Juergen Hoeller
7f5d6ea3f9
Fixed NavigableSet/NavigableMap detection in createCollection/createMap
...
Issue: SPR-11257
11 years ago
Rossen Stoyanchev
4e5e700213
Add client login/passcode to broker relay
...
Issue: SPR-11154
11 years ago
Rossen Stoyanchev
0a12f28b58
Introduce StompReactorNettyTcpClient
...
Issue: SPR-11153
11 years ago
Rossen Stoyanchev
2e4f38f6af
Introduce AbstractMockMvcBuilder class
...
This change splits out an abstract base class from DefaultMockMvcBuilder
with StandaloneMockMvcBuilder switching to extend the new abstract class
(rather than DefaultMockMvcBuilder).
Issue: SPR-11238
11 years ago
Juergen Hoeller
e3017c30bb
ResourceDatabasePopulator's setScripts takes varargs
11 years ago
Juergen Hoeller
d032c20a54
Polishing
...
Issue: SPR-10469
11 years ago
Juergen Hoeller
b4d6e27fb3
Upgraded embedded Derby support to 10.6+ and build to 10.10
...
Issue: SPR-10469
11 years ago
Juergen Hoeller
9a39f39b6f
Polishing
...
Issue: SPR-11254
11 years ago
Juergen Hoeller
ee5b7fdab8
Revised XMLEventStreamWriter to allow for empty elements with attributes
...
Issue: SPR-11254
11 years ago
Sam Brannen
710fdc73f1
Polish Javadoc for Groovy bean support classes
11 years ago
Juergen Hoeller
f9e8eb59e1
Fixed hasUnresolvableGenerics() to return false in case of an unresolvable bounded variable as well
...
Issue: SPR-11250
11 years ago
Juergen Hoeller
bc3064cbb7
Polishing
11 years ago
Juergen Hoeller
a884cde18c
Upgraded to JCache 1.0 RC1
...
Also completing 4.0's consistency efforts between Spring's cache adapters.
11 years ago
Juergen Hoeller
b1460742c3
InjectionMetadata caching per bean name needs to refresh when bean class changes
...
Issue: SPR-11246
11 years ago
Juergen Hoeller
2faf008c2e
Polishing
...
Issue: SPR-11225
11 years ago
Juergen Hoeller
11fb12b920
Fixed AbstractMessageConverterMethodArgumentResolver's type variable resolution
...
Issue: SPR-11225
11 years ago
Juergen Hoeller
bfba53f958
Fixed handling of primitive vararg array in CacheOperationContext
...
Issue: SPR-11249
11 years ago
Juergen Hoeller
cb682cd8b7
Revised BeanInfoFactory javadoc
...
Issue: SPR-9014
11 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
11 years ago
Juergen Hoeller
260bbe319d
Fixed accidental use of Java 8 getParameterCount(), plus polishing of related classes
...
Issue: SPR-11245
11 years ago
Juergen Hoeller
234272eb8f
Polishing
...
Issue: SPR-11215
11 years ago
Juergen Hoeller
67abeb4722
SpEL performs String->String type conversion even within concatenated String
...
Issue: SPR-11215
11 years ago
Juergen Hoeller
63d300ac86
Polishing
...
Issue: SPR-11242
11 years ago
Juergen Hoeller
1d47fc6e2d
Consistent non-declaration of serialVersionUID
...
Issue: SPR-11242
11 years ago
Juergen Hoeller
994efe45fd
Prevented potential infinite recursion in hashCode/equals
...
Issue: SPR-11219
11 years ago
Juergen Hoeller
6183683041
Fixed typos
...
Issue: SPR-11232
Issue: SPR-11242
11 years ago
Juergen Hoeller
74c679eb2f
Polishing
11 years ago
Juergen Hoeller
479d073f1b
Adapted orm.hibernate4 and HibernateJpaVendorAdapter to avoid deprecation warnings on Hibernate 4.3 final
...
Issue: SPR-11240
11 years ago
Rossen Stoyanchev
ff92f5af57
Fix typo
...
Issue: SPR-11241
11 years ago
Juergen Hoeller
2a3ca619f9
Polishing
...
Issue: SPR-11221
11 years ago
Juergen Hoeller
23546b1234
Moved AnnotationBeanNameGenerator's String value check right before cast
...
Issue: SPR-11221
11 years ago
Juergen Hoeller
078d2fe0e2
Added current version information to SpringAsmInfo's javadoc
11 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
11 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
11 years ago
Juergen Hoeller
e2f85fc1d0
Defensively detect non-empty String fields in @Scheduled
...
Issue: SPR-11223
11 years ago
Juergen Hoeller
b6970d3504
Removed obsolete JBoss 5.x support code from JBossLoadTimeWeaver
11 years ago
Juergen Hoeller
8a3b4c69c8
Fixed primitive type assignability in BeanUtils.copyProperties
...
Issue: SPR-11231
11 years ago
Sam Brannen
9eb58b9596
Polish Javadoc for ScopedProxyMode
11 years ago
Sam Brannen
1c04dcbe17
Update readme.txt with current links
11 years ago
Sam Brannen
0b6bd46863
Polish reference manual
11 years ago
Sam Brannen
f199d5187b
Polish reference manual
11 years ago
Spring Buildmaster
569fbc9f39
Next development version
11 years ago
Phillip Webb
421292acf4
Final documentation polish before 4.0
11 years ago
Rossen Stoyanchev
e637418010
Update stomp/websocket documentation
11 years ago
Rossen Stoyanchev
f36863947d
Update STOMP/WebSocket documentation
11 years ago
Juergen Hoeller
50b8a53415
What's New overhaul
11 years ago
Juergen Hoeller
ca194261a4
Removed support for JBoss AS 5's VFS variant (since we require JBoss AS 6+ now)
11 years ago
Juergen Hoeller
21f680c861
Deprecated DefaultKeyGenerator
...
Issue: SPR-11210
11 years ago