Home > Technology peripherals > AI > body text

VMWare announces Spring Boot 3.2 framework is nearing completion and expects its usage to grow significantly

WBOY
Release: 2023-11-14 19:33:32
forward
1397 people have browsed it

Author | Tim Anderson

Compiled|Produced by Yan Zheng

|51CTO Technology Stack (WeChat ID: blog51cto)

VMWare has released the full availability of Spring Boot 3.2 , a major update to this popular open source Java framework. As of now, the latest version is the release candidate version of 2.0

1, Spring Boot 3.2 new features

Spring Boot 3.2 is the first to support Java 21 virtual threads (also known as Project Loom) products, Java 21 virtual threads will have a significant impact on their performance and efficiency. According to VMWare developer advocate Josh Long, prior to Java 21, each new thread used 2MB of RAM, and virtual threads were lightweight.

This version also supports localized compilation using Spring Boot and GraalVM's virtual threads, greatly reducing startup time

Another new feature is SSL hot reloading. This feature enables embedded web servers, specifically Tomcat and Netty, to update SSL certificates without restarting. Once a new certificate is installed, already established connections will continue to use the old certificate, while new connections will be secured with the new certificate

VMWare said that the usage of Spring Boot is growing significantly, claiming that according to the annual VMWare spring status report, it has "50% year-over-year growth for the fifth consecutive year."

2. Spring Boot: The simpler, the more popular

The development history of Spring and Spring Boot shows a rule: practical methods can often overcome unnecessary complexity

Spring originated from a book called "Expert One on One J2EE Design and Development" written by Rod Johnson in 2002, in which he described bugs in Java 2 EE (Enterprise Edition) that he believed were too Complexity is the reason for many failed projects. This book contains a sample project that avoids unnecessary EJB (Enterprise JavaBeans) usage and evolves it into the Spring framework.

Spring 1.0 was released in 2003. The first version of Spring Boot was designed to simplify the platform. "It provides a unique perspective on the Spring platform so that new and existing users can get what they need quickly," the release explains.

Spring Boot 1.0 was first released in April 2014. Even fast forward to today, Spring Boot is still the default choice for many Java projects.

3. Spring AI is in preview

What is the status of artificial intelligence now? Spring AI, currently in preview, is designed to provide abstractions for services including OpenAI and Azure OpenAI, which is reminiscent of Microsoft's .NET Semantic Core. Command: Spring boot add AI will add libraries to existing projects to support artificial intelligence functions such as chatbots. According to the documents, "The project was founded with the belief that the next wave of generative artificial intelligence applications will not only be available to Python developers, but will be widely used in many programming languages."

The above is the detailed content of VMWare announces Spring Boot 3.2 framework is nearing completion and expects its usage to grow significantly. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:51cto.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!