1438 Commits (b790bd1fd6843129c706139861914a0405dc86a3)

Author SHA1 Message Date
Stephane Nicoll 58242f2249 Polish 8 years ago
Stephane Nicoll fc64b8040f Polish "Replace relevant code with lambda" 8 years ago
diguage 4b1478d830 Replace relevant code with lambda 8 years ago
Juergen Hoeller 3ae84d6dd8 Consistent support for Charset/StandardCharsets in UriUtils etc 8 years ago
diguage 2efa06237a Use Map#forEach instead of Map#entrySet#forEach 8 years ago
Arjen Poutsma 9bf82dc18f Add addAll(MultiValueMap) 8 years ago
Arjen Poutsma 7085a30382 Improve capacity calculcation in DefaultDataBuffer 8 years ago
Stephane Nicoll 27aabb15f9 Polish "Refact iterator of Map with Java 8 forEach" 8 years ago
diguage dab7a7f0ee Refact iterator of Map with Java 8 forEach 8 years ago
Juergen Hoeller fd53d2a51a Consistent use of @Nullable in spring-test 8 years ago
Juergen Hoeller e6f1950952 Missing @Nullable annotations for findAnnotation/getValue/getDefaultValue 8 years ago
Phillip Webb 72cd24446d Make resolvePropertyName available to subclasses 8 years ago
Phillip Webb c675424189 Restore AnnotationUtils null argument support 8 years ago
Juergen Hoeller f813712f5b Consistent use of @Nullable across the codebase (even for internals) 8 years ago
Stephane Nicoll 6e3a9cbbb4 Polish "Refactor duplicated code" 8 years ago
diguage 5288641c50 Refactor duplicated code 8 years ago
diguage eae63786c2 Fixed reference 8 years ago
Sebastien Deleuze 90df7dd279 Add missing @Nullable annotation 8 years ago
Sebastien Deleuze b494c53b40 Avoid defining nullability for non-relevant API 8 years ago
Sebastien Deleuze 1f28825f9d Add more @Nullable parameters based on null usage 8 years ago
Sebastien Deleuze c3e6afb879 Improve null-safety to fix some Spring Boot warnings 8 years ago
Sebastien Deleuze b47d713e14 Add missing @Nullable annotations on parameters 8 years ago
Sebastien Deleuze ad2c0f8410 Improve @Nullable annotation 8 years ago
Sebastien Deleuze 87598f48e4 Introduce null-safety of Spring Framework API 8 years ago
Juergen Hoeller db69a082d9 Avoid java.util.Optional signatures for simple field access 8 years ago
Juergen Hoeller 7b3f5fd855 ResourceUtils.extractArchiveURL properly deals with top-level war URLs 8 years ago
Rossen Stoyanchev 0d28a1c32b Polish 8 years ago
Rossen Stoyanchev 83e0e1604a Refine encoding/decoding exception handling 8 years ago
Juergen Hoeller 652266bcc2 Polishing 8 years ago
Juergen Hoeller d43dfc7bae Properly extract jar file from Tomcat war URL 8 years ago
Juergen Hoeller 4d86515fa5 Overridable Commons Logging bridge in separate spring-jcl jar 8 years ago
Juergen Hoeller 27057889f8 Polishing 8 years ago
Phillip Webb 07ef7a97c7 Cache SpringFactoriesLoader loads 8 years ago
Arjen Poutsma ed4bd43cac Add writableChannel to WritableResource 8 years ago
Juergen Hoeller 9d8e9cf243 Common root cause introspection algorithm in NestedExceptionUtils 8 years ago
Juergen Hoeller 817e80c56b Property actually throws exception for no write method found 8 years ago
Juergen Hoeller 7ca0094fa1 ResolvableType.clearCache() clears SerializableTypeWrapper cache as well 8 years ago
Stephane Nicoll 1b9e12f52f Polish "Use Java 8 forEach method on Map" 8 years ago
Jon Borenstein 13dc0cd828 Use Java 8 forEach method on Map 8 years ago
Juergen Hoeller 1ea54eb2c6 GenericFilterBean lazily initializes its default environment 8 years ago
Juergen Hoeller baa7b1c6c8 Simplified match condition checks 8 years ago
Juergen Hoeller 17f274fd6a Debug log messages for value retrieval exceptions 8 years ago
Christoph Dreis 13b39521d8 Optimize AntPathMatcher when checking for potential matches 8 years ago
Sam Brannen c855182e03 Polishing 8 years ago
Juergen Hoeller c668d9a473 Polishing 8 years ago
Juergen Hoeller 3daf626842 Defensive fallback for file system resolution in lastModified() 8 years ago
Oleg Zhurakousky 299b9d60fd SPR-15481 Fixed AnnotationUtils.getValue() operation 8 years ago
Rossen Stoyanchev cc102c2fcd Properly handle Flux<?> and Flux<Object> in WebFlux 8 years ago
Rossen Stoyanchev 7d8dda9a5a Polish reactive type support in Conventions 8 years ago
Rossen Stoyanchev 5c502b87ca Support for reactive types in Conventions 8 years ago