3084 Commits (8c24e8c034e2a7b26021b319b9d4486a23bfb265)

Author SHA1 Message Date
Brian Clozel 0770d86936 Deprecate StreamUtils.emptyInput() 2 years ago
Patrick Strawderman d4a74c8f9d Update StreamUtils drain and emptyInput to use JDK builtins 2 years ago
Stephane Nicoll 7642ac82f6 Apply @PropertySource in AOT-generated context 2 years ago
Stephane Nicoll ae706f3954 Allow MethodReference to define a more flexible signature 2 years ago
Stephane Nicoll 8a4a89b9d9 Allow a MethodReference to be produced from a GeneratedMethod 2 years ago
Sam Brannen 649c2f56fd Accept only ClassPathResource in ResourceHints#registerResource() 2 years ago
Sam Brannen 6d83a959fb Rename registerResourceIfNecessary to registerResource 2 years ago
Patrick Strawderman cdb38e8482 Increase StreamUtils.BUFFER_SIZE to 8192 2 years ago
Brian Clozel 2b5ca63339 Fix serialization compiler warnings with Java 18 2 years ago
Brian Clozel 21612eba19 Disable BlockHound tests on Java 18+ 2 years ago
Phillip Webb 665deb4d82 Add examples to Javadoc for Throwing*.of factory methods 2 years ago
Sam Brannen d46a816745 Remove deprecated SynthesizedAnnotation interface 2 years ago
Sam Brannen 8a0e1969b0 Revert "Introduce isSynthesizable in MergedAnnotation" 2 years ago
Sam Brannen 75dfd47826 Delete unused code in ReflectionHintsPredicatesTests 2 years ago
Sébastien Deleuze e1c94d7e6b Remove obsolete RuntimeHintsUtils 2 years ago
Sam Brannen ae861a2b3e Document leading slash semantics for ClassPathResource.getPath() 2 years ago
Sébastien Deleuze 9cfe79186d Stop using RuntimeHintsUtils 2 years ago
Brian Clozel 323d1907c1 Do not require full type reflection when listing methods/fields 2 years ago
Sam Brannen 6cce47176a Further clarify the semantics of ClassPathResource.getPath() 2 years ago
Sam Brannen 018122f684 Update Javadoc for ResourceHints.registerResourceIfNecessary() 2 years ago
Sam Brannen d57e061d3f Introduce getAbsolutePath() in ClassPathResource 2 years ago
Sam Brannen 1052f48eb6 Clarify semantics of ClassPathResource.getPath() 2 years ago
Sébastien Deleuze b8c1fc9202 Revert "Remove RuntimeHintsUtils" 2 years ago
Sébastien Deleuze 3e327f5641 Remove RuntimeHintsUtils 2 years ago
Sam Brannen 8fbd2141b7 Move registerResourceIfNecessary() to ResourceHints 2 years ago
Sam Brannen 5c2859ffa7 Make fields in ClassPathResource final 2 years ago
Sam Brannen 28c492cbdd Introduce RuntimeHintsUtils.registerResourceIfNecessary 2 years ago
Sam Brannen 10ade235e3 Prevent resource hint registration for pattern with leading slash 2 years ago
Sam Brannen 04bb336b0b Polish ResourcePatternHints Javadoc 2 years ago
Sam Brannen 97b98c3378 Support default package for TypeReference in ResourceHintsPredicates 2 years ago
Janne Valkealahti 135f9070c5 Add jni-config generation 2 years ago
Stephane Nicoll 58b0251af1 Relocate TestGenerationContext to spring-core-test 2 years ago
Sébastien Deleuze f50c301387 Change BindingReflectionHintsRegistrar package 2 years ago
Brian Clozel 7ace1f9dc5 Align RuntimeHintsPredicates with new FieldMode 2 years ago
Sébastien Deleuze 044f3728a3 Introduce @RegisterReflectionForBinding 2 years ago
Sébastien Deleuze aaffb8b27e Move BindingReflectionHintsRegistrar to spring-core 2 years ago
Sébastien Deleuze cc555d2ff4 Avoid shipping AWT classes in native images 2 years ago
Sam Brannen 69f23095b8 Deprecate SynthesizedAnnotation and related methods 2 years ago
Sam Brannen 0ec03a8dd6 Stop implementing SynthesizedAnnotation in annotation proxies 2 years ago
Brian Clozel fc47d25bc7 Polish 2 years ago
Sam Brannen 73abd58202 Polishing 2 years ago
Phillip Webb 505da5c602 Migrate hint registration to shortcuts 2 years ago
Phillip Webb bc0bf1fac3 Add additional shortcuts for hint registration 2 years ago
Phillip Webb da1005cd66 Add FieldMode for field hints and ensure that it cannot be downgraded 2 years ago
Phillip Webb 0bd923b0a7 Polishing 2 years ago
Phillip Webb cea06e6a9e Polish ReflectionHints and TypeHint method order 2 years ago
Phillip Webb cfd37d948d Reduce visibility of hint factory methods 2 years ago
Sam Brannen 6a68bd58f9 Introduce AnnotationUtils.isSynthesizedAnnotation(Annotation) 2 years ago
Sam Brannen b1414bf15b Polishing 2 years ago
Brian Clozel c470262c8e Rewrite ConcurrentLruCache implementation 2 years ago