Skip to content

Conversation

Netyyyy
Copy link
Member

@Netyyyy Netyyyy commented Mar 25, 2025

Updates external dependencies to align with Spring Boot version 3.4.4 from 3.4.2 and Spring Cloud version 2024.0.1 from 2024.0.0.

Release notes

Sourced from spring-boot releases.

❗ Noteworthy Changes

Tomcat APR support is now disabled by default if you are using Java 24 or higher. This change has been made to prevent JDK from issuing warnings.

Please see the updated release notes for details.

🐞 Bug Fixes

  • Actuator throws an exception when using prototype scoped DataSource bean #44706
  • Docker API error message is missing in some cases #44630
  • DefaultJmsListenerContainerFactoryConfigurer#setObservationRegistry should not be public #44585
  • When an application contains multiple DataSource beans, EntityManagerFactoryBuilder will default ddl-auto to a value that may only be appropriate for the primary DataSource #44516
  • When the main class is not proxied, native testing that uses the application's main method does not work #44481
  • When loading configuration from a Resource, Log4J2LoggingSystem may not close the InputStream #44473
  • When loading from a resource, PemContent does not close the InputStream #44454
  • ResourceBanner does not close the InputStream used to read the banner #44452
  • ConfigDataLocationResolvers and PropertySourceLoaders are loaded using a potentially different class loader #44450
  • Kafka message sending fails with 'class SslBundleSslEngineFactory could not be found' #44437
  • Kafka in native-image fails when using SSL bundles #44436
  • Nested test classes don't inherit properties from @DataJpaTest on enclosing class #44407
  • Failure diagnostics are poor when trying to use an image platform that is not supported by the builder #44059
  • Checking if APR is available logs a warning on Java 24 #44033

📔 Documentation

  • Multiline properties in documentation are missing backslashes #44790
  • Polish javadoc of SqlR2dbcScriptDatabaseInitializer #44764
  • Document support for Java 24 #44754
  • Remove OpenShift link that 404s #44748
  • Fix link to javadoc for JavaExec.setArgsString #44536
  • Fix typo in documentation #44523
  • Update descriptions of properties that no longer require Flyway Teams #44483
  • Fix typo in javadoc of CommonStructuredLogFormat#ELASTIC_COMMON_SCHEMA #44469
  • Samples for metadata annotation processers have invalid fold attribute #44420
  • Clarify which Mongo properties are ignored when URI property is set #44404
  • Adapt Javadoc reference of JooqExceptionTranslator to use ExceptionTranslatorExecuteListener #44402

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 6.1.6 #44663
  • Upgrade to AspectJ 1.9.23 #44720
  • Upgrade to Groovy 4.0.26 #44546
  • Upgrade to Hibernate 6.6.11.Final #44739
  • Upgrade to Infinispan 15.0.14.Final #44548
  • Upgrade to Jackson Bom 2.18.3 #44549
  • Upgrade to Jetty 12.0.18 #44774
  • Upgrade to Jetty Reactive HTTPClient 4.0.9 #44773
  • Upgrade to jOOQ 3.19.21 #44665
  • Upgrade to Logback 1.5.18 #44775
  • Upgrade to Maven Deploy Plugin 3.1.4 #44552
  • Upgrade to Maven Install Plugin 3.1.4 #44553
  • Upgrade to Micrometer 1.14.5 #44565
  • Upgrade to Micrometer Tracing 1.4.4 #44566
  • Upgrade to Native Build Tools Plugin 0.10.6 #44708
  • Upgrade to Neo4j Java Driver 5.28.3 #44691
  • Upgrade to Netty 4.1.119.Final #44554
  • Upgrade to Pulsar 3.3.5 #44555
  • Upgrade to Reactor Bom 2024.0.4 #44567
  • Upgrade to SLF4J 2.0.17 #44556
  • Upgrade to Spring AMQP 3.2.4 #44740
  • Upgrade to Spring Batch 5.2.2 #44568
  • Upgrade to Spring Data Bom 2024.1.4 #44569
  • Upgrade to Spring Framework 6.2.5 #44731
  • Upgrade to Spring Integration 6.4.3 #44776
  • Upgrade to Spring Kafka 3.3.4 #44570
  • Upgrade to Spring Pulsar 1.2.4 #44571
  • Upgrade to Spring Security 6.4.4 #44572
  • Upgrade to Spring WS 4.0.12 #44573
  • Upgrade to Testcontainers 1.20.6 #44557
  • Upgrade to Tomcat 10.1.39 #44666

❤️ Contributors

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

@KmYgJn, @bekoenig, @bernie-schelberg-invicara, @dmitrysulman, @izeye, @metters, @ngocnhan-tran1996, @nosan, and @quaff

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

@github-actions github-actions bot added azure-spring All azure-spring related issues clientcore labels Mar 25, 2025
@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

@Netyyyy
Copy link
Member Author

Netyyyy commented Mar 25, 2025

/azp run java - spring - tests

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@Netyyyy
Copy link
Member Author

Netyyyy commented Mar 31, 2025

/azp run java - spring - tests

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@Netyyyy
Copy link
Member Author

Netyyyy commented Mar 31, 2025

Hi @alzimmermsft please help take a review

@Netyyyy Netyyyy enabled auto-merge (squash) March 31, 2025 07:56
@Netyyyy Netyyyy disabled auto-merge April 2, 2025 01:19
@Netyyyy
Copy link
Member Author

Netyyyy commented Apr 3, 2025

/check-enforcer override

@Netyyyy Netyyyy merged commit df99696 into Azure:main Apr 8, 2025
344 of 373 checks passed
@Netyyyy Netyyyy deleted the update-spring-dependencies branch April 8, 2025 03:08
Netyyyy added a commit that referenced this pull request Apr 8, 2025
…24.0.1 (#44777)

* Upgrade external dependencies to align with Spring Boot 3.4.4

* update cspell

---------

Co-authored-by: github-actions <[email protected]>
(cherry picked from commit df99696)
Netyyyy added a commit that referenced this pull request Apr 11, 2025
* Add request-reply pattern of ServiceBusTemplate  (#44859)

(cherry picked from commit bd0e04e)

* Remove unused files that are legacy files from 4.x (#44872)

(cherry picked from commit f6d8d81)

* External dependencies upgrade - Spring Boot 3.4.4 and Spring Cloud 2024.0.1 (#44777)

* Upgrade external dependencies to align with Spring Boot 3.4.4

* update cspell

---------

Co-authored-by: github-actions <[email protected]>
(cherry picked from commit df99696)

* Prepare for Spring Cloud Azure 5.22.0 release (#44907)

* update version client

* update others

* update changelog

* Use consistent names from producer factory (#44918)

* Use consistent names for consumer listener (#44927)

* Make the conditions more accurate for JMS pool conn bean (#44937)

* Increment package versions for spring releases (#44942)

---------

Co-authored-by: Moary Chen <[email protected]>
Co-authored-by: Azure SDK Bot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

azure-spring All azure-spring related issues clientcore

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants