Spring Data 2020.0 - New and Noteworthy in Spring Data Neo4j 6.0

Engineering | Christoph Strobl | November 20, 2020 | ...

Spring Data Neo4j is a Spring Data community project that is maintained and developed by Neo4j, Inc. On behalf of the team working on the module at Neo4j, we are happy to share their insights about recent changes and new features shipped with the 2020.0.0 release.

Neo4j users who use Spring Boot 2.3 require special attention because the configuration infrastructure for Spring Data Neo4j 6.0 has changed in an incompatible way.

That said, not only has the configurational infrastructure changed, but the whole project changed.

The module has some history and went through several major changes. For…

Spring Cloud 2020.0.0-M5 (aka Ilford) is Available

Releases | Spencer Gibb | November 18, 2020 | ...

On behalf of the community, I am pleased to announce that the Milestone 5 (M5) of the Spring Cloud 2020 Release Train is available today. The release can be found in Spring Milestone repository. You can check out the 2020 release notes for more information.

Notable Changes in the 2020 Release Train

This release requires Spring Boot 2.4.0.

Support for OpenTelemetry was added in Sleuth.

Support for RSocket was added in Bus.

Please see the wiki for a list of all breaking changes in this release train.

See all of the included issues and pull requests at the Github project.

Spring Cloud Bus

Support for RSocket was added via Spring Cloud Function RSocket support. This does not require Spring…

Spring Data 2020.0 - New and Noteworthy in Spring Data R2DBC 1.2

Engineering | Mark Paluch | November 18, 2020 | ...

This release is a major milestone in Spring's R2DBC support. Spring support for R2DBC started as an experimental project two years ago to evaluate how a reactive SQL integration might look. With this release, Spring Data R2DBC underwent a major refactoring by moving several components into a dedicated spring-r2dbc module and deprecating components that are provided by the Spring Framework. Besides that change, Spring Data R2DBC ships with the following most notable changes:

  • Add lifecycle callbacks through the EntityCallback API
  • Reactive auditing
  • Pass-through of enum values and Postgres Geo types

This Week in Spring - November 17th, 2020

Engineering | Josh Long | November 18, 2020 | ...

Hi, Spring fans! Can you believe it's already November 17th, 2020!? We're weeks away from Thanksgiving here in the US and then the end-of-year holidays. I, for one, can not believe it. You know what else is pretty wild? The first week of January will be ten years of writing This Week in Spring!

I've got a pretty busy appearance schedule between now and the end of the year though. I'd love to see you at any of these events.

  1. 2020-11-17 - Ireland Bash Talk - I'll be speaking _tonight_ (California, USA / PDT time)
  2. 2020-11-18 - JCConf keynote speaker - Rsocket Revolution
  3. 2020-11-18 - QCon Plus - I'll be doing a presentation and doing live Q&A
  4. 2020-11-19 - the Kansas City JUG
  5. 2020-11-22 - GDG Devfest Shanghai
  6. 2020-11-23 - JavaHispano JUG presentation
  7. 2020-12-03 - Knoxville JUG
  8. 2020-12-04 - I'll be speaking at the jLove conference, participating in both a talk and a panel
  9. 2020-12-07 - Join me, Spring Developer Advocate Josh Long for this 90 minute exploration of all things reactive and RSocket in Spring. This is ideally timed for folks in APJ, so sign up now!
  10. 2020-12-15 - I'll be speaking at the Warsaw, Poland JUG - Warszawa JUG. Check the website for more details as they become available
  11. 2020-12-23 - Join me on our VMWare Tanzu channel - I'll be doing a "Code" stream at noon PDT

And, with all that out of the way, we've got a ton of stuff to get to this week so let's dive right in!

Case Study: Elasticsearch sink

Engineering | Soby Chacko | November 16, 2020 | ...

This article is part of a blog series that explores the newly redesigned Spring Cloud Stream applications based on Java Functions. In this post, we will look at the Elasticsearch sink that allows us to index records in Elasticsearch, and its corresponding Consumer function.

Here are all the previous parts of this blog series.

Spring Data 2020.0 - New and Noteworthy in Spring Data MongoDB 3.1

Engineering | Christoph Strobl | November 13, 2020 | ...

The Spring Data MongoDB 3.1 release is one of the modules that highly benefited from the recent changes in the Spring Data Commons module, by leveraging the infrastructure built there to bring reactive features like auditing and SpEL. The following snippet gives you an impression of what this means for declarative MongoDB queries using SpEL:

@Query("{ 'supervisor' : ?#{ hasRole('ROLE_ADMIN') " +
  "? new Document('$regex', '*') : principal.name } }")
Flux<Person> findAllFilteredByRole();

@EnableReactiveMongoAuditing uses the common infrastructure so you can keep track of changes easily.

Spring Boot 2.3.6 available now

Releases | Stéphane Nicoll | November 13, 2020 | ...

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

This release includes 30 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 2.4.0 available now

Releases | Andy Wilkinson | November 12, 2020 | ...

On behalf of the Spring Boot team and everyone that has contributed, I am pleased to announce that Spring Boot 2.4.0 has been released and is available from Maven Central. 2.4.0 is the first generally available Spring Boot release that uses the new versioning scheme. Please note that the version is 2.4.0 rather than 2.4.0.RELEASE that you may have expected based on previous releases.

This release adds a significant number of new features and improvements. For full upgrade instructions and new and noteworthy features please see the release notes.

What's new in 2.4

Config File Processing…

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