4232 Commits (b1f5b61bcd79fca7e697ec9ea263125cd7e7b557)

Author SHA1 Message Date
Sam Brannen b1f5b61bcd Abort search for static methods in getPubliclyAccessibleMethodIfPossible() 5 months ago
HJC96 d7fc07e73c Fix typos 5 months ago
Juergen Hoeller c53132ecdf Polishing 5 months ago
rstoyanchev 05814f7a42 Polishing contribution 5 months ago
Marius Lichtblau ba2bb08589 Release DataBuffer in AbstractCharSequenceDecoder 5 months ago
Juergen Hoeller 3a61460f91 Use JarFile#entries() instead of #stream() for consistent entry paths 5 months ago
Brian Clozel ee284f2ee6 Add "forEachByte" variant to DataBuffer 5 months ago
Juergen Hoeller 467a484df6 Polishing 5 months ago
Juergen Hoeller 449b85f446 Avoid overhead for parsing plain values and simple placeholders 5 months ago
Juergen Hoeller 3041071269 Consistently apply useCaches for single Resource lookup 6 months ago
Juergen Hoeller 2da821389c Remove redundant object allocation in cglib proxy method calls 6 months ago
Sam Brannen 717358b56b Short circuit ClassUtils.findPubliclyAccessibleMethodIfPossible(...) 6 months ago
Juergen Hoeller a6f6ecfe6c Revise getPubliclyAccessibleMethodIfPossible to rely on Module#isExported 6 months ago
Juergen Hoeller 3e37279db6 Make CGLIB Enhancer compatible with Kotlin 2.2.20+ 6 months ago
Sam Brannen 0e3e34bee0 Find annotations on parameters in overridden non-public methods 6 months ago
Sam Brannen 4745c7cf3c Name local variables consistently 6 months ago
Juergen Hoeller 9ba954c330 Fix FileSystemUtils for Windows/Linux path difference 6 months ago
Juergen Hoeller ba52164373 Provide graceful fallback for non-default NIO file systems 6 months ago
Brian Clozel 764336f0f2 Fix Jetty DataBufferFactory memory leak 7 months ago
Sam Brannen 6978f0a398 Document terms and units in DataSize.parse(...) methods 7 months ago
Juergen Hoeller f62519bb55 Add cancelRemainingTasksOnClose flag for enforcing early interruption 7 months ago
Sam Brannen 6d710d482a Find annotation on overridden method in type hierarchy with unresolved generics 7 months ago
Stefano Cordio ed28390d24 Refine `@Contract` Javadoc 7 months ago
Juergen Hoeller 67e88f3c20 Align task execution tracking and thread interruption on shutdown 8 months ago
Patrick Strawderman 24e66b63d1 Refine StringUtils#uriDecode and update documentation 8 months ago
Juergen Hoeller 3c112703d9 Introduce useCaches flag on UrlResource (for URLConnection access) 8 months ago
Juergen Hoeller 4277682a5c Catch InaccessibleObjectException next to IllegalAccessException 8 months ago
Juergen Hoeller ba6166a02d Prefer most abstract method in getPubliclyAccessibleMethodIfPossible 8 months ago
Juergen Hoeller c754bfe7e6 Fall back to getPubliclyAccessibleMethodIfPossible on IllegalAccessException 8 months ago
Sam Brannen 3dc22379a0 Register runtime hints for Instant-to-Timestamp conversion 8 months ago
Sam Brannen 7900315f23 Introduce Date-to-Instant and Instant-to-Date converters 8 months ago
Phillip Webb 89b8b1a468 Prevent cache pollution by storing only the factories 9 months ago
Sam Brannen 1ad05db877 Simplify dependency management for JUnit artifacts 9 months ago
Juergen Hoeller aa525cc3cd Delegate to ReflectionUtils.accessibleConstructor 9 months ago
Sam Brannen 103a7e58bb Apply consistent copyright headers in Kotlin source code 9 months ago
Spring Builds aee29b7f30 Update copyright headers in source files 9 months ago
Sam Brannen 9f1aef16f9 Fix Javadoc for FixedBackOff 9 months ago
Johnny Lim 722333f0f1 Polish DataBufferInputStream.skip() 9 months ago
Sébastien Deleuze 05c3f56ec7 Rely on default retention in `@Contract` 9 months ago
Sébastien Deleuze 7bb19fcde8 Refine Kotlin Serialization hint registration 9 months ago
Sam Brannen 18d6a55e3e Polishing and removal of "this." for method invocations 9 months ago
Juergen Hoeller a266e1b403 Close JarFile only in case of useCaches=false 10 months ago
Sam Brannen 4df93a825b Update copyright headers and fix test method name 10 months ago
Tran Ngoc Nhan 3f0892b42c Fix typos 10 months ago
Patrick Strawderman 182d654fa8 Add optimized DataBufferInputStream overrides 10 months ago
Sam Brannen 6a6abac003 Polish Javadoc for MockPropertySource 10 months ago
Sam Brannen db5809f968 Remove obsolete @⁠Contract declaration for StreamUtils.drain() 10 months ago
rstoyanchev 3c228a5c1d Add missing @since tags in PatternMatchUtils 10 months ago
Patrick Strawderman 37ecdd1437 Forward more methods to underlying InputStream in NonClosingInputStream 10 months ago
Juergen Hoeller 6a9444473f Clarify CompositePropertySource behavior for EnumerablePropertySource contract 10 months ago