1326 Commits (da3b4cb65d6e148450857eddd54cdeb9238be2ef)

Author SHA1 Message Date
김보배(Bobae Kim)/Platform Engineering팀/11ST 804b343cab Use parseInt without substring method 3 years ago
Juergen Hoeller 4750a9430c Early removal of 5.x-deprecated code 3 years ago
Christoph Dreis 5c972fcc54 Use Charset variants of URLEncoder and URLDecoder methods 3 years ago
Juergen Hoeller 2fba0bc272 Allow BeanUtils#instantiateClass inlining with native 3 years ago
Juergen Hoeller b167e1a93f Remove unnecessary final declarations (for consistency) 3 years ago
최유진(Yujin Choi)/Platform Engineering팀/11ST 8dd385b440 Use toUnmodifiableSet and toList instead of collectingAndThen 3 years ago
Сергей Цыпанов e5475d698a Iterate over Map's entrySet() instead of keySet() in PropertyEditorRegistrySupport 3 years ago
Sam Brannen 401c0d220a Apply "instanceof pattern matching" Eclipse clean-up in spring-beans 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
Juergen Hoeller 3ad796e913 Keep getEffectiveAnnotatedParameter for user code compiled with javac 8 3 years ago
Juergen Hoeller f32f04d841 Code cleanup on new baseline 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
Juergen Hoeller 774583dfa7 Retain support for legacy PostConstruct/PreDestroy/Inject variants 3 years ago
Sam Brannen 070d087dbc Reinstate -Werror for Groovy compilation 3 years ago
Juergen Hoeller d84ca2ba90 Jakarta EE 9 migration 3 years ago
Juergen Hoeller cf2429b0f0 Remove support for deprecated Java SecurityManager (-> JDK 17 build compatibility) 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