2487 Commits (cf46384887f76c1f7c11d5d695a1b949d0bc07c4)

Author SHA1 Message Date
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
Sam Brannen 471577a11b Polish contribution 4 years ago
XenoAmess 523d2f88be Use List.sort instead of Collection.sort in tests 4 years ago
XenoAmess cd12583e13
Use Integer.parseInt instead of Integer.valueOf for primitive int 4 years ago
XenoAmess c7f44ff671
Fix links in Javadoc 4 years ago
XenoAmess e71f702bb9
Use `static private` instead of `private static` for method declarations 4 years ago
Juergen Hoeller 01bab89dba Consistently use PropertySource.getName() for comparison 4 years ago
May 490bdd11a5 Use Math.min() in ExponentialBackOff 4 years ago
Juergen Hoeller a1bab14140 Upgrade to ASM 9.0 beta 4 years ago
Sam Brannen 2c9e794676 Make Profiles created via Profiles.of() comparable 4 years ago
Sam Brannen 35582ded0e Use System.nanoTime() for Random seed in SocketUtils 4 years ago
Rossen Stoyanchev 3aaff40e2e Replace explicit use of PooledDataBuffer.release() 4 years ago
Rossen Stoyanchev b16f6fa456 Shared static instance of DefaultDataBufferFactory 4 years ago
Juergen Hoeller 56c661829b Avoid package cycle through dedicated ResourcePropertiesPersister 4 years ago
Rossen Stoyanchev f0b8e638ad Avoid dependency on netty-common in DataBufferUtils 4 years ago
Juergen Hoeller 9e12a20324 Polishing 4 years ago
izeye a678db3888 Polish 4 years ago
Sam Brannen ab0e651547 Polish SerializationTestUtils, clean up warnings, etc. 4 years ago
Sébastien Deleuze 63dff520e6 Disable and remove unsupported features from native images 4 years ago
Rossen Stoyanchev 2d8b2fed8b Avoid dependency on netty-common in DataBufferUtils 4 years ago
Rossen Stoyanchev f35903f23d Catch IllegalReferenceCountException 4 years ago
Sébastien Deleuze 1e501f2583 Provide a flag to disable XML support 4 years ago
Juergen Hoeller 6ea7ff1c6d Upgrade to ASM master (8.1 beta) 4 years ago
Сергей Цыпанов 7949937655 Remove redundant assignment of default values to volatile fields 4 years ago