From e85ea01f883a4124f92de8e69a6c851605f2b35e Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 3 Feb 2022 18:25:45 +0000 Subject: [PATCH] Bumping versions --- README.adoc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.adoc b/README.adoc index e21c76d3..13fed77c 100644 --- a/README.adoc +++ b/README.adoc @@ -10,14 +10,14 @@ image::https://codecov.io/gh/spring-cloud/spring-cloud-gateway/branch/master/gra image::https://api.codacy.com/project/badge/Grade/a6885a06921e4f72a0df0b7aabd6d118["Codacy code quality", link="https://www.codacy.com/app/spring-cloud/spring-cloud-gateway?utm_source=github.com&utm_medium=referral&utm_content=spring-cloud/spring-cloud-gateway&utm_campaign=Badge_Grade"] -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. == 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...) @@ -28,7 +28,7 @@ This project provides an API Gateway built on top of the Spring Ecosystem, inclu == Building -:jdkversion: 1.8 +:jdkversion: 17 === Basic Compile and Test @@ -108,7 +108,6 @@ The generated eclipse projects can be imported by selecting `import existing pro from the `file` menu. - == Contributing :spring-cloud-build-branch: master