Skip to content

4.x: AOT update, remove aot site, update guides for native image #7859

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/includes/guides/graalnative.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,5 @@ HotSpot VM might be more appropriate.

For information about creating custom Java runtime images see
xref:{guidesdir}/jlink-image.adoc[Custom Runtime Images with `jlink`].

NOTE: When building Helidon using native-image, we check features on classpath, and warn if there is a problem or restriction of support
117 changes: 0 additions & 117 deletions docs/mp/aot.adoc

This file was deleted.

122 changes: 0 additions & 122 deletions docs/se/aot.adoc

This file was deleted.

7 changes: 0 additions & 7 deletions docs/se/introduction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ Helidon SE supports a number of additional Helidon features:

[PILLARS]
====
//aot
[CARD]
.Ahead-of-Time Compilation (AOT)
[icon=save,link=aot.adoc]
--
Use GraalVM native image to compile Helidon applications into a native executable.
--
//config
[CARD]
.Config
Expand Down
12 changes: 0 additions & 12 deletions docs/sitegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,6 @@ backend:
glyph:
type: "icon"
value: "warning"
- type: "PAGE"
title: "GraalVM Native Image"
source: "aot.adoc"
glyph:
type: "icon"
value: "save"
- type: "PAGE"
title: "GraphQL Server"
source: "graphql.adoc"
Expand Down Expand Up @@ -355,12 +349,6 @@ backend:
glyph:
type: "icon"
value: "warning"
- type: "PAGE"
title: "GraalVM Native Image"
source: "aot.adoc"
glyph:
type: "icon"
value: "save"
- type: "PAGE"
title: "GraphQL Server"
source: "graphql.adoc"
Expand Down