2532 Commits (cf5b86369d91dcba00cbd8e796b7bace2aeb5c75)

Author SHA1 Message Date
Juergen Hoeller 874574513c Replace remaining usage of LinkedList with ArrayList/ArrayDeque 5 years ago
Juergen Hoeller d198c4426f Extract ConcurrentLruCache for reuse in NamedParameterJdbcTemplate 5 years ago
Juergen Hoeller 2b47e779ac Explicit explanation that no resize/rehash operations will be needed 5 years ago
Juergen Hoeller ff11467a0c Avoid resizing of fixed-size HashMap/LinkedHashMap variants 5 years ago
Juergen Hoeller 04df9b8f49 Efficient checks for empty strings and single character matches 5 years ago
Rossen Stoyanchev 7758ba3c7e Refactor MonoToListenableFutureAdapter 5 years ago
Sam Brannen c558391e2c Declare interfaces as @FunctionalInterface where feasible 5 years ago
Sam Brannen 596936f18c Polishing 5 years ago
Sam Brannen e25e690ad4 Assert preconditions for MergedAnnotations.from() factory methods 5 years ago
Sam Brannen a614abe17b Polish Javadoc for MergedAnnotations 5 years ago
Brian Clozel 617ec359bd Update after MonoProcessor deprecation in Reactor 5 years ago
Juergen Hoeller 8dd285f877 Polishing 5 years ago
Juergen Hoeller 96a4e1150e Avoid unnecessary computation of cleaned URL 5 years ago
Sam Brannen 91d1383e93 Use Spliterators.emptySpliterator() in TypeMappedAnnotations 5 years ago
Sam Brannen 7dbf42e858 Polish contribution 5 years ago
yilianhuaixiao 83a95832e6 Filter repeatable annotations in AnnotationTypeMappings 5 years ago
Sam Brannen b841e8560c Polish MergedAnnotation API internals 5 years ago
Brian Clozel be801fc5fc Polish 5 years ago
Juergen Hoeller adce6593af Move metrics package to org.springframework.core 5 years ago
Sam Brannen 2b3fdfabb2 Remove unused class filtering support in AnnotationScanner 5 years ago
Sam Brannen 5442d8779a Polish contribution 5 years ago
yilianhuaixiao 650cbeee14 Avoid infinite loop in AnnotationScanner 5 years ago
Arjen Poutsma cf8c36adf3 Javadoc 5 years ago
Sam Brannen 471577a11b Polish contribution 5 years ago
XenoAmess 523d2f88be Use List.sort instead of Collection.sort in tests 5 years ago
XenoAmess cd12583e13
Use Integer.parseInt instead of Integer.valueOf for primitive int 5 years ago
XenoAmess c7f44ff671
Fix links in Javadoc 5 years ago
XenoAmess e71f702bb9
Use `static private` instead of `private static` for method declarations 5 years ago
Juergen Hoeller 01bab89dba Consistently use PropertySource.getName() for comparison 5 years ago
May 490bdd11a5 Use Math.min() in ExponentialBackOff 5 years ago
Juergen Hoeller a1bab14140 Upgrade to ASM 9.0 beta 5 years ago
Sam Brannen 2c9e794676 Make Profiles created via Profiles.of() comparable 5 years ago
Sam Brannen 35582ded0e Use System.nanoTime() for Random seed in SocketUtils 5 years ago
Rossen Stoyanchev 3aaff40e2e Replace explicit use of PooledDataBuffer.release() 5 years ago
Rossen Stoyanchev b16f6fa456 Shared static instance of DefaultDataBufferFactory 5 years ago
Juergen Hoeller 56c661829b Avoid package cycle through dedicated ResourcePropertiesPersister 5 years ago
Rossen Stoyanchev f0b8e638ad Avoid dependency on netty-common in DataBufferUtils 5 years ago
Juergen Hoeller 9e12a20324 Polishing 5 years ago
izeye a678db3888 Polish 5 years ago
Sam Brannen ab0e651547 Polish SerializationTestUtils, clean up warnings, etc. 5 years ago
Sébastien Deleuze 63dff520e6 Disable and remove unsupported features from native images 5 years ago
Rossen Stoyanchev 2d8b2fed8b Avoid dependency on netty-common in DataBufferUtils 5 years ago
Rossen Stoyanchev f35903f23d Catch IllegalReferenceCountException 5 years ago
Sébastien Deleuze 1e501f2583 Provide a flag to disable XML support 5 years ago
Juergen Hoeller 6ea7ff1c6d Upgrade to ASM master (8.1 beta) 5 years ago
Сергей Цыпанов 7949937655 Remove redundant assignment of default values to volatile fields 5 years ago
Sam Brannen 8099fc8178 Use try-with-resources language construct where feasible 5 years ago
Sam Brannen 94d7462891 Ensure spring-core JAR is reproducible 5 years ago
Sam Brannen 3f7e86eadd Update Javadoc for Assert regarding Guava Preconditions 5 years ago
Sam Brannen 50a0094a47 Ensure spring-core JAR is reproducible 5 years ago