91 Commits (6.0.x)

Author SHA1 Message Date
Brian Clozel 227049824c Fix RuntimeHintsPredicates matching rules 1 year ago
Juergen Hoeller 18966d048c Consistent equals/hashCode style (and related polishing) 1 year ago
Juergen Hoeller d250a5155a Consistent dependency declarations 1 year ago
Sam Brannen e17f5c50a8 Update copyright headers 2 years ago
Sam Brannen 00be19c647 Consistently declare Object::equals argument as @Nullable 2 years ago
Sam Brannen 74f6725a37 Update copyright headers 2 years ago
Sam Brannen 95481018d0 Apply "instanceof pattern matching" in spring-core-test 2 years ago
Sam Brannen 56523d5014 Polishing 2 years ago
Sam Brannen 69f47e7700 Polishing 2 years ago
Sam Brannen a88dbbec98 Apply project formatting rules for ternary operator 2 years ago
Sam Brannen 7fcd1de8e3 Use AssertJ's isEmpty() instead of hasSize(0) 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
Sam Brannen 9d73f81e9c Avoid String allocations with Assert.notNull() 2 years ago
Phillip Webb 327eec09ae Allow TestCompiler DynamicClassLoader to resolve '.class' resources 2 years ago
Stephane Nicoll 76e87ad475 Polish 2 years ago
Stephane Nicoll efaee61f31 Harmonize accessors of RuntimeHints API 2 years ago
Brian Clozel 43d39d4e8a Enforce need for type reflection in RuntimeHintsAgent 2 years ago
Stephane Nicoll ce46170a04 Avoid using org.springframework.boot 2 years ago
Phillip Webb afac8dd8af Refine SourceFile record to class conversion 2 years ago
Phillip Webb 7fd8e081bb Allow TestCompiler SourceFile to work with records 2 years ago
Stephane Nicoll c5fc0a5ef3 Add shortcut in TestGenerationContext 2 years ago
Stephane Nicoll 8ef850ff91 Update ClassNameGenerator to work with a ClassName target 2 years ago
Adam Ostrožlík 0ccb64fe10 Replace Collectors.toList with Stream.toList 2 years ago
Stephane Nicoll 267908a118 Polish 2 years ago
Phillip Webb 6802665177 Refactor GeneratedFilesTestCompilerUtils to CompilerFiles 2 years ago
Stephane Nicoll 4625e92eb8 Break dependency between TestCompiler and AOT 2 years ago
Stephane Nicoll 2f84096af1 Polish 2 years ago
Stephane Nicoll cc3616da66 Remove unnecessary import 2 years ago
Phillip Webb df9990f66b Relocate MockSpringFactoriesLoader 2 years ago
Phillip Webb 52bffbff76 Move `TestCompiler` and related classes to `core.test.tools` package 2 years ago
Scott Frederick c9009453c9 Allow TestCompiler to access and generate resources 2 years ago
Phillip Webb cc7552ec61 Rename @CompileWithTargetClassAccess 2 years ago
Andy Wilkinson 7168141504 Allow TestCompiler to load cglib generated classes 2 years ago
Stephane Nicoll e59da2de1e Allow test compilation to reference existing generated classes 2 years ago
Stephane Nicoll aa5d7398d5 Polish 2 years ago
Stephane Nicoll e9997d4004 Polish 2 years ago
Stephane Nicoll 58a2b79699 Harmonize hint registration 2 years ago
Stephane Nicoll 042a4f3518 Polish "Adapt FieldHint to recent GraalVM versions" 2 years ago
Sam Brannen 93049f98ee Support TestNG with @CompileWithTargetClassAccess 2 years ago
Brian Clozel 323d1907c1 Do not require full type reflection when listing methods/fields 2 years ago
Sam Brannen 97b98c3378 Support default package for TypeReference in ResourceHintsPredicates 2 years ago
Stephane Nicoll 6e93f1187c Move TestCompiler from generator to generate 2 years ago
Stephane Nicoll 58b0251af1 Relocate TestGenerationContext to spring-core-test 2 years ago
Andy Wilkinson 0daaa1c38a Make QDox an implementation detail of spring-core-test 2 years ago
Brian Clozel 7ace1f9dc5 Align RuntimeHintsPredicates with new FieldMode 2 years ago
Phillip Webb 505da5c602 Migrate hint registration to shortcuts 2 years ago
Brian Clozel 289d378aeb Polish 2 years ago
Johnny Lim 706c1ec8dd Polish 2 years ago
Brian Clozel 3c22404bce Fix RuntimeHintsAgent instrumentation for method invocation 2 years ago