top of page

Springboot 3.0 Features

  • Writer: Anand Nerurkar
    Anand Nerurkar
  • Jun 14, 2023
  • 1 min read

Updated: Oct 2, 2023

Major changes are around

Java version - 17 or later

Spring Framework 6

Gradle version - 7.3 or later

Jakarta

----Javax package is now moved to Jakarta package. As a result we need to adjust all imports in our code to jakarta package. For example


import javax.servlet.http.HttpServletRequest

will be now

import jakarta.servlet.http.HttpServletRequest


Spring Native support

HttpExchange

--allow declarative way to call API rathar than using rest template,web client,feinclient

Observability with Macrometer & Macrometer tracing

ProblemDetails

simplify the error management process.







 
 
 

Recent Posts

See All

Comments

Rated 0 out of 5 stars.
No ratings yet

Add a rating
  • Facebook
  • Twitter
  • LinkedIn

©2024 by AeeroTech. Proudly created with Wix.com

bottom of page