Building intelligent Spring Apps with Azure OpenAI

Engineering | Josh Long | July 02, 2023 | ...

Note from Josh: Hi, Spring fans! I wanted to cross post this article looking at using Spring and Azure OpenAI from Microsoft's Sean Li because it's interesting: enjoy!

Integrating cutting-edge artificial intelligence into apps has become a new trend in today's technological landscape. Spring is the most popular Java framework in the market, known for its simplicity, design patterns and focus on productivity for developing enterprise-grade applications. In this blog, we delve into the exciting realm of leveraging Spring with Azure OpenAI to unlock a new realm of possibilities. You can…

Spring Cloud 2021.0.8 (aka Jubilee) Is Available

Releases | Marcin Grzejszczak | June 30, 2023 | ...

On behalf of the community, I am pleased to announce that the General Availability (RELEASE) of the Spring Cloud 2021.0.8 Release Train is available today. The release can be found in Maven Central. You can check out the 2021.0.8 release notes for more information.

Notable Changes in the 2021.0.8 release

Spring Cloud Commons

  • Spring Cloud LoadBalancer - allow chain filtering of instances based on requests (#1227 )

The following modules were updated as part of 2021.0.8:

Module Version Issues
Spring Cloud Kubernetes 2.1.8 (tag)
Spring Cloud Task 2.4.6 (tag)
Spring Cloud Function 3.2.11 (issues)
Spring Cloud Commons 3.1.7 (issues)
Spring Cloud Circuitbreaker 2.1.7 (tag)
Spring Cloud Openfeign 3.1.8 (issues)
Spring Cloud Gateway 3.1.8 (issues)
Spring Cloud Stream 3.2.9 (tag)
Spring Cloud Contract 3.1.8 (issues)
Spring Cloud Config 3.1.8 (issues)
Spring Cloud Build 3.1.8  
Spring Cloud Starter Build 2021.0.8  
Spring Cloud Netflix 3.1.7 (issues)

Spring Shell 2.1.11, 3.0.6 and 3.1.2 are now available

Releases | Janne Valkealahti | June 28, 2023 | ...

Spring Shell 2.1.11, 3.0.6 and 3.1.2 are now available

On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Shell 2.1.11, 3.0.6 and 3.1.2 has been released and are now available from Maven Central.

Please see the release notes 2.1.11, release notes 3.0.6 and release notes 3.1.2 for more details.

Thanks to all those who have contributed with issue reports and pull requests.

How can you help?

Project Page | GitHub | Issues | Documentation

Using Spring for GraphQL with Spring Data Neo4j

Engineering | Mark Paluch | June 27, 2023 | ...

Introduction

This is a guest blog post by Gerrit Meier from Neo4j who maintain(s) the Spring Data Neo4j module.

A few weeks ago version 1.2.0 of Spring (for) GraphQL was released with a bunch of new features. This also includes even better integration with Spring Data modules. Motivated by those changes, more support in Spring Data Neo4j has been added, to give the best experience when using it in combination with Spring GraphQL. This post will guide you on creating a Spring application with data stored in Neo4j and GraphQL support. If you are only partial interested in the domain, you can…

This Week in Spring - June 27th, 2023

Engineering | Josh Long | June 27, 2023 | ...

Hi Spring fans! Welcome to another installment of This Week in Spring! This week I am in Seoul talking to developers about the latest-and-greatest in Spring Boot 3! There's so much great stuff coming, and so much great stuff already. There are a few things I'm super excited about.

First, yesterday I did a joint presentation with my friend the one the only the amazing Trustin Lee, creator of Netty and lead of the Armeria Project over at LINE corporation. LINE is a super popular social messaging application used a lot in Korea and in Japan. It was a ton of fun collaborating with, and copresenting with, him

Spring Modulith 1.0 M1 released

Releases | Oliver Drotbohm | June 23, 2023 | ...

I am happy to announce the release of Spring Modulith 1.0 M1. This is an important milestone for the project and the first step on the road to promote it from an experimental to an official Spring project. This means that we ship a couple of breaking changes

  • The group identifier is now org.springframework.modulith (previously org.springframework.experimental).
  • The Spring Boot baseline of the project is 3.1 (previously 3.0).
  • The name of the actuator endpoint exposing the application module structure is now application-modules (previously applicationmodules).
  • The previously deprecated configuration properties in the JDBC-based event registry have been removed.

Improved Testcontainers Support in Spring Boot 3.1

Engineering | Moritz Halbritter | June 23, 2023 | ...

There's been support for Testcontainers in Spring Boot for some time now, and Spring Boot 3.1 improves it further. But first, let's take a look at what Testcontainers is and how it's usually used.

Testcontainers is an open source framework for providing throwaway, lightweight instances of databases, message brokers, web browsers, or just about anything that can run in a Docker container.

If you have used Testcontainers in the past, there's a high chance that you have been using them in integration tests:

@SpringBootTest
@Testcontainers
class MyIntegrationTests {

    @Container
    static…

Spring Boot 3.1.1 available now

Releases | Andy Wilkinson | June 22, 2023 | ...

On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 3.1.1 has been released and is now available from Maven Central.

This release includes 89 bug fixes, documentation improvements, and dependency upgrades. Thanks to all those who have contributed with issue reports and pull requests.

How can you help?

If you're interested in helping out, check out the "ideal for contribution" tag in the issue repository. If you have general questions, please ask on stackoverflow.com using the spring-boot tag or chat with the community on Gitter.

Project Page | GitHub | Issues | Documentation | Stack Overflow |

Spring Boot 3.0.8 available now

Releases | Andy Wilkinson | June 22, 2023 | ...

On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 3.0.8 has been released and is now available from Maven Central.

This release includes 51 bug fixes, documentation improvements, and dependency upgrades. Thanks to all those who have contributed with issue reports and pull requests.

How can you help?

If you're interested in helping out, check out the "ideal for contribution" tag in the issue repository. If you have general questions, please ask on stackoverflow.com using the spring-boot tag or chat with the community on Gitter.

Project Page | GitHub | Issues | Documentation | Stack Overflow |

Get the Spring newsletter

Thank you for your interest. Someone will get back to you shortly.

Get ahead

VMware offers training and certification to turbo-charge your progress.

Learn more

Get support

Tanzu Spring Runtime offers support and binaries for OpenJDK™, Spring, and Apache Tomcat® in one simple subscription.

Learn more

Upcoming events

Check out all the upcoming events in the Spring community.

View all