spring-boot/spring-boot-project
Andy Wilkinson 2b503ee334 Add AOT-generated classes as a dependency
Previously, the AOT-generated classes were added directly to the
compile classpath of the AOT compilation task. This didn't work
perfectly in IntelliJ IDEA, leaving the generated classes in the
runtime scope and causing compilation problems where the
AOT-generated source tried to reference those classes.

This commit updates the plugin to add the AOT-generated classes as
a dependency to the AOT source set's implementation configuration.
This makes the classes available during compilation by the source
set's Java compilation task while also makeing IntelliJ IDEA aware
of their presence on the compile classpath.

Closes gh-32395
2022-09-15 14:02:54 +01:00
..
spring-boot Update SpringBootContextLoader to support AOT 2022-09-14 22:37:47 -07:00
spring-boot-actuator Adapt to API change in Spring Framework 2022-09-12 15:39:03 +02:00
spring-boot-actuator-autoconfigure Adapt to API change in Spring Framework 2022-09-12 10:13:03 +02:00
spring-boot-autoconfigure Deprecate spring.mvc.ignore-default-model-on-redirect property 2022-09-14 13:49:03 -07:00
spring-boot-cli Remove rarely used commands from the CLI 2022-09-08 21:23:33 +01:00
spring-boot-dependencies Upgrade to Selenium HtmlUnit 3.64.0 and Selenium 4.4.0 2022-09-15 12:31:56 +01:00
spring-boot-devtools Generate the AutoConfiguration.imports file from annotations 2022-09-02 15:10:22 -05:00
spring-boot-docs Add SpringBootTest.useMainMethod support 2022-09-14 22:37:37 -07:00
spring-boot-parent Build with Gradle 7.5 while still supporting Gradle 6.8+ 2022-09-09 15:13:43 +01:00
spring-boot-properties-migrator Use pattern matching for instanceof where appropriate 2022-06-20 17:55:36 +01:00
spring-boot-starters Introduce 'nativeTest' maven profile 2022-09-14 22:37:41 -07:00
spring-boot-test Upgrade to Selenium HtmlUnit 3.64.0 and Selenium 4.4.0 2022-09-15 12:31:56 +01:00
spring-boot-test-autoconfigure Upgrade to Selenium HtmlUnit 3.64.0 and Selenium 4.4.0 2022-09-15 12:31:56 +01:00
spring-boot-tools Add AOT-generated classes as a dependency 2022-09-15 14:02:54 +01:00