From a2f9d82f966f2995b0b6f8112cb4e1f302c8ec95 Mon Sep 17 00:00:00 2001 From: spencergibb Date: Thu, 3 Feb 2022 12:50:16 -0500 Subject: [PATCH] Updates docs to java 17, Spring 6 & Boot 3 --- docs/src/main/asciidoc/README.adoc | 6 +++--- docs/src/main/asciidoc/intro.adoc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/main/asciidoc/README.adoc b/docs/src/main/asciidoc/README.adoc index 9b333b62..8a0774fb 100644 --- a/docs/src/main/asciidoc/README.adoc +++ b/docs/src/main/asciidoc/README.adoc @@ -7,9 +7,9 @@ include::intro.adoc[] == Features -* Java 8 -* Spring Framework 5 -* Spring Boot 2 +* Java 17 +* Spring Framework 6 +* Spring Boot 3 * Dynamic routing * Route matching built into Spring Handler Mapping * Route matching on HTTP Request (Path, Method, Header, Host, etc...) diff --git a/docs/src/main/asciidoc/intro.adoc b/docs/src/main/asciidoc/intro.adoc index e66341e6..200bc11e 100644 --- a/docs/src/main/asciidoc/intro.adoc +++ b/docs/src/main/asciidoc/intro.adoc @@ -1,2 +1,2 @@ -This project provides an API Gateway built on top of the Spring Ecosystem, including: Spring 5, Spring Boot 2 and Project Reactor. Spring Cloud Gateway aims to provide a simple, yet effective way to route to APIs and provide cross cutting concerns to them such as: security, monitoring/metrics, and resiliency. +This project provides an API Gateway built on top of the Spring Ecosystem, including: Spring 6, Spring Boot 3 and Project Reactor. Spring Cloud Gateway aims to provide a simple, yet effective way to route to APIs and provide cross cutting concerns to them such as: security, monitoring/metrics, and resiliency.