579 Commits (609f173ebc7c14afa2cb2fb27a6446e06ec510d5)

Author SHA1 Message Date
Arjen Poutsma 609f173ebc StringDecoder shouldn't chop off strings randomly 8 years ago
Juergen Hoeller cfe7ff1c81 MimeType.compareTo uses case-insensitive Charset (analogous to equals) 8 years ago
Juergen Hoeller c5a33d62dd TypeVariablesVariableResolver compares variables by full equality again 8 years ago
Juergen Hoeller 30f6e447d5 TypeVariablesVariableResolver compares variables by name 8 years ago
Juergen Hoeller ef3f93e84a Language tag parsing support in StringUtils and StringToLocaleConverter 8 years ago
Arjen Poutsma 0befc60c8f Renamed DataBufferUtils/DataBufferFactory.compose to join 8 years ago
sdeleuze 3f3141cdda Add additional test for SPR-16210 8 years ago
Juergen Hoeller 572c668726 Polishing 8 years ago
Arjen Poutsma 5520e730f1 DataBufferUtils.read should not take input stream/channel as parameter 8 years ago
Juergen Hoeller 4c7414833b ResolvableType returns clone for cached state with original local source 8 years ago
Juergen Hoeller 4c9ed0d87e Polishing 8 years ago
Juergen Hoeller 347c2daa2c Test for multiple interfaces at BridgeMethodResolver level 8 years ago
Arjen Poutsma 67e7c784e8 Use DataBufferUtils.compose and remove writeAggregator 8 years ago
Arjen Poutsma 384a399fd2 Add DataBufferUtils.compose 8 years ago
Arjen Poutsma 69ccba30e9 Introduce write aggregator to DataBufferUtils 8 years ago
Arjen Poutsma e6893da971 Remove use of CompositeByteBuf in NettyDataBuffer 8 years ago
Juergen Hoeller 1a154c3e4c Consistently throw FileNotFoundException even for NIO access 8 years ago
Rossen Stoyanchev f4d8c7cc2b Improve decodeToMono support 8 years ago
Sam Brannen 767ea9db83 Fix minor logic error in SocketUtils 8 years ago
Tony Mitchell 9f36d170be Support identical minPort and maxPort in SocketUtils (#1612) 8 years ago
sdeleuze 9f1d8517ba Polish Kotlin source code style 8 years ago
Rossen Stoyanchev bc8e525e60 Add shared instance of ReactiveAdapterRegistry 8 years ago
diesieben07 0e49e32188 Handle parameters of Kotlin extension methods correctly 8 years ago
Juergen Hoeller 996d747aed Upgrade to Mockito 2.11 9 years ago
Juergen Hoeller d00e4f17ec ClassPathResource uses specific constructors in createRelative 9 years ago
Juergen Hoeller 182da15908 BridgeMethodResolver properly resolves interface hierarchies 9 years ago
Juergen Hoeller 75ec973bae Refined tests for StringUtils.starts/endsWithIgnoreCase 9 years ago
Juergen Hoeller 5d41e0f012 Avoid temporary String creation in StringUtils.starts/endsWithIgnoreCase 9 years ago
Juergen Hoeller 9a88ebdeba Consistent hasText checks for CharSequence vs String 9 years ago
Arjen Poutsma c7a15260d6 Various DataBuffer improvements 9 years ago
Juergen Hoeller c29b6f5b55 Consistent handling of null array for arguments 9 years ago
Sam Brannen 8a94077da0 Clean up warnings in spring-core 9 years ago
Juergen Hoeller 43b5e21947 Consistent alias declarations for value attribute on stereotypes 9 years ago
Juergen Hoeller 53091c76bf Convenient forType methods for ParameterizedTypeReference 9 years ago
Sebastien Deleuze 5ae35f606c Leverage kotlin-reflect to determine parameter names 9 years ago
Juergen Hoeller 204ddebd68 SimpleAsyncTaskExecutor properly respects NO_CONCURRENCY 9 years ago
Juergen Hoeller 26de6268aa Polishing 9 years ago
Juergen Hoeller c5fc400534 (AnnotationAware)OrderComparator supports null values again 9 years ago
Arjen Poutsma d5da823482 Fix race condition for AsynchronousFileChannel 9 years ago
Rossen Stoyanchev d7a7b08b08 Find the last plus for suffix MediaType 9 years ago
Sebastien Deleuze 2437500cfe Ignore DataBufferUtilsTests#writeAsynchronousFileChannel 9 years ago
Sebastien Deleuze e2fd04dff3 Add a [] Kotlin extension for PropertyResolver#getRequiredProperty 9 years ago
Juergen Hoeller 12114a9d4c Consistent use of NIO.2 for file read/write interactions 9 years ago
Rossen Stoyanchev d56fedc226 Methods for reading a Resource in DataBufferUtils 9 years ago
Rossen Stoyanchev d3749bc1ec Add timeout to DataBufferUtilsTests to avoid hanging 9 years ago
Arjen Poutsma c802827f0f Change write methods to return Flux<DataBuffer> 9 years ago
Arjen Poutsma 83051b06b8 Add write methods to DataBufferUtils 9 years ago
Juergen Hoeller 3714e7b044 Deprecate FileSystemUtils 9 years ago
Juergen Hoeller 9b5132ce53 LinkedCaseInsensitiveMap exposes its locale for key conversion 9 years ago
Arjen Poutsma 621df7c978 Add ByteBuf leak detection @Rule 9 years ago