Skip to content

Commit ce78ad3

Browse files
garyrussellartembilan
authored andcommitted
Docs for Native Images
1 parent ba4ef9b commit ce78ad3

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

src/reference/asciidoc/appendix.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ include::../docs/generated/spans.adoc[]
88

99
include::../docs/generated/conventions.adoc[]
1010

11+
[appendix]
12+
[[native-images]]
13+
== Native Images
14+
15+
https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#aot[Spring AOT] native hints are provided to assist in developing native images for Spring applications that use Spring AMQP.
16+
17+
Some examples can be seen in the https://github.com/spring-projects/spring-aot-smoke-tests/tree/main/integration[`spring-aot-smoke-tests` GitHub repository].
18+
1119
[appendix]
1220
[[change-history]]
1321
== Change History

src/reference/asciidoc/whats-new.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ The remoting feature (using RMI) is no longer supported.
1616
Enabling observation for timers and tracing using Micrometer is now supported.
1717
See <<micrometer-observation>> for more information.
1818

19+
[[x30-Native]]
20+
==== Native Images
21+
22+
Support for creating native images is provided.
23+
See <<native-images>> for more information.
24+
1925
==== AsyncRabbitTemplate
2026

2127
IMPORTANT: The `AsyncRabbitTemplate` now returns `CompletableFuture` s instead of `ListenableFuture` s.

0 commit comments

Comments
 (0)