close

Scott Frederick

Scott Frederick

Spring Boot and Spring Cloud committer

Dallas/Fort Worth TX

Blog Posts by Scott Frederick

Spring Boot 3.0.0-M3 available now

On behalf of the team and everyone who has contributed, I’m happy to announce that Spring Boot 3.0.0-M3 has been released and is now available from https://repo.spring.io/milestone.

This release includes 74 bug fixes, documentation improvements, and dependency upgrades. Notable new features include:

  • Auto-configuration for Micrometer Observation, Tracing, and OtlpMeterRegistry
  • Reinstated Support for REST Assured and Pooled JMS

Please see the release notes for more details and upgrade instructions.

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

Read more...

Spring Boot 2.7.0-M1 is now available

On behalf of the team and everyone who has contributed, I’m happy to announce that Spring Boot 2.7.0-M1 has been released and is now available from https://repo.spring.io/milestone.

This release includes 111 bug fixes, documentation improvements, and dependency upgrades. Notable new features include:

  • Spring GraphQL starter
  • Operating system and Java vendor information in actuator info endpoint
  • Support for RabbitStreamTemplate

Please see the release notes for more details and upgrade instructions.

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

Read more...

Spring Boot 2.6.2 available now

Update Jan 5: 2022: The Spring Framework version in this release includes fixes for CVE-2021-22060 whose official publication was deferred until today since many people take time off at the end of the year.

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

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

Read more...

Spring Boot 2.6.0-RC1 is available now

On behalf of the team and everyone who has contributed, I’m happy to announce that Spring Boot 2.6.0-RC1 has been released and is now available from https://repo.spring.io/milestone.

This release includes 85 bug fixes, documentation improvements, and dependency upgrades. New and Noteworthy features in this release include:

  • Java runtime information is optionally available in the /actuator/info endpoint
  • Support has been added for Log4j2 composite configurations
  • Additional configuration options have been added for buildpacks
  • SameSite cookie attributes are now supported with the servlet stack
Read more...

Spring Boot 2.3.8 available now

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

This release includes 35 bug fixes 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.

Read more...

Spring Boot 2.4.0-RC1 available now

On behalf of the team and everyone that contributed, I am pleased to announce that the first release candidate of Spring Boot 2.4 has been released and is available from our milestone repository.

This release closes 108 issues and pull requests. Thanks to all those who have contributed with issue reports and pull requests.

Highlights of this release include:

  • Rationalization of configuration properties for Spring MVC servlet and Spring WebFlux reactive stacks,
  • Refinements to the new config file processing, including the ability to load from config trees with a wildcard,
  • Upgrades to the recently released Spring Framework 5.3 and Spring Data 2020.0 release train,
  • Numerous other dependency upgrades,
Read more...

Spring Boot 2.3.5 available now

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

This release includes 92 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.

Read more...

Spring Boot 2.4.0-M4 available now

On behalf of the team and everyone that contributed, I am pleased to announce that the fourth milestone of Spring Boot 2.4 has been released and is available from our milestone repository.

This release closes 145 issues and pull requests. Thanks to all those who have contributed with issue reports and pull requests.

Highlights of this milestone include:

  • Failure Analyzer improvements
  • Ability to publish Docker images generated by the Maven and Gradle plugins
  • Redis cache metrics exposed via Micrometer
  • Numerous dependency upgrades
Read more...

Spring CredHub 2.0.0 released

I’m pleased to announce the general availability release of Spring CredHub 2.0.0, available now in Maven Central.

CredHub

CredHub provides centralized credential management to the Cloud Foundry platform. CredHub implements an HTTP API to securely store, generate, retrieve, and delete credentials of various types.

Spring CredHub provides a Java binding for the CredHub API, making it easy to integrate Spring applications with CredHub.

What’s New

The Spring CredHub 2.0.0 release includes the following enhancements:

  • Supports CredHub server versions 1.x and 2.x, and the CredHub v1 and v2 APIs

  • Provides compatibility with Spring Framework 5.1 and Spring Boot 2.1

  • Addition of a reactive interface using Reactor

Read more...

Spring CredHub 2.0.0.RC1 released

I’m pleased to announce the first release candidate of Spring CredHub 2.0.0, available now in the Spring milestone repository. A GA release of Spring CredHub 2.0.0 will be available in a few weeks.

CredHub

CredHub provides centralized credential management to the Cloud Foundry platform. CredHub implements an HTTP API to securely store, generate, retrieve, and delete credentials of various types.

Spring CredHub provides a Java binding for the CredHub API, making it easy to integrate Spring applications with CredHub.

Read more...