Move hints to dedicated top-level package (avoiding aot<->support cycle)

See gh-29026, gh-29069
This commit is contained in:
Juergen Hoeller 2022-10-11 15:34:30 +02:00
parent 4bb2e23239
commit 0f8ca805e1
4 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.test.context.aot.hint;
package org.springframework.test.context.hint;
import org.springframework.aot.hint.RuntimeHints;
import org.springframework.core.annotation.MergedAnnotations;

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.test.context.aot.hint;
package org.springframework.test.context.hint;
import java.lang.annotation.Annotation;
import java.util.Arrays;

View File

@ -4,7 +4,7 @@
*/
@NonNullApi
@NonNullFields
package org.springframework.test.context.aot.hint;
package org.springframework.test.context.hint;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;

View File

@ -1,5 +1,5 @@
org.springframework.aot.hint.RuntimeHintsRegistrar=\
org.springframework.test.context.aot.hint.TestContextRuntimeHints
org.springframework.test.context.hint.TestContextRuntimeHints
org.springframework.test.context.aot.TestRuntimeHintsRegistrar=\
org.springframework.test.context.aot.hint.StandardTestRuntimeHints
org.springframework.test.context.hint.StandardTestRuntimeHints