2409 Commits (f07fc76cf30cbfb6ae71134b653f26af9649ea1b)

Author SHA1 Message Date
Josh Cummings a0c00362c3 Introduce Converter.andThen(...) 4 years ago
Brian Clozel e33e7d7681 Remove TestGroup.PERFORMANCE 4 years ago
Brian Clozel 61d893257e Rewrite "performance" test to JMH benchmarks 4 years ago
Juergen Hoeller 6e4fcb69f0 Polishing 4 years ago
Juergen Hoeller c04400890f Avoid repeated Charset resolution in MimeType 4 years ago
Juergen Hoeller 9795883d91 Avoid repeated Charset resolution in MimeType 4 years ago
Shenker93 ad5072a43c optimize StringUtils trimLeadingWhitespace() / trimTrailingWhitespace() & trimLeadingCharacter() / trimTrailingCharacter() utility methods 4 years ago
Juergen Hoeller f5d7161d6b Consistent flushing of given OutputStream 4 years ago
Juergen Hoeller 82e64af5a5 Avoid throwing plain RuntimeException (plus related polishing) 4 years ago
Juergen Hoeller 9dfef59af2 Construct StringWriter instances with appropriate initial size 4 years ago
Sam Brannen a6daed1b71 Fix example in Javadoc for Assert.notNull(object, messageSupplier) 4 years ago
Sam Brannen fe9f29f031 Suppress deprecation warning in AbstractDataBufferAllocatingTests 4 years ago
Rossen Stoyanchev 28df426798 Update AbstractDataBufferAllocatingTests 4 years ago
Juergen Hoeller 3c84863271 Polishing 4 years ago
Rossen Stoyanchev dccc78146a Expose defaultCharset in StringDecoder 4 years ago
Rossen Stoyanchev 49356b2c0f SimpleIdGenerator rolls over at Long.MAX_VALUE 4 years ago
Juergen Hoeller 4d1d60ac42 Check log level before delegating Supplier-based message to target Log 4 years ago
Brian Clozel f7a014d7dc Improve MIME type subtype suffix handling 4 years ago
Juergen Hoeller c6cc6705ef FileUrlResource.isWritable() exclusively relies on getFile() implementation 4 years ago
Juergen Hoeller a93af329fc Fix javadoc typos (from ASM master) 4 years ago
Juergen Hoeller 613b05d814 Properties loading with ignoreResourceNotFound covers SocketException as well 4 years ago
Yanming Zhou a2bb59f1b8 Replace StringBuffer with StringBuilder where possible 4 years ago
Brian Clozel 88249b2d9a Polish StartupStep "tags" method 4 years ago
Stephane Nicoll c2363a6ef9 Make DataSize serializable 4 years ago
Сергей Цыпанов 1f3e52d932 gh-25650 Replace remaining usage of LinkedList with ArrayList in tests 4 years ago
Сергей Цыпанов a033660425 Improve performance of JdkDynamicAopProxy.getProxy() 4 years ago
Juergen Hoeller 589060d10f Avoid LinkedList performance issues through use of ArrayDeque 4 years ago
Juergen Hoeller 874574513c Replace remaining usage of LinkedList with ArrayList/ArrayDeque 4 years ago
Juergen Hoeller d198c4426f Extract ConcurrentLruCache for reuse in NamedParameterJdbcTemplate 4 years ago
Juergen Hoeller 2b47e779ac Explicit explanation that no resize/rehash operations will be needed 4 years ago
Juergen Hoeller ff11467a0c Avoid resizing of fixed-size HashMap/LinkedHashMap variants 4 years ago
Juergen Hoeller 04df9b8f49 Efficient checks for empty strings and single character matches 4 years ago
Rossen Stoyanchev 7758ba3c7e Refactor MonoToListenableFutureAdapter 4 years ago
Sam Brannen c558391e2c Declare interfaces as @FunctionalInterface where feasible 4 years ago
Sam Brannen 596936f18c Polishing 4 years ago
Sam Brannen e25e690ad4 Assert preconditions for MergedAnnotations.from() factory methods 4 years ago
Sam Brannen a614abe17b Polish Javadoc for MergedAnnotations 4 years ago
Brian Clozel 617ec359bd Update after MonoProcessor deprecation in Reactor 4 years ago
Juergen Hoeller 8dd285f877 Polishing 4 years ago
Juergen Hoeller 96a4e1150e Avoid unnecessary computation of cleaned URL 4 years ago
Sam Brannen 91d1383e93 Use Spliterators.emptySpliterator() in TypeMappedAnnotations 4 years ago
Sam Brannen 7dbf42e858 Polish contribution 4 years ago
yilianhuaixiao 83a95832e6 Filter repeatable annotations in AnnotationTypeMappings 4 years ago
Sam Brannen b841e8560c Polish MergedAnnotation API internals 4 years ago
Brian Clozel be801fc5fc Polish 4 years ago
Juergen Hoeller adce6593af Move metrics package to org.springframework.core 4 years ago
Sam Brannen 2b3fdfabb2 Remove unused class filtering support in AnnotationScanner 4 years ago
Sam Brannen 5442d8779a Polish contribution 4 years ago
yilianhuaixiao 650cbeee14 Avoid infinite loop in AnnotationScanner 4 years ago
Arjen Poutsma cf8c36adf3 Javadoc 4 years ago