From 3cba49e6bc269dbad799126323d9b7e37b39af2c Mon Sep 17 00:00:00 2001 From: cesarevalenti90 <50798547+cesarevalenti90@users.noreply.github.com> Date: Wed, 25 Jan 2023 17:35:49 +0100 Subject: [PATCH] BAEL-6088 - Ahead of Time Optimizations in Spring 6 (#13311) * BAEL-6057 - Implementing Retry In Kafka Consumer (moved code example to new module) * BAEL-6057 - Implementing Retry In Kafka Consumer (fix on README.md) * BAEL-6088 - Ahead of Time Optimizations in Spring 6 Co-authored-by: Cesare --- .../spring-boot-3-native/pom.xml | 24 +++++++++++++++---- spring-native/README.md | 1 + 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/spring-boot-modules/spring-boot-3-native/pom.xml b/spring-boot-modules/spring-boot-3-native/pom.xml index a70cc08755..5382b8413c 100644 --- a/spring-boot-modules/spring-boot-3-native/pom.xml +++ b/spring-boot-modules/spring-boot-3-native/pom.xml @@ -47,12 +47,26 @@ true - - - + + + + + + + - - + + diff --git a/spring-native/README.md b/spring-native/README.md index 0f193252d0..72308cb9d5 100644 --- a/spring-native/README.md +++ b/spring-native/README.md @@ -1,3 +1,4 @@ ## Relevant Articles: - [Introduction to Spring Native](https://www.baeldung.com/spring-native-intro) +- [Ahead of Time Optimizations in Spring 6](https://www.baeldung.com/aot-optimization-spring) \ No newline at end of file