Weekly Product Updates #24-02: Spring EcoSystem

Spring is one of most used application framework. Spring Ecosystem includes lot of tools and libraries across many verticals. It has support for Microservice, Reactive, Cloud, Serverless, Web application, Event driven, AI, Batch and lot more.
Let's check out the product releases happenned last week in Spring products.
Spring Boot released v3.3.3 release. It has few notable bug fixes in code and also in documentation. Upgraded third party dependencies which includes ActiveMQ, Infinispan, Jersey, Jetty, Netty, Neo4j etc. It also has support for Class Data Sharing (CDS), which is a JVM feature that can help reduce the startup time and memory footprint of Java applications.
Spring Modulith allows developers to build well-structured Spring Boot applications and guides developers in finding and working with application modules driven by the domain. It released version 1.2.3 and 1.3 M2 with minor enhancement and documentation related updates.
Spring Shell helps you to create Spring-powered CLI application. It released version 3.3.2 and 3.4.0-M1 with changes related to Spring Boot and JLine. It includes better unicode support.
Spring Integration provides an extension of the Spring programming model to support the well-known Enterprise Integration Patterns (EIP). It released version 6.3.3 with notable bug fixes and upgrading all third party libraries.
Spring Authorization Server is a framework built on top of Spring Security that provides implementations of the OAuth 2.1 and OpenID Connect 1.0. It released version 1.3.2 with few bug fixes and upgraded third party dependencies.
Spring Session manages user's session released version 3.3.2 with third party dependency upgrades.