2839 Commits (b72ee5f0345efd281716ce95b63bfb492df1ddbd)

Author SHA1 Message Date
diguage bbaf7578b2 Apply "instanceof pattern matching" in spring-core 2 years ago
Sam Brannen 720261db26 Use List.of() and Set.of() where feasible 2 years ago
Sam Brannen ad46f0295c Apply "instanceof pattern matching" 2 years ago
Phillip Webb 718ef42d68 Exclude @Reflective from @AliasFor collection 3 years ago
Stephane Nicoll 86a85f558c Fix introspection of annotations that use local aliased attributes 3 years ago
Stephane Nicoll 059b66bf26 Register annotation based on its type 3 years ago
Sam Brannen 291f784196 Suppress warning in test 3 years ago
Sam Brannen 19b436c6aa Support module path scanning for "classpath*:" resource prefix 3 years ago
Stephane Nicoll 6bd25f60dd Polish 3 years ago
Sam Brannen 7b95c928d1 Fix Javadoc for ResourcePatternResolver 3 years ago
Sam Brannen 53f88d455f Fix Javadoc for AbstractFileResolvingResource.isFile(URI) 3 years ago
Sam Brannen 53a506f6bb Polishing 3 years ago
Sam Brannen f07e7ab39d Create UrlResource factory methods that throw unchecked exceptions 3 years ago
Sam Brannen 4515180195 Polish PathMatchingResourcePatternResolver 3 years ago
Stephane Nicoll 2f94713078 Make sure that annotation hierarchy is registered 3 years ago
Stephane Nicoll 4cca190aad Add support of declarative use of reflection 3 years ago
Stephane Nicoll 2517c72f7d Add a common utility to register hints for an annotation 3 years ago
Sam Brannen 59c7bb1f86 Use Arrays.toString instead of Arrays.asList when generating Strings 3 years ago
Sam Brannen fe7c6f075b Polishing 3 years ago
izeye 0fb0335aa0 Add level guards for trace logging in SpringFactoriesLoaderRuntimeHintsRegistrar 3 years ago
Sam Brannen 6a67b4a2aa Polish SpringFactoriesLoaderRuntimeHintsRegistrar 3 years ago
Brian Clozel e6c0152916 Force AOT resolution of Spring Factories constructors 3 years ago
Phillip Webb 2961426d8a Fix checkstyle issues and test failures 3 years ago
Brian Clozel 267b91486e Add native hints for SpringFactoriesLoader file content 3 years ago
Phillip Webb e7e60f7cb9 Add native hints for core annotations 3 years ago
Phillip Webb 4cebd9d392 Fix SpringFactoriesLoader cache key when using default classloader 3 years ago
Sam Brannen e26d8839b3 Stop referring to features as Java 6/7 features where unnecessary 3 years ago
Juergen Hoeller 2b65f274dc Use Set.of instead of HashSet with Arrays.asList 3 years ago
Sam Brannen 8627bef8d9 Polishing 3 years ago
Phillip Webb 16e7f1f212 Complete refactor of AOT concepts 3 years ago
Phillip Webb c5c68a4662 Add MethodReference support 3 years ago
Phillip Webb 1816c77c51 Add generation context interface 3 years ago
Phillip Webb d5374550e5 Add support for generating classes 3 years ago
Phillip Webb 55d7f7a014 Add support for generating methods 3 years ago
Phillip Webb 16456342f5 Add support for generating method names 3 years ago
Phillip Webb ca2b5e068b Add support for generating class names 3 years ago
Phillip Webb a605d3f6ed Add AccessVisibility detection support 3 years ago
Phillip Webb 99173fbd4f Add GeneratedFiles interface and support classes 3 years ago
Phillip Webb b3efdf3c2b Add Throwable functional interfaces 3 years ago
Phillip Webb 58c441f961 Support multiple SpringFactoriesLoader files 3 years ago
Phillip Webb f17372ebea Add position variant of ObjectUtils.addObjectToArray 3 years ago
Juergen Hoeller f771603789 Polishing 3 years ago
Juergen Hoeller b55eee1b0d Upgrade to ASM 9.3 3 years ago
Juergen Hoeller 122ca4dd98 Assert with isEqualToNormalizingNewlines for Windows compatibility 3 years ago
Sam Brannen ab71ff93bb Polish package-info for org.springframework.util 3 years ago
neals cf30327740 Remove Log4J configurer from package-info.java in spring-core 3 years ago
Stephane Nicoll 5378572b00 Clarify lambda code block methods 3 years ago
Stephane Nicoll 26054fd3d4 AOT contribution for @PersistenceContext and @PersistenceUnit 3 years ago
Stephane Nicoll 10d254983f Refine MultiStatement#toClodeBlock 3 years ago
izeye fcf64798b5 Add Javadoc since for GraphQL constants 3 years ago