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
RFP PRE/POST-PROPOSAL SUBMISSION FLOW

🏆 1. The 5 Pillars to Win a Large Strategic Deal 1. Understand the Client Better Than They Do 👉 Don’t just read RFP — decode it What is their real problem ? What is driving this deal? (compliance, c

 
 
 
DIGITAL LENDING RFP Solution

🎯 RFP Proposal SOLUTION PRESENTATION – DIGITAL LENDING (WITH COLOR-CODED ARCHITECTURE) 1️⃣ Opening “Thank you for the opportunity. I’ll walk you through our approach to building a next-generation dig

 
 
 

Comments

Rated 0 out of 5 stars.
Couldn’t Load Comments
It looks like there was a technical problem. Try reconnecting or refreshing the page.
  • Facebook
  • Twitter
  • LinkedIn

©2024 by AeeroTech. Proudly created with Wix.com

bottom of page