close

Andy Wilkinson

Andy Wilkinson

Developer

Southampton, UK

Blog Posts by Andy Wilkinson

Spring Boot 3.0.0-M4 available now

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

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

  • Support for Elasticsearch’s new Java client
  • Support for Flyway 9
  • Support for Hibernate 6.1

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.2 available now

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

This release includes 40 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.6.10 available now

On behalf of the team and everyone who has contributed, I’m happy to announce that Spring Boot 2.6.10 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.

Read more...

Spring Boot 2.7.1 available now

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

This release includes 66 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.6.9 available now

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

This release includes 44 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.7.0 available now

On behalf of the Spring Boot team and everyone that has contributed, I am pleased to announce that Spring Boot 2.7.0 has been released and is available from Maven Central.

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.7

The highlights of the 2.7 release include:

  • Auto-configuration and metrics for Spring for GraphQL; see related 1.0 release announcement
  • New @DataCouchbaseTest and @DataElasticsearchTest support
  • Podman can now be used when building images using Cloud Native Buildpacks
  • Support for Cache2k
  • Simplified registration of Jackson Mixins
  • Web server SSL configuration using PEM-encoded certs
Read more...

Spring Boot 2.6.8 available now

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

This release includes 35 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.6.3 is now available

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

This release includes 39 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 REST Docs 3.0.0-M1

On behalf of the team and everyone who has contributed, I am pleased to announce that Spring REST Docs 3.0.0-M1 is now available from https://repo.spring.io/milestone.

This initial 3.0 milestone contains 13 enhancements, documentation improvements, and dependency upgrades. It covers the baseline upgrade efforts, in particular requiring JDK 17 and Spring Framework 6 and migrating to the Jakarta EE 9 APIs as announced in this blog post.

Please note that support for REST Assured has been removed temporarily as it is not yet compatible with Jakarta EE 9. We hope to reinstate support in a subsequent milestone prior to 3.0’s release towards the end of this year.

Read more...