912 Commits (22cf83edba218661f5c74349a86eef4d65520bdf)

Author SHA1 Message Date
stsypanov 29f382b04e Simplify String concatenation 6 years ago
Sam Brannen 9d2e7ced89 Favor Math.[min|max]() over handcrafted code 6 years ago
Juergen Hoeller 4bee5073a0 Proper exception for non-matching argument on unique factory method 6 years ago
Juergen Hoeller c0ddaae5c0 Shared empty InjectionMetadata/LifecycleMetadata instance 6 years ago
Sam Brannen 7dc522f0d6 Clean up warnings in Gradle build 6 years ago
Juergen Hoeller 40c62139ae Early resolution of unique factory methods in configuration classes 6 years ago
Сергей Цыпанов a35adc6ea6 Add missing break statements to stop looping when result is known 6 years ago
Juergen Hoeller e3a9826e56 Bypass method traversal for annotation introspection if possible 6 years ago
Sebastien Deleuze 6266370a7a Polishing 6 years ago
Sebastien Deleuze aabfc5f0a1 Support primitive types in BeanUtils.instantiateClass args 6 years ago
Juergen Hoeller a06ab6d0ad Polishing 6 years ago
Juergen Hoeller 6c87ef09c1 Polishing 6 years ago
stsypanov 60b72d721d Polish: do simple clean-up 6 years ago
Juergen Hoeller 0b8733747c Upgrade to SnakeYAML 1.24 and HtmlUnit 2.34.1 6 years ago
Juergen Hoeller 9cc862246f Local https URL resolution attempt with fallback to parser's default 6 years ago
Juergen Hoeller 7cbb3b06a0 Consistent local vs external resolution of https schema references 6 years ago
Juergen Hoeller eeed20d8d9 Polishing 6 years ago
www ef91313342 Use String::isEmpty instead of "".equals(arg) when arg is not null 6 years ago
Juergen Hoeller 013c0bca92 Polishing 6 years ago
Sam Brannen 70cf597484 Remove obsolete overview.html files 6 years ago
Sam Brannen d4f544d42f Add missing precondition check to AutowireUtils.resolveDependency 6 years ago
Juergen Hoeller e583da0725 Polishing 6 years ago
Juergen Hoeller 0288878bcc Consistent handling of early FactoryBean instantiation failures 6 years ago
Sam Brannen f2a5415111 Fix CheckStyle violations 6 years ago
Sam Brannen 6f6be27aae Polish AutowireUtils[Tests] 6 years ago
Loïc Ledoyen d77b36bf3b Open parameter autowiring utility for external use (#2060) 6 years ago
Sam Brannen 3a42f1154d Polishing 6 years ago
Juergen Hoeller 490b23518b Polishing 6 years ago
stsypanov 5e29ea30a3 Use StringJoiner where possible to simplify String joining 6 years ago
Juergen Hoeller 15af0d9787 Polishing 6 years ago
Juergen Hoeller 0b617a8c93 Deprecate PreferencesPlaceholderConfigurer along with its base class 6 years ago
Juergen Hoeller e9626779ee @Resource provides dependency descriptor for resolving beans by name 6 years ago
Sebastien Deleuze d1e5a3af9f Fix truncated Value#value javadoc 6 years ago
Sebastien Deleuze 3787b23a98 Deprecate PropertyPlaceholderConfigurer 6 years ago
Sebastien Deleuze 0b9522c84e Migrate Kotlin Mockito tests to Mockk 6 years ago
Juergen Hoeller ca7634dfe8 Avoid duplicate class introspection during findAnnotationOnBean 6 years ago
Sam Brannen 0742986e0e Suppress warnings from tests in Gradle build 6 years ago
Johnny Lim 963cc09c2e Polish AutowireUtils.EXECUTABLE_COMPARATOR 6 years ago
Juergen Hoeller 605e2477b9 Polishing 6 years ago
Juergen Hoeller f56fa91430 Polishing 6 years ago
Juergen Hoeller 9cb5369cb9 DependencyDescriptor supports TypeDescriptor resolution for fields 6 years ago
Michel Schudel 4938dab0ae Fix XML parser default value handling 6 years ago
Stephane Nicoll b83ceab88a Polish "Refactor duplicate code" 6 years ago
diguage c15bbd675f Refactor duplicate code 6 years ago
igor-suhorukov 93189a6733 String.indexOf() expressions can be replaced with a call to the String.contains() method available in Java 5 and newer. 6 years ago
Rossen Stoyanchev 38ae282c3b Update log category precision for all tests 6 years ago
Juergen Hoeller ebbe14c363 ResolvableType-based matching consistently respects generic factory method return type (even for pre-initialized raw singleton instance) 6 years ago
Juergen Hoeller bf272b0b21 Nullability fine-tuning based on IntelliJ IDEA 2018.3 inspection 6 years ago
Juergen Hoeller f5aeb81473 SerializedBeanFactoryReference falls back to dummy with specific id 6 years ago
Hanope bfb49c7249 Fix typos 6 years ago