455 Commits (1cf38a98a4acd1b0e15d4931a9b7abedaa470f23)

Author SHA1 Message Date
Juergen Hoeller 53aab24690 Polishing 11 years ago
Sam Brannen c335e99e3f Remove trailing whitespace from source code 11 years ago
Sam Brannen 1f778530b5 Polish test classes 11 years ago
Juergen Hoeller 8c0e3040c2 Polishing 11 years ago
Juergen Hoeller 749b65b0b2 Polishing 11 years ago
Sam Brannen de5b7a378b Fix grammar and update link in Javadoc for SimpleThreadScope 11 years ago
Dave Brosius cdd2324ab5 fix log spelling typo 11 years ago
Juergen Hoeller 426f52b393 Polishing 11 years ago
Juergen Hoeller 8c4e372558 Introduced SpringNamingPolicy for CGLIB 11 years ago
Sam Brannen b8ed2f4967 Ensure all tests are executed in the Gradle build 11 years ago
Juergen Hoeller 5be8301128 Fixed isMatchingFieldError to properly handle empty field name 11 years ago
Juergen Hoeller c1eac209c3 Fixed LiveBeansView to not produce invalid JSON if last bean is not eligible 11 years ago
Sam Brannen 78542777d6 Introduce value attribute in @RestController 11 years ago
Juergen Hoeller 61b6d398a5 Removed LocalDateToDateMidnightConverter pre-release since DateMidnight is deprecated as of Joda-Time 2.3; marked DateTimeToDateMidnightConverter as deprecated 11 years ago
Juergen Hoeller eeae5fba95 Fixed regression with constructing TypeDescriptor from null Class 11 years ago
Sam Brannen 8faf01f56d Fix "coercion" spelling mistakes in Javadoc 11 years ago
Juergen Hoeller 3310ab55e0 Polishing 11 years ago
Juergen Hoeller 12c393eb6d Switched 'order' attributes across namespaces to 'xsd:token' 11 years ago
Juergen Hoeller 84310c8a11 RemoteInvocation(Result) explicitly designed for JavaBean-style deserialization 11 years ago
Juergen Hoeller 709ac28f29 Consider wildcard type without bounds as eligible for fallback match too 11 years ago
Juergen Hoeller 26271fc30c Polishing 11 years ago
Juergen Hoeller 547646de6d Polishing 11 years ago
Juergen Hoeller cdd65a70af Added compatibility note on WildFly 8 11 years ago
Juergen Hoeller 24d40fa3e0 Fixed resolveProxyTargetClass exception message 11 years ago
Juergen Hoeller bd87ff7f92 Removed TestGroup.LONG_RUNNING marker from Groovy and JRuby tests 11 years ago
Rossen Stoyanchev 5068eb2e01 Add minor optimization to AbstractErrors 11 years ago
Juergen Hoeller ee2022e54c Polishing 11 years ago
Juergen Hoeller 0de307bb65 Consistent equals/hashCode/toString implementations in AnnotationMatchingPointcut/ClassFilter/MethodMatcher 11 years ago
Juergen Hoeller 640d8cb67f Consistent implementation of AsyncListenableTaskExecutor 11 years ago
Juergen Hoeller 6a5a3c97ed Introduced OptionalValidatorFactoryBean for scenarios where the JSR-303 API is present but no Bean Validation Provider is available (used by the MVC namespace) 11 years ago
Juergen Hoeller 8d1e55d101 Avoid hard reference to LocalValidatorFactoryBean in <mvc:annotation-driven> parser 11 years ago
Juergen Hoeller f0d21510f5 Polishing 11 years ago
Juergen Hoeller 5e00113c65 Added extensive default converters for JSR-310 value types 11 years ago
Sam Brannen 710fdc73f1 Polish Javadoc for Groovy bean support classes 11 years ago
Juergen Hoeller a884cde18c Upgraded to JCache 1.0 RC1 11 years ago
Juergen Hoeller b1460742c3 InjectionMetadata caching per bean name needs to refresh when bean class changes 11 years ago
Juergen Hoeller bfba53f958 Fixed handling of primitive vararg array in CacheOperationContext 11 years ago
Juergen Hoeller 67abeb4722 SpEL performs String->String type conversion even within concatenated String 11 years ago
Juergen Hoeller 23546b1234 Moved AnnotationBeanNameGenerator's String value check right before cast 11 years ago
Juergen Hoeller 105e176a80 Fixed @Bean meta-annotation detection when using ASM 11 years ago
Juergen Hoeller 61a3d04e91 Set scoped proxy role to same role as target definition 11 years ago
Juergen Hoeller e2f85fc1d0 Defensively detect non-empty String fields in @Scheduled 11 years ago
Juergen Hoeller b6970d3504 Removed obsolete JBoss 5.x support code from JBossLoadTimeWeaver 11 years ago
Sam Brannen 9eb58b9596 Polish Javadoc for ScopedProxyMode 11 years ago
Juergen Hoeller 21f680c861 Deprecated DefaultKeyGenerator 11 years ago
Juergen Hoeller aa6e6c1349 Polishing 11 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) 11 years ago
Juergen Hoeller 8d6d6be39a MBean registration happens in a fully synchronized fashion for consistent results 11 years ago
Juergen Hoeller 161819f141 Component scanning ignores attributes and meta-annotations on non-public annotations 11 years ago
Juergen Hoeller c5d797736b Added tests for custom qualifier annotations on scoped @Bean methods 11 years ago