Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External dependencies upgrade - Spring Boot 3.2.3 and Spring Cloud 2023.0.0 #39017

Merged

Conversation

Netyyyy
Copy link
Member

@Netyyyy Netyyyy commented Feb 29, 2024

Updates external dependencies to align with Spring Boot version 3.2.3 from 3.2.0 and Spring Cloud version 2023.0.0 from 2023.0.0.

Release notes

Sourced from spring-boot releases.

⚠️ Noteworthy

  • This release upgrades to Hibernate 6.4.4.Final. While it contains a number of valuable bug fixes, it does not work correctly in a native image. If you are using GraalVM, Hibernate should be temporarily downgraded to 6.4.2.Final using the hibernate.version property.

🐞 Bug Fixes

  • Nested jar URLs can not be resolved if the path contains spaces #39675
  • Image building runs for a long time when a long image name is used and the tag contains an illegal character #39638
  • Banner printing doesn't respect set charset #39621
  • "micrometer.observations.*" configuration properties should be "management.observations.*" #39600
  • Metadata reading during configuration class parsing uses the default resource loader rather than the application's resource loader #39598
  • Several gson properties, including spring.gson.disable-html-escaping, do not behave correctly when set to false #39524
  • Property placeholders aren't resolved when configuration property binding creates a Map from a property value using a converter #39515
  • Gradle plugin allows the use of Gradle 7.4 but the documented and tested minimum is 7.5 #39513
  • WebFlux auto-configuration should only configure the blocking executor when virtual threads are enabled #39469
  • TestcontainersPropertySource assertion has typo #39449
  • Webflux actuator endpoints respond with 500 when a parameter is missing #39444
  • NoSuchMethod error when using the non-shaded Pulsar client and configuring authentications parameters #39389
  • Jetty GracefulShutdown writes to System.out #39360
  • Building images fails with Docker 25.0 when custom buildpacks are configured #39347
  • Creating a RestClient from a RestTemplateBuilder-created RestTemplate requires double configuration of the baseUrl/rootUri #39317
  • Auto-configured ConcurrentPulsarListenerContainerFactory and PulsarConsumerFactory cannot be injected into injection points with specific generic type information #39308
  • Startup failure when you have multiple @DynamicPropertySources in Spring Boot 3.2.2 #39297
  • Mockito's MockedStatic isn't closed in all cases #39272
  • TracingProperties exposes package-private PropagationType from public methods #39268

📔 Documentation

  • Add note regarding mixing of bundle-based and direct SSL configuration #39641
  • Add link to Pulsar workaround when using environment variables for authentication #39630
  • Document that task executor pool size properties are ignored when using virtual threads #39629
  • Document default value for show-value configuration properties #39596
  • Clarify that configuration properties only apply to the auto-configured OpenTelemetry Resource bean #39509
  • Update the Debugging Documentation of the Spring Boot Maven Plugin #39422
  • Awaitility link in Test Scoped Dependencies is incorrect #39415
  • Fixed NestedJarFile constructor javadoc #39285
  • Endpoint documentation contains the typo 'Unuthorized' #39280
  • Update Revved up by Develocity badge #39263

🔨 Dependency Upgrades

  • Upgrade to Byte Buddy 1.14.12 #39665
  • Upgrade to Commons Codec 1.16.1 #39566
  • Upgrade to Dropwizard Metrics 4.2.25 #39567
  • Upgrade to Groovy 4.0.18 #39568
  • Upgrade to Hibernate 6.4.4.Final #39569
  • Upgrade to Infinispan 14.0.24.Final #39570
  • Upgrade to Jackson Bom 2.15.4 #39666
  • Upgrade to Janino 3.1.12 #39571
  • Upgrade to Jetty 12.0.6 #39573
  • Upgrade to Jetty Reactive HTTPClient 4.0.3 #39572
  • Upgrade to jOOQ 3.18.11 #39667
  • Upgrade to JsonPath 2.9.0 #39393
  • Upgrade to JUnit Jupiter 5.10.2 #39575
  • Upgrade to Kotlin Serialization 1.6.3 #39668
  • Upgrade to MariaDB 3.3.3 #39669
  • Upgrade to Maven Shade Plugin 3.5.2 #39670
  • Upgrade to Micrometer 1.12.3 #39474
  • Upgrade to Micrometer Tracing 1.2.3 #39475
  • Upgrade to Neo4j Java Driver 5.17.0 #39534
  • Upgrade to Netty 4.1.107.Final #39576
  • Upgrade to Postgresql 42.6.1 #39671
  • Upgrade to Pulsar Reactive 0.5.3 #39672
  • Upgrade to Reactor Bom 2023.0.3 #39476
  • Upgrade to SLF4J 2.0.12 #39577
  • Upgrade to Spring AMQP 3.1.2 #39477
  • Upgrade to Spring Authorization Server 1.2.2 #39478
  • Upgrade to Spring Batch 5.1.1 #39479
  • Upgrade to Spring Data Bom 2023.1.3 #39480
  • Upgrade to Spring Framework 6.1.4 #39481
  • Upgrade to Spring GraphQL 1.2.5 #39482
  • Upgrade to Spring Integration 6.2.2 #39483
  • Upgrade to Spring Kafka 3.1.2 #39484
  • Upgrade to Spring LDAP 3.2.2 #39485
  • Upgrade to Spring Pulsar 1.0.3 #39486
  • Upgrade to Spring Security 6.2.2 #39487
  • Upgrade to Testcontainers 1.19.5 #39578
  • Upgrade to Tomcat 10.1.19 #39673
  • Upgrade to Undertow 2.3.12.Final #39674

❤️ Contributors

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

@PiyalAhmed, @Tish17, @amritagg, @dependabot[bot], @eddumelendez, @erichaagdev, @gdmrw, @jonas-grgt, @kilink, @lukasdo, @okohub, @onobc, @ramilS, @slovi, @smurf667, @snicoll, @totti-dev, @vj-atlassian, @vjh0107, @wanger26, and @xpmxf4

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

@github-actions github-actions bot added Monitor Monitor, Monitor Ingestion, Monitor Query OpenAI OpenTelemetry OpenTelemetry instrumentation Remote Rendering Schema Registry Search Service Bus Storage Storage Service (Queues, Blobs, Files) Tables labels Feb 29, 2024
@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 1, 2024

/azp run java - spring - tests

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Member

@moarychan moarychan left a comment

Choose a reason for hiding this comment

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

LGTM

@Netyyyy Netyyyy marked this pull request as ready for review March 1, 2024 03:00
@Netyyyy Netyyyy merged commit e6a6360 into Azure:feature/spring-boot-3 Mar 1, 2024
132 of 160 checks passed
@Netyyyy Netyyyy mentioned this pull request Mar 1, 2024
6 tasks
@Netyyyy Netyyyy deleted the update-spring-dependencies branch March 1, 2024 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants