Skip to content

Commit c8d3e07

Browse files
committed
Merge branch '3.2.x' into 3.3.x
Closes gh-42476
2 parents da1edd3 + ab96849 commit c8d3e07

File tree

1 file changed

+6
-0
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/antora/modules/maven-plugin/pages

1 file changed

+6
-0
lines changed

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/antora/modules/maven-plugin/pages/aot.adoc

+6
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ The `native` profile configures the following:
4141
** Validate that a suitable GraalVM version is available.
4242
** Download third-party reachability metadata.
4343

44+
[WARNING]
45+
====
46+
The use of the raw classpath means that native image does not know about the generated `MANIFEST`.
47+
If you need to read the content of the manifest in a native image, for instance to get the implementation version of your application, configure the `classesDirectory` option to use the regular jar.
48+
====
49+
4450
To benefit from the `native` profile, a module that represents an application should define two plugins, as shown in the following example:
4551

4652
[source,xml,indent=0,subs="verbatim,attributes"]

0 commit comments

Comments
 (0)