1402 Commits (17703e5dde1d0c3b97caa2c161432fe08b1caf1f)

Author SHA1 Message Date
Sam Brannen 17703e5dde Polishing 7 years ago
Sam Brannen 7c28152c13 Introduce ClassUtils.isInnerClass() utility method 7 years ago
Juergen Hoeller b165475eb6 Polishing 7 years ago
Juergen Hoeller 08dad4e3ac Consistent references to primitive types (in alphabetical order) 7 years ago
Juergen Hoeller 53d01392d7 Workaround for inner class constructor parameter annotation bug in javac 7 years ago
Juergen Hoeller 3ac46da22f Correct description for doWithLocalFields 7 years ago
Sam Brannen 4b9e3a9211 Introduce failing test for SPR-16652 7 years ago
Juergen Hoeller b2d87abcbb Polishing 7 years ago
Rossen Stoyanchev e00384a6fd MimeTypeUtils trims parameter names / values 7 years ago
Juergen Hoeller e3d0ef6015 Use Map.forEach instead of manual Map.Entry iteration wherever possible 7 years ago
Rossen Stoyanchev ab2410c754 MimeTypeUtils uses SecureRandom 7 years ago
Juergen Hoeller f00afe3247 Use (Concurrent)Map.computeIfAbsent for lazy nested collection creation 7 years ago
Rossen Stoyanchev 94c525cdc8 Polish @RequestPart support 7 years ago
Rossen Stoyanchev 2ff35daf9b Add test case based on SPR-16615 7 years ago
Rossen Stoyanchev 30583a62cf Fix Class isAssignableFrom checks for Resource conversion 7 years ago
Juergen Hoeller 356ef45e99 ConcurrentReferenceHashMap properly handles getOrDefault for null values 7 years ago
Juergen Hoeller 967a2ef2d2 Validate Class attributes as well as Class array attributes 7 years ago
Juergen Hoeller 50e980c02f Validate declared annotations before deciding between reflection and ASM 7 years ago
Juergen Hoeller 1b1a69a144 SimpleAliasRegistry fully synchronizes registerAlias and removeAlias 7 years ago
Sam Brannen 42b4f6e1ff Clean up warnings and dead code in spring-core module 7 years ago
igor-suhorukov 0c45c4c6a3 lamdbas containing only one statement should not nest this statement in a block 7 years ago
Juergen Hoeller 139dc1d373 Polishing (collapsed if checks, consistent downcasts, refined javadoc) 7 years ago
igor-suhorukov 0f7485b01d Polish: reorder the modifiers to comply with the Java Language Specification. 7 years ago
Rossen Stoyanchev 27815847b1 content-length support in EncoderHttpMessageWriter 7 years ago
Juergen Hoeller eb9c43dcbc Reliably expose nested cause exception message for PersistenceException 7 years ago
Juergen Hoeller c543368aad Polishing 7 years ago
Juergen Hoeller cd4f0935c5 Revised deprecation markers 7 years ago
igor-suhorukov 8080f56db8 Polish: "@Override" should be used on overriding and implementing methods 7 years ago
Juergen Hoeller 6663d0ff07 Support for ResolvableType.getType().getTypeName() on Java 8 7 years ago
igor-suhorukov 49fd724d8f Polish: String function use should be optimized for single characters 7 years ago
igor-suhorukov c782075a13 Polish: Array designators "[]" should be on the type, not the variable 7 years ago
Juergen Hoeller 3531c104b0 Prefer Collections.addAll call with array over Set.addAll(Arrays.asList) 7 years ago
igor-suhorukov 67a91cf6f9 Polish: redundant pairs of parentheses should be removed 7 years ago
Juergen Hoeller 0f740527c1 Deprecated StringUtils.mergeStringArrays 7 years ago
Juergen Hoeller a5cbf5fe24 Consistent use of Collection.toArray with zero-sized array argument 7 years ago
Juergen Hoeller f316f6a46a Remove unnecessary assertions from annotation resolution code paths 7 years ago
Juergen Hoeller d7cab23e6d Consistent use of StringUtils.toStringArray 7 years ago
Juergen Hoeller 8d3264f680 Prefer List.sort(Comparator) over Collections.sort(List, Comparator) 7 years ago
Juergen Hoeller 3b810f3544 Consistent Class array vs vararg declarations (and related polishing) 7 years ago
Juergen Hoeller 99662bc702 Polishing 7 years ago
igor-suhorukov 45e520ed86 Polish: remove unused private fields, remove empty operator 7 years ago
Juergen Hoeller 0c78c9c6f7 Refined javadoc and exception messages 7 years ago
Vladimir Sitnikov 659f13be1c Avoid creating message arguments to Assert.isABC calls 7 years ago
Juergen Hoeller b449928691 Avoid unused arguments for internal delegates 7 years ago
Juergen Hoeller b089ded5b0 Polishing 7 years ago
igor-suhorukov 0ee505b73e Polish: assertion arguments should be passed in the correct order, 7 years ago
igor-suhorukov 6ea0af3540 Polish: Lambdas should be replaced with method references 7 years ago
igor-suhorukov 9a6fbf59c5 Polish: follow name convention - make immutable fields final 7 years ago
Juergen Hoeller e873b18f43 ResolvableType.forClassWithGenerics retains original TypeVariables 7 years ago
Stephane Nicoll 991eb4858e Update copyright header 7 years ago