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 2.7.4 and Spring Cloud 2021.0.4 #31177

Merged
merged 3 commits into from Oct 1, 2022

Conversation

Netyyyy
Copy link
Member

@Netyyyy Netyyyy commented Sep 28, 2022

Updates external dependencies to align with Spring Boot version 2.7.4 from 2.7.3 and Spring Cloud version 2021.0.4 from 2021.0.3.

Release notes

Sourced from spring-boot releases.

⭐ New Features

  • Add NINETEEN to JavaVersion enum #32260

🐞 Bug Fixes

  • DataSource logging in H2 console auto-configuration causes Hikari's threads to have the wrong thread context class loader #32406
  • Hazelcast auto-configuration recognizes hazelcast.xml and hazelcast.yaml files but not hazelcast.yml #32247
  • Detection of PeriodStyle.ISO8601 does not support lower-case input #32244
  • Detection of DurationStyle.ISO8601 does not support lower-case input #32231
  • YAML timestamps not handled properly with SnakeYaml 1.31 #32229
  • Hazelcast shutdown logs are not available out-of-the-box #32184
  • Netty 'spring.netty leak detection' default property value is always applied to resource leak detector #32145
  • Error "/var/run/docker.sock: connect: permission denied" occurs when building an image using podman on Fedora with SELinux enabled #32000

📔 Documentation

  • Document support for JDK 19 #32402
  • Clarify documentation of config sub-directory from which external application properties are read #32291
  • Clarify documentation on disabling web client request metrics #32198
  • Kotlin sample is missing for constructor binding #32177
  • Remove out-of-date link from auto-configuration documentation #32174
  • Improve @ConditionalOnClass javadoc regarding use on @Bean methods #32167
  • Document classpath* location for looking up GraphQL schemas across modules #31772

🔨 Dependency Upgrades

  • Upgrade to Byte Buddy 1.12.17 #32454
  • Upgrade to Couchbase Client 3.3.4 #32315
  • Upgrade to Dependency Management Plugin 1.0.14.RELEASE #32459
  • Upgrade to Dropwizard Metrics 4.2.12 #32316
  • Upgrade to Ehcache3 3.10.1 #32317
  • Upgrade to Elasticsearch 7.17.6 #32318
  • Upgrade to Embedded Mongo 3.4.9 #32319
  • Upgrade to Groovy 3.0.13 #32443
  • Upgrade to Hibernate 5.6.11.Final #32320
  • Upgrade to Hibernate Validator 6.2.5.Final #32321
  • Upgrade to Infinispan 13.0.11.Final #32322
  • Upgrade to Jackson Bom 2.13.4 #32323
  • Upgrade to Janino 3.1.8 #32324
  • Upgrade to Jetty 9.4.49.v20220914 #32444
  • Upgrade to Johnzon 1.2.19 #32325
  • Upgrade to Kafka 3.1.2 #32326
  • Upgrade to MariaDB 3.0.8 #32445
  • Upgrade to Micrometer 1.9.4 #32272
  • Upgrade to Netty 4.1.82.Final #32327
  • Upgrade to Postgresql 42.3.7 #32243
  • Upgrade to R2DBC Bom Borca-SR2 #32328
  • Upgrade to Reactor 2020.0.23 #32273
  • Upgrade to RSocket 1.1.3 #32380
  • Upgrade to Spring AMQP 2.4.7 #32276
  • Upgrade to Spring Batch 4.3.7 #32278
  • Upgrade to Spring Data 2021.2.3 #32275
  • Upgrade to Spring Framework 5.3.23 #32274
  • Upgrade to Spring GraphQL 1.0.2 #32426
  • Upgrade to Spring HATEOAS 1.5.2 #32378
  • Upgrade to Spring Integration 5.5.15 #32453
  • Upgrade to Spring Kafka 2.8.9 #32277
  • Upgrade to UnboundID LDAPSDK 6.0.6 #32329

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

@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

@Netyyyy
Copy link
Member Author

Netyyyy commented Sep 28, 2022

/azp run java - cosmos - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@Netyyyy
Copy link
Member Author

Netyyyy commented Sep 28, 2022

/azp run java - keyvault - tests

@Netyyyy
Copy link
Member Author

Netyyyy commented Sep 28, 2022

/azp run java - spring - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

1 similar comment
@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@Netyyyy Netyyyy mentioned this pull request Sep 28, 2022
8 tasks
@Netyyyy
Copy link
Member Author

Netyyyy commented Sep 29, 2022

/azp run java - spring - tests

@Netyyyy
Copy link
Member Author

Netyyyy commented Sep 29, 2022

/azp run java - keyvault - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

1 similar comment
@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@Netyyyy
Copy link
Member Author

Netyyyy commented Sep 29, 2022

Hi @vcolin7 , does keyvault-tests pipeline ok for this PR to merge, please take a look, thanks!

@Netyyyy
Copy link
Member Author

Netyyyy commented Sep 29, 2022

Hi @xinlian12 , does cosmos-tests pipeline ok for this PR to merge, please take a look, thanks!

@FabianMeiswinkel
Copy link
Member

/azp run java - cosmos - ci

@azure-pipelines
Copy link

Azure Pipelines could not run because the pipeline triggers exclude this branch/path.

@FabianMeiswinkel
Copy link
Member

/azp run java - cosmos - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Member

@kushagraThapar kushagraThapar left a comment

Choose a reason for hiding this comment

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

Since this PR updates some external dependencies, holding this PR as azure-cosmos is in process of being released (important for customers), and we are currently in perf validation state.
We plan to release on 30th Sept, Friday (PST) morning, so please wait for the release to go out.

@Netyyyy
Copy link
Member Author

Netyyyy commented Sep 30, 2022

Since this PR updates some external dependencies, holding this PR as azure-cosmos is in process of being released (important for customers), and we are currently in perf validation state. We plan to release on 30th Sept, Friday (PST) morning, so please wait for the release to go out.

Hi, @kushagraThapar , we will wait for the cosmos release, if anything changes please tell us, thanks!

@Netyyyy
Copy link
Member Author

Netyyyy commented Sep 30, 2022

Hi @alzimmermsft , except cosmos release needs to be merged, anything else needs to be changed? please take a look and review, thanks!

Copy link
Member

@alzimmermsft alzimmermsft left a comment

Choose a reason for hiding this comment

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

Other than the requirement for the release to be merged I have no concerns in the SDKs

@kushagraThapar
Copy link
Member

Since this PR updates some external dependencies, holding this PR as azure-cosmos is in process of being released (important for customers), and we are currently in perf validation state. We plan to release on 30th Sept, Friday (PST) morning, so please wait for the release to go out.

Hi, @kushagraThapar , we will wait for the cosmos release, if anything changes please tell us, thanks!

@Netyyyy cosmos release is done, feel free to merge this PR. approved, thanks for waiting.

@Netyyyy
Copy link
Member Author

Netyyyy commented Oct 1, 2022

/check-enforcer override

@Netyyyy Netyyyy merged commit 5d45ec1 into Azure:main Oct 1, 2022
@Netyyyy Netyyyy deleted the update-spring-dependencies branch October 1, 2022 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants