From 4d6f956b245045748dcf43f2ec4f65de71a040dd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Nov 2022 08:17:35 +0100 Subject: [PATCH] Fix summary of "Core Features" section Closes gh-33207 --- .../spring-boot-docs/src/docs/asciidoc/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/index.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/index.adoc index ff7d6777580..f8eb7198ddd 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/index.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/index.adoc @@ -15,7 +15,7 @@ The reference documentation consists of the following sections: <> :: Introducing Spring Boot, System Requirements, Servlet Containers, Installing Spring Boot, and Developing Your First Spring Boot Application <> :: Upgrading from 1.x, Upgrading to a new feature release, and Upgrading the Spring Boot CLI. <> :: Build Systems, Structuring Your Code, Configuration, Spring Beans and Dependency Injection, DevTools, and more. -<> :: Profiles, Logging, Security, Caching, Spring Integration, Testing, and more. +<> :: Profiles, Logging, Internationalization, Task Execution and Scheduling, Testing, and more. <> :: Servlet Web, Reactive Web, Embedded Container Support, Graceful Shutdown, and more. <> :: SQL and NOSQL data access. <> :: Caching, Quartz Scheduler, REST clients, Sending email, Spring Web Services, and more.