Test the ApplicationContextAotGenerator with the agent

This commit adds new tests for the `ApplicationContextAotGenerator`,
this time leveraging the `RuntimeHintsAgent` that checks the need for
runtime hints at runtime.

See gh-27981
This commit is contained in:
Brian Clozel
2022-06-30 18:20:32 +02:00
parent 52ec031025
commit 772d801e48
2 changed files with 133 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
plugins {
id 'org.springframework.build.runtimehints-agent'
}
description = "Spring Context"
apply plugin: "kotlin"