1272 Commits (3c9bb645d58838e784f33d2a4cdfc77e1070b00b)

Author SHA1 Message Date
Brian Clozel 397fd24849 Revert "Leverage Kotlin plugin dependency management" 7 years ago
Sebastien Deleuze 3e2f6c848a Leverage Kotlin plugin dependency management 7 years ago
Sebastien Deleuze ab6430569d Efficient Kotlin metadata detection 7 years ago
Brian Clozel cc3d7d2d48 Apply dependency management to selected modules 7 years ago
Brian Clozel 2eeb428e95 Move modules to independent build files 7 years ago
Juergen Hoeller 3991ab4a23 Efficient Kotlin metadata detection 7 years ago
Sebastien Deleuze 73cf07e9a4 Fix overridden methods nullability 7 years ago
Juergen Hoeller fabc9c28d7 Align new FileSystemUtils NIO implementation with original behavior 7 years ago
Juergen Hoeller 26de6268aa Polishing 7 years ago
Juergen Hoeller fac83b2e7c Consistent logging in Environment and PropertySource implementations 7 years ago
Juergen Hoeller c5fc400534 (AnnotationAware)OrderComparator supports null values again 7 years ago
Arjen Poutsma d5da823482 Fix race condition for AsynchronousFileChannel 7 years ago
Rossen Stoyanchev d7a7b08b08 Find the last plus for suffix MediaType 7 years ago
Sebastien Deleuze 2437500cfe Ignore DataBufferUtilsTests#writeAsynchronousFileChannel 7 years ago
Juergen Hoeller e4651d6b50 XmlEventDecoder uses common defensive XMLInputFactory (now in StaxUtils) 7 years ago
Sebastien Deleuze fa4d139684 Support instantiating Kotlin classes with optional parameters 7 years ago
Juergen Hoeller 46eba3dbfa Nullability fine-tuning around declaration inconsistencies 7 years ago
Juergen Hoeller 9fc4fb10b0 Nullability fine-tuning around bean properties 7 years ago
Sebastien Deleuze fb4ddb0746 Make getters and setters null-safety consistent 7 years ago
Sebastien Deleuze e2fd04dff3 Add a [] Kotlin extension for PropertyResolver#getRequiredProperty 7 years ago
Juergen Hoeller 12114a9d4c Consistent use of NIO.2 for file read/write interactions 7 years ago
Rossen Stoyanchev d56fedc226 Methods for reading a Resource in DataBufferUtils 7 years ago
Rossen Stoyanchev d3749bc1ec Add timeout to DataBufferUtilsTests to avoid hanging 7 years ago
Arjen Poutsma c802827f0f Change write methods to return Flux<DataBuffer> 7 years ago
Arjen Poutsma 83051b06b8 Add write methods to DataBufferUtils 7 years ago
Rossen Stoyanchev dfcc9af938 Lazy registration in ReactiveAdapterRegistry 7 years ago
Juergen Hoeller 3714e7b044 Deprecate FileSystemUtils 7 years ago
Juergen Hoeller 9b5132ce53 LinkedCaseInsensitiveMap exposes its locale for key conversion 7 years ago
Juergen Hoeller 398322139a StringUtils.uncapitalize is not actually nullable 7 years ago
Arjen Poutsma 621df7c978 Add ByteBuf leak detection @Rule 7 years ago
Juergen Hoeller cc74a2891a @Nullable all the way: null-safety at field level 7 years ago
Juergen Hoeller 87430f3cd3 ListenableFuture provides CompletableFuture adaptation via completable() 7 years ago
Juergen Hoeller 41eaf03bc8 Compatibility with covariant return type on JDK 9's ByteBuffer 7 years ago
Juergen Hoeller 098ff6f0f8 Compatibility with JDK 9 release candidate build (175) 7 years ago
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