3235 Commits (7199782d45e6d9016232951ff42094133ca9c03a)

Author SHA1 Message Date
Sébastien Deleuze b27735d4a6 Refine BindingReflectionHintsRegistrar Kotlin support 2 years ago
Sébastien Deleuze dc5a773b2b Support properties on records in BindingReflectionHintsRegistrar 2 years ago
Sam Brannen b0b2bbc857 Polish CGLIB fork 2 years ago
Sam Brannen 69f47e7700 Polishing 2 years ago
Sam Brannen 098c924e32 Introduce @Suite classes for individual modules 2 years ago
Brian Clozel d601f3196a Fix BindingReflectionHintsRegistrar anonymous classes support 2 years ago
Arjen Poutsma 92a6e7ddcd Fix InputStream violation in DataBufferInputStream 2 years ago
Brian Clozel 4a555aaef1 Reduce heap memory usage in ConcurrentLruCache 2 years ago
Sam Brannen ad60164911 Update copyright headers for source code changed since August 2022 2 years ago
Sam Brannen fdec9f0adc Apply "instanceof pattern matching" 2 years ago
Sam Brannen a88dbbec98 Apply project formatting rules for ternary operator 2 years ago
Juergen Hoeller 8e5eb84da1 Consistently register CGLIB hints for lazy resolution proxy classes 2 years ago
Juergen Hoeller b7e99fbe30 Additional documentation notes on Java/Kotlin parameter name retention 2 years ago
Juergen Hoeller cbf25b704d Reduce deprecation warn logging to one entry per introspected class 2 years ago
Juergen Hoeller fe5bd6751f Retain default LocalVariableTableParameterNameDiscoverer with warn log entries 2 years ago
Juergen Hoeller beb9fa2b8b Add since attribute to Deprecated annotation 2 years ago
Juergen Hoeller 459e8a1ea5 Deprecate LocalVariableTableParameterNameDiscoverer completely 2 years ago
Sam Brannen 7fcd1de8e3 Use AssertJ's isEmpty() instead of hasSize(0) 2 years ago
Sam Brannen d5b0b2b1a1 User AssertJ's hasSize() for arrays 2 years ago
Sam Brannen 36f7597f25 Use AssertJ's hasSize() for collections and maps 2 years ago
Juergen Hoeller 7816c9e411 Exclude LocalVariableTableParameterNameDiscoverer based on native image check 2 years ago
Sam Brannen 917c41fd52 Use Set.of() for constant sets where appropriate 2 years ago
Sébastien Deleuze 64c6a97130 Make GeneratorStrategy.generate unreachable on native 2 years ago
Sébastien Deleuze f4e23fe204 Do not use LocalVariableTableParameterNameDiscoverer in AOT mode 2 years ago
Sébastien Deleuze 04366f4129 Update LogAdapter to allow build-time code removal 2 years ago
Sébastien Deleuze b52300eab8 Document GraalVM substitutions upcoming removal 2 years ago
Sam Brannen 508d2c7a77 Fix Javadoc formatting issues for headings 2 years ago
Arjen Poutsma 9be6cea012 Polishing deprecated methods 2 years ago
Andy Wilkinson 37b439182e Align javadoc of DefaultParameterNameDiscoverer with its behavior 2 years ago
Juergen Hoeller f8b4be3b82 Straight filename extraction for URI path (decoded and standard separators) 2 years ago
Sam Brannen abf3400c07 Use Assert.state() where appropriate 2 years ago
Sam Brannen 2aa78889d2 Use consistent wording in precondition error messages 2 years ago
Juergen Hoeller 9235e3996f Equivalent code without java.net.URL constructor in comment blocks 2 years ago
Juergen Hoeller 7d2543ed82 Extract filename from cleaned path (for consistent separator handling) 2 years ago
Juergen Hoeller aaeb5eb0d2 Avoid direct URL construction and URL equality checks 2 years ago
Sam Brannen 743a96b75e Polish SocketUtilsTests 2 years ago
Sam Brannen eb91d21ada Polishing 2 years ago
Sam Brannen 1f0a35bacc Remove outdated documentation in @Reflective 2 years ago
Sam Brannen 1b61217705 Polishing 2 years ago
Juergen Hoeller ffd45c0e7b Move reflection hints for ObjectToObjectConverter conventions to aot.hint.support 2 years ago
Juergen Hoeller d7d44c6c51 Polishing 2 years ago
Sam Brannen f26a7dee97 Fix broken tests, update copyright dates, and polish 2 years ago
Kulwant Singh b2c8546013 Rely on automatic boxing/unboxing in tests 2 years ago
Sébastien Deleuze ce9e2e4d89 Register reflection hints for date ObjectToObjectConverter conventions 2 years ago
Sam Brannen af170f693a Deprecate obsolete Assert APIs for removal in 6.1 2 years ago
Sam Brannen f4b3333fa8 Avoid reflection for annotation attribute method invocations 2 years ago
Sébastien Deleuze 60c9f2f72f Add support for Jackson annotations in BindingReflectionHintsRegistrar 2 years ago
Juergen Hoeller 86d45578d9 Introduce findAllAnnotationsOnBean variant on ListableBeanFactory 2 years ago
Sam Brannen 3438c47744 Polishing 2 years ago
Sam Brannen ac5eb9bfd3 Avoid String allocations with Assert.isTrue() 2 years ago