685 Commits (c152d246a8ce99628ea5b28f91e96cfbeb434186)

Author SHA1 Message Date
Juergen Hoeller 507d4ba825 StringUtils.parseLocale consistently handles invalid locale values 7 years ago
Spring Operator 540759ec41 URL Cleanup 7 years ago
Andrew Tulloch 090aceb3ad Fix repeated calls to DataBuffer.write(CharSequence, Charset) 7 years ago
Juergen Hoeller ac0e5d8ec6 DefaultConversionService properly converts Object[] to int[] 7 years ago
Juergen Hoeller 106a757098 Polishing 7 years ago
Brian Clozel 2b65d0e51f Fix error when writing empty String to DataBuffer 7 years ago
Juergen Hoeller 72dddfbc7b Polishing 7 years ago
Andrzej Leśkiewicz 952045c216 SPR-17606 @Profile mishandles "not" operand mixed with "&" (#2066) 7 years ago
Juergen Hoeller 31a24720a6 Consistent support for EnumSet subclasses in CollectionFactory 7 years ago
Arjen Poutsma 5a8b8b11e4 Add test for calculateCapacity 7 years ago
Brian Clozel 4955d08f28 Use DataBuffer.write in CharSequenceEncoder 7 years ago
Brian Clozel 6361b0cb23 Write CharSequence instances to DataBuffers 7 years ago
igor-suhorukov 93189a6733 String.indexOf() expressions can be replaced with a call to the String.contains() method available in Java 5 and newer. 7 years ago
Rossen Stoyanchev 38ae282c3b Update log category precision for all tests 7 years ago
Juergen Hoeller 6d7827e36b Polishing 7 years ago
Sam Brannen a528407d0c Suppress warning 7 years ago
Juergen Hoeller 56234fe877 Polishing 7 years ago
Juergen Hoeller 8c7579eba8 Polishing 7 years ago
Vojtech Janota 12f168290d SPR-17492: FastByteArrayOutputStream.read byte-to-int conversion 7 years ago
Arjen Poutsma 63275ae2b7 Add Test for LeakAwareDataBufferFactory 7 years ago
Stephane Nicoll 7b6f2f8fb3 Polish contribution 7 years ago
Hanope bfb49c7249 Fix typos 7 years ago
Arjen Poutsma 539cfc24c6 Refactor AbstractEncoderTestCase 7 years ago
Arjen Poutsma 39ce989d1a Add and use AbstractDecoderTestCase 7 years ago
Rossen Stoyanchev ba3fef3e8a Refactor media types parsing improvements 7 years ago
Dimitrios Liapis f4b05dc2e7 MediaType parsing supports comma inside quotes 7 years ago
Arjen Poutsma 4182935b7a Revert optimization in StringDecoder 7 years ago
Arjen Poutsma 3bab3515b1 Add and use AbstractEncoderTestCase 7 years ago
Arjen Poutsma 0c0de851f4 Add LeakAwareDataBufferFactory 7 years ago
Rossen Stoyanchev c187cb2fa1 Ensure client response is drained with onStatus hook 7 years ago
Arjen Poutsma 488a1d4561 Review DataBufferUtils for cancellation memory leaks 8 years ago
Arjen Poutsma 51bb96db47 Fix ResourceRegionEncoder and tests 8 years ago
Arjen Poutsma eac9e66c46 Fix memory leak when canceling read from AsynchronousFileChannel 8 years ago
Arjen Poutsma 946ec7e22e Fix memory leaks in ProtobufDecoder 8 years ago
Arjen Poutsma f738273486 Fix buffering issue in StringDecoder 8 years ago
Juergen Hoeller dd2ce20687 SpringFactoriesLoader tolerates whitespace around class names 8 years ago
Arjen Poutsma 149d416e8e Review DataBufferUtils for error/cancellation memory leaks 8 years ago
Sebastien Deleuze 2c5a1af236 Leverage Java reflection for Kotlin enums 8 years ago
Juergen Hoeller b7e4a56e5c Mark PathResourceTests as deprecated (along with PathResource) 8 years ago
Juergen Hoeller 83909e6e1e Consistent exposure of empty attribute arrays in AnnotationMetadata 8 years ago
Juergen Hoeller cf3635b42d Resource.lastModified() propagates 0 value if target resource exists 8 years ago
Rossen Stoyanchev c01f350abe Move MonoToListenableFutureAdapter to spring-core 8 years ago
Juergen Hoeller ad29f97a05 Polishing 8 years ago
Arjen Poutsma 09af706af6 Use concatWith instead of mergeWith 8 years ago
Arjen Poutsma 1a0522b805 DataBufferUtils does not release DataBuffer on error cases 8 years ago
Juergen Hoeller 84ec382201 XMLEventReader.getElementText() properly checks for start element 8 years ago
Sebastien Deleuze 8d45e3e7ef Fix Kotlin inner class nested configuration handling 8 years ago
Arjen Poutsma 259b2ca5f4 Added tests for errors in the source stream 8 years ago
Arjen Poutsma 196c0adf47 Fixed DataBufferUtils.join leak for error in source 8 years ago
Sam Brannen 326895246d Polishing 8 years ago