1313 Commits (4eaee1e7381d5f3d8cd6e3ab77c8cfcf7ef2d716)

Author SHA1 Message Date
Stephane Nicoll d2c7dfb79e Add convenience factory method for Managed[List|Set|Map] 3 years ago
Sam Brannen 669b05dc1d Allow AutowiredAnnotationBeanPostProcessor to compile on JDK 11 3 years ago
Juergen Hoeller bc9cd9a687 Find interface method even for late-bound interface declaration in subclass 3 years ago
Sam Brannen f8a5a8d7be Use modern language features in tests 3 years ago
Sam Brannen df263d01b9 Use idiomatic AssertJ assertions for true, false, and null 3 years ago
Sam Brannen f04e9a8366 Deprecate getBeanFactory() method in AbstractBeanDefinitionReader 3 years ago
Sam Brannen c1606c5a5e Polishing 3 years ago
Juergen Hoeller ca84559588 Provide findAnnotationOnBean variant with allowFactoryBeanInit flag 3 years ago
Juergen Hoeller 14f24f43d7 Polishing 3 years ago
Juergen Hoeller d7e0eed8d2 Clarify getBeanProvider(ResolvableType) semantics for unresolved generics 3 years ago
Juergen Hoeller b167e1a93f Remove unnecessary final declarations (for consistency) 3 years ago
Сергей Цыпанов e5475d698a Iterate over Map's entrySet() instead of keySet() in PropertyEditorRegistrySupport 3 years ago
Juergen Hoeller eda3ca5fbc Remove unnecessary final declarations at method level 3 years ago
Sam Brannen 41ae9632d1 Upgrade to Checkstyle 9.0 and spring-javaformat 0.0.29 3 years ago
Sam Brannen 48a507a993 Clean up warnings 3 years ago
Juergen Hoeller f632165dec Invoke bean-derived (Auto)Closeable.close() method directly 3 years ago
Sam Brannen 96e4d3a530 Fail Gradle build for Javadoc warnings 3 years ago
Sam Brannen bfdc99ab79 Fix Javadoc errors 3 years ago
Sam Brannen 2567b20949 Upgrade to spring-javaformat 0.0.28 and downgrade to Checkstyle 8.41 3 years ago
Juergen Hoeller 211f0bbf88 Fix invalid characters in source files 3 years ago
Juergen Hoeller 9ff0d717f2 Restore lenient fallback in case of several non-public constructors 3 years ago
Juergen Hoeller 58898de542 Provide accessors for externallyManagedConfigMembers and Init/DestroyMethods 3 years ago
Juergen Hoeller f9d63e7bb1 BeanUtils.getResolvableConstructor falls back to single non-public constructor 3 years ago
Sam Brannen f07e6a1b9d Support char primitive default values in BeanUtils.instantiateClass() 3 years ago
Sam Brannen 5cc09849ce Introduce test for gh-27390 3 years ago
takeaction21 92cd680a2c Support float and double primitive default values in BeanUtils.instantiateClass() 3 years ago
Juergen Hoeller 6c17e9375b Reduce log statement for non-unique JavaBean property to debug level 3 years ago
Brian Clozel cecc0849a8 Upgrade to Gradle 7.2 3 years ago
Juergen Hoeller b2eaa7c1c3 Polishing 3 years ago
Juergen Hoeller b6c2c11805 Polishing 3 years ago
Sam Brannen 6177f00a63 Polish PropertyAccessor tests 3 years ago
Juergen Hoeller 44951873f9 Introduce accessors for allowCircularReferences/allowRawInjectionDespiteWrapping 3 years ago
Stephane Nicoll 31b651a114 Polish contribution 3 years ago
Syuziko eaf9deedfd Polish tests 3 years ago
Stephane Nicoll a90ed957be Support ResolvableType in BeanDefinitionBuilder 3 years ago
Johnny Lim 925edf28fc Add Javadoc since to BeanDefinitionBuilder.setSynthetic() 3 years ago
diguage 564c6f7f86 improve the performance of iteration 3 years ago
Juergen Hoeller 8680fdb8bc Polishing 3 years ago
Juergen Hoeller 74f91339e2 BeanCreationException message includes declaring class of constructor/factory method 3 years ago
Stephane Nicoll fed1a426b6 Improve BeanDefinitionBuilder to handle the synthetic flag 3 years ago
Stephane Nicoll cf78895ba0 Polish 3 years ago
Sam Brannen a2ef6badc4 Use StringBuilder.append(char) where possible 3 years ago
Juergen Hoeller 4bb88f3b1d Remove logging dependency in BeanUtils 3 years ago
Sam Brannen 29fa9c1728 Polish contribution 3 years ago
Beca-se 39660710f6 Cross-ref additional *Aware APIs in BeanFactory Javadoc 3 years ago
Sam Brannen f0f450a18d Polishing 3 years ago
Juergen Hoeller b3dcb64ff1 Generic bean type resolution for lookup methods 4 years ago
Sam Brannen ffbc537835 Polish ConcurrentBeanWrapperTests 4 years ago
Elvys Soares 9295bcc4a4
Refactor ConcurrentBeanWrapperTests to use @RepeatedTest 4 years ago
Florian Kirmaier b5d6e53e50 Avoid memory leak when PropertyComparator is reused 4 years ago