Skip to content

Conversation

@jamesfredley
Copy link
Contributor

@jamesfredley jamesfredley commented Jan 22, 2026

This PR upgrades Spring Boot from 3.5.9 to 3.5.10.

Spring Boot 3.5.10 Release Highlights

Bug Fixes

  • Improved bean condition evaluation - Unnecessary queries to the bean factory for types that are not present have been eliminated, improving performance
  • Fixed /info endpoint for Java 25 Native Image - VirtualThreadSchedulerMXBean support now works correctly
  • Fixed DataSourceBuilder native image support - Oracle UCP (oracle.ucp.jdbc.PoolDataSourceImpl) can now be created in native images
  • Fixed reproducibility - Application JARs created by the extract command are now reproducible
  • Fixed AOT processing - Test AOT processing is no longer disabled when 'skipTests' is set

Key Dependency Upgrades

  • Hibernate 6.6.41.Final
  • Logback 1.5.25
  • Micrometer 1.15.8 & Micrometer Tracing 1.5.8
  • PostgreSQL 42.7.9
  • Spring Data BOM 2025.0.8
  • Spring Integration 6.5.6
  • Spring Kafka 3.3.12
  • Reactor BOM 2024.0.14
  • REST Assured 5.5.7
  • Undertow 2.3.22.Final

Documentation Improvements

  • Updated documentation for Buildpack's AOT Cache support
  • Documented support for configuring arguments passed to Docker Compose
  • Clarified HazelcastConfigCustomizer javadoc

For complete release notes, see: https://github.com/spring-projects/spring-boot/releases/tag/v3.5.10

Copilot AI review requested due to automatic review settings January 22, 2026 18:27
@jamesfredley jamesfredley self-assigned this Jan 22, 2026
@jamesfredley jamesfredley added this to the grails:7.0.7 milestone Jan 22, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Spring Boot BOM/plugin version used by the build to 3.5.10.

Changes:

  • Bump spring-boot.version from 3.5.9 to 3.5.10 in the Gradle dependency versions map.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

This release includes several important bug fixes and dependency upgrades:

Bug Fixes:

- Improved bean condition evaluation performance and reporting

- Fixed /info endpoint for Java 25 Native Image (VirtualThreadSchedulerMXBean)

- Fixed DataSourceBuilder native image support for Oracle UCP

- Fixed reproducibility of application JARs created by extract command

- Fixed AOT processing when skipTests is set

Key Dependency Upgrades:

- Hibernate 6.6.41.Final

- Logback 1.5.25

- Micrometer 1.15.8

- PostgreSQL 42.7.9

- Spring Data BOM 2025.0.8

- Spring Integration 6.5.6

- Spring Kafka 3.3.12

- Reactor BOM 2024.0.14

For full release notes see:

https://github.com/spring-projects/spring-boot/releases/tag/v3.5.10
@jamesfredley jamesfredley force-pushed the spring-boot-3.5.10 branch 2 times, most recently from ea99498 to 9fbba36 Compare January 22, 2026 18:54
@jamesfredley jamesfredley merged commit da7a04e into 7.0.x Jan 22, 2026
65 of 69 checks passed
@jamesfredley jamesfredley deleted the spring-boot-3.5.10 branch January 22, 2026 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants