run命令:mvn -Pnative:compile但在这里执行spring-boot-maven-plugin:3.2.0:process-aot卡住了工作后试试Ctrl+Chttps://docs.spring.io/spring-boot/docs/current/reference/html/native-image.html#native-image.whats-nextpom.xml: <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-bo...
Process 24500 is waiting for process 24960 to complete. Can you please recreate the problem and share a thread dump of theorg.springframework.boot.SpringApplicationAotProcessorprocess? It looks like theSpringApplicationAotProcessor#main:L77execution is completed, but it still retains some user threads...
scottfrederick self-assigned this Nov 10, 2022 scottfrederick changed the title process-aot fails when compiler plugin has been configured with --enable-preview Maven process-aot fails when compiler plugin has been configured with --enable-preview Nov 11, 2022 scottfrederick modified the milestone...
The Spring Boot Maven plugin offers goals that can be used to perform AOT processing on both application and test code. [[aot.processing-applications]] == Processing Applications To configure your application to use this feature, add an execution for the `process-aot` goal, as shown in the ...
I am trying to compile natively Spring Boot (version 3.0.2) application, which I am able to run successfully in JVM. The build fails on the following step [4/7] Parsing methods... with following stack trace. I am also attaching POM file ...
[Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:3.0.0:process-aot (process-aot) on project command-line: Unable to compile generated source module not found: spring.boot.autoconfigure module not found: spring...