Skip to content

Conversation

Netyyyy
Copy link
Member

@Netyyyy Netyyyy commented May 31, 2025

Updates external dependencies to align with Spring Boot version 3.5.0 from 3.4.4 and Spring Cloud version 2025.0.0 from 2024.0.1.

Release notes

Sourced from spring-boot releases.

Full release notes for Spring Boot 3.5 are available on the wiki.

⭐ New Features

  • Make heapdump endpoint restricted by default #45624
  • Remove SSL status tag from metrics #45602
  • Remove 'spring.http.client' deprecation and change 'spring.http.reactiveclient.settings' to 'spring.http.reactiveclient' #45507

🐞 Bug Fixes

  • Unable to override/set nested ConfigurationProperties by passing as a system property #45639
  • ValidationAutoConfiguration triggers early initialization of properties binding #45618
  • Micrometer "enable" annotations property does not cover observed aspect #45617
  • spring.graphql.sse.timeout is no longer exposed #45613
  • SpringApplication.setEnvironmentPrefix is ignored when reading SPRING_PROFILES_ACTIVE #45549
  • IllegalStateException when extracting using layers a module with no code of its own #45449
  • Removed spring.batch.initialize-schema property is still considered #45380
  • ReactorHttpClientBuilder does not offer a factory method to create the HttpClient #45378
  • Suggested values for spring.jpa.hibernate.ddl-auto are not aligned with Hibernate #45351
  • Custom default units declared on a field are ignored when binding properties in a native image #45347
  • DockerRegistryConfigAuthentication uses the wrong serverUrl as a fallback for the Credentials helper #45345
  • Various spring.datasource properties are mistakenly marked as ignored #45342
  • JerseyWebApplicationInitializer always gets loaded, setting a ServletContext initParameter #45297
  • DockerRegistryConfigAuthentication does not align with Docker CLI #45292
  • Unlike the Docker CLI, "\x00" characters are not trimmed from a decoded Docker Registry password #45290
  • CloudFoundry security matcher logs a warning due to use of the 'ignoring()' method #32622

📔 Documentation

  • Document the java info contribution #45634
  • Document the process info contribution #45632
  • Document the os info contribution #45630
  • Document typical spring.application.group and name use #45628
  • Document that bean methods should be static when annotated with @ConfigurationPropertiesBinding #45626
  • Document the way that primary Kotlin constructors are used when binding #45553
  • Improve "profile" reference documentation with additional admonitions #45551
  • Improve setEnvironmentPrefix(...) reference documentation #45376
  • Document all the available Testcontainers integrations #45367
  • Document when a spring.config.import value is relative and when it is fixed #45363
  • Update org.cyclonedx.bom version in docs to 2.3.0 #45320
  • Update link to "Parameter Name Retention" section of Spring Framework's release notes #45299

🔨 Dependency Upgrades

  • Prevent upgrade to Prometheus Client 1.3.7 #45541
  • Upgrade to Couchbase Client 3.8.1 #45539
  • Upgrade to Elasticsearch 8.18.1 #45447
  • Upgrade to GraphQL Java 24.0 #45588
  • Upgrade to Hibernate 6.6.15.Final #45540
  • Upgrade to HttpClient5 5.4.4 #45462
  • Upgrade to Jackson Bom 2.18.4 #45463
  • Upgrade to Jackson Bom 2.19.0 #45542
  • Upgrade to Jetty 12.0.21 #45519
  • Upgrade to jOOQ 3.19.23 #45465
  • Upgrade to Kafka 3.9.1 #45606
  • Upgrade to Micrometer 1.15.0 #45432
  • Upgrade to Micrometer Tracing 1.5.0 #45433
  • Upgrade to Neo4j Java Driver 5.28.5 #45446
  • Upgrade to Netty 4.1.121.Final #45466
  • Upgrade to R2DBC Proxy 1.1.6.RELEASE #45467
  • Upgrade to Reactor Bom 2024.0.6 #45434
  • Upgrade to REST Assured 5.5.2 #45571
  • Upgrade to Spring Authorization Server 1.5.0 #45435
  • Upgrade to Spring Data Bom 2025.0.0 #45436
  • Upgrade to Spring Framework 6.2.7 #45437
  • Upgrade to Spring GraphQL 1.4.0 #45438
  • Upgrade to Spring HATEOAS 2.5.0 #45559
  • Upgrade to Spring Integration 6.5.0 #45439
  • Upgrade to Spring Kafka 3.3.6 #45440
  • Upgrade to Spring LDAP 3.3.0 #45441
  • Upgrade to Spring Pulsar 1.2.6 #45442
  • Upgrade to Spring Retry 2.0.12 #45443
  • Upgrade to Spring Security 6.5.0 #45444
  • Upgrade to Spring Session 3.5.0 #45560
  • Upgrade to Spring WS 4.1.0 #45445
  • Upgrade to Tomcat 10.1.41 #45520
  • Upgrade to XmlUnit2 2.10.1 #45607

❤️ Contributors

Thank you to all the contributors who worked on this release:

@ahrytsiuk, @izeye, @lhotari, @ngocnhan-tran1996, @nosan, @quaff, @thecooldrop, and @yybmion

This PR is created by GitHub Actions: https://github.com/Azure/spring-cloud-azure-tools/actions/runs/15358139169

@github-actions github-actions bot added Azure SDK Tools Label for tracking issues related to Azure SDK Tools azure-spring All azure-spring related issues labels May 31, 2025
@Netyyyy
Copy link
Member Author

Netyyyy commented Jun 3, 2025

/azp run java - spring - tests

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@Netyyyy
Copy link
Member Author

Netyyyy commented Jun 3, 2025

/azp run java - spring - tests

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@Netyyyy
Copy link
Member Author

Netyyyy commented Jul 4, 2025

close for prepare new Spring Boot version

@Netyyyy Netyyyy closed this Jul 4, 2025
@Netyyyy Netyyyy deleted the update-spring-dependencies branch July 4, 2025 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure SDK Tools Label for tracking issues related to Azure SDK Tools azure-spring All azure-spring related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document when a spring.config.import value is relative and when it is fixed
1 participant