File tree Expand file tree Collapse file tree 3 files changed +1
-9
lines changed
main/java/org/springframework/data/util
test/java/org/springframework/data/repository Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 2222
2323import org .springframework .aot .generate .GenerationContext ;
2424import org .springframework .aot .hint .BindingReflectionHintsRegistrar ;
25- import org .springframework .aot .hint .MemberCategory ;
2625import org .springframework .core .annotation .MergedAnnotation ;
2726
2827/**
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2024 the original author or authors.
2+ * Copyright 2024-2025 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
1515 */
1616package org .springframework .data .repository .aot .generate ;
1717
18- import static org .assertj .core .api .Assertions .assertThat ;
19-
20- import example .UserRepository ;
21-
2218import org .junit .jupiter .api .Test ;
23- import org .springframework .aot .test .generate .TestGenerationContext ;
24- import org .springframework .core .test .tools .TestCompiler ;
2519
2620/**
2721 * @author Christoph Strobl
Original file line number Diff line number Diff line change 2828import org .junit .jupiter .api .TestFactory ;
2929
3030import org .springframework .core .MethodParameter ;
31- import org .springframework .data .repository .Repository ;
3231import org .springframework .data .repository .query .ParametersUnitTests .User ;
3332import org .springframework .data .util .TypeInformation ;
3433
You can’t perform that action at this time.
0 commit comments