Skip to content

Conversation

Netyyyy
Copy link
Member

@Netyyyy Netyyyy commented Dec 23, 2024

Updates external dependencies to align with Spring Boot version 3.4.1 from 3.4.0 and Spring Cloud version 2024.0.0 from 2024.0.0.

Release notes

Sourced from spring-boot releases.

🐞 Bug Fixes

  • KafkaProperties fail to build SSL properties when the bundle name is an empty string #43563
  • Diagnostics are poor when property resolution throws a ConversionFailedException #43559
  • SpringApplicationShutdownHandlers do not run in deterministic order #43536
  • Unable to find a @SpringBootConfiguration results in misleading error message #43507
  • With multiple ResourceHandlerRegistrationCustomizer beans in the context, only one of them is used #43497
  • Unable to use Docker Compose support when mixing dedicated and shared services #43472
  • Kafka dependency management does not include the kafka-server module #43454
  • Docker API version is incorrectly reported when '/_ping` calls fail and version should be fixed #43452
  • Methods to build producer / consumer properties from KafkaProperties are inconvienenent to use without an SSL bundle #43448
  • Failures in -Djarmode=tools do not consistently return a non-zero exit #43436
  • HttpComponentsClientHttpRequestFactoryBuilder replaces the existing defaultRequestConfigCustomizer rather than adding to it #43429
  • spring-boot-maven-plugin sets imagePlatform even if it's empty #43424
  • OnBeanCondition fails to match on annotations when using Scoped Proxies #43423
  • Failure analysis for InvalidConfigurationPropertyValueException doesn't correctly handle fuzzy matching of environment variables #43382
  • H2ConsoleAutoConfiguration causes early initialization of DataSource beans #43359
  • Accept progress on numbers >2GB #43356
  • Servlet-based UserDetailsServiceAutoConfiguration is active in a reactive app #43334
  • StructuredLoggingJsonMembersCustomizer implementations declared in spring.factories with a generic type more specific than Object are not called #43312
  • Overriding log level with an environment variable does not work when using an environment prefix #43307
  • Management endpoint access and enabled properties are ignored unless the endpoint ID is an exact match #43302
  • UnsupportedOperationException when starting a Maven shaded application on Java 21 with virtual threads enabled #43291
  • JmsListener failing with Narayana (pooled ConnectionFactory) since 3.4.0 #43277
  • SslBundle can no longer open store file locations without using a 'file:' prefix #43274
  • TestRestTemplate does not allow redirects to be customized #43258
  • Testcontainers start() methods may be started multiple times #43253

📔 Documentation

  • Fix typo in documentation #43558
  • Document that server.ssl.cipher and server.ssl.enabled-protocols are not fallbacks used with SSL bundles #43552
  • Use <annotationProcessorPaths> in Maven examples for configuring an annotation processor #43544
  • Fix typo #43519
  • Links to logback javadoc are incorrect #43456
  • Fix JUnit javadoc links #43428
  • Reference documentation incorrectly uses 'disabled' rather than 'none' for access restrictions #43351
  • Restore System property in Logging section of the reference documentation #43342
  • Fix link to proxyBeanMethods in @AutoConfiguration javadoc #43325
  • Fix links to Servlet and JPA javadoc #43324
  • Link to @EnableMethodSecurity instead of the deprecated @EnableGlobalMethodSecurity #43315
  • Document that StructuredLoggingJsonMembersCustomizer implementations may optionally take constructor parameters #43314
  • Update javadoc of StructuredLoggingJsonMembersCustomizer to note that implementations can registered through spring.factories #43313
  • Fix Javadoc link for Hikari #43311
  • Document how to use structured logging with custom log configuration #43301
  • Update Javadoc since for OtlpMetricsProperties and OtlpTracingProperties #43249

🔨 Dependency Upgrades

  • Upgrade to Byte Buddy 1.15.11 #43529
  • Upgrade to Couchbase Client 3.7.6 #43500
  • Upgrade to CycloneDX Maven Plugin 2.9.1 #43398
  • Upgrade to Dependency Management Plugin 1.1.7 #43543
  • Upgrade to Elasticsearch Client 8.15.5 #43399
  • Upgrade to Hibernate 6.6.4.Final #43566
  • Upgrade to Hibernate Validator 8.0.2.Final #43510
  • Upgrade to Jackson Bom 2.18.2 #43401
  • Upgrade to Jetty 12.0.16 #43488
  • Upgrade to jOOQ 3.19.16 #43468
  • Upgrade to JUnit Jupiter 5.11.4 #43530
  • Upgrade to Log4j2 2.24.3 #43501
  • Upgrade to Micrometer 1.14.2 #43408
  • Upgrade to Micrometer Tracing 1.4.1 #43409
  • Upgrade to Native Build Tools Plugin 0.10.4 #43403
  • Upgrade to Netty 4.1.116.Final #43548
  • Upgrade to Prometheus Client 1.3.5 #43503
  • Upgrade to Pulsar 3.3.3 #43405
  • Upgrade to Pulsar Reactive 0.5.10 #43539
  • Upgrade to Reactor Bom 2024.0.1 #43410
  • Upgrade to RxJava3 3.1.10 #43406
  • Upgrade to Spring AMQP 3.2.1 #43411
  • Upgrade to Spring Authorization Server 1.4.1 #43412
  • Upgrade to Spring Batch 5.2.1 #43477
  • Upgrade to Spring Data Bom 2024.1.1 #43413
  • Upgrade to Spring Framework 6.2.1 #43414
  • Upgrade to Spring HATEOAS 2.4.1 #43478
  • Upgrade to Spring Integration 6.4.1 #43415
  • Upgrade to Spring Kafka 3.3.1 #43416
  • Upgrade to Spring LDAP 3.2.10 #43417
  • Upgrade to Spring Pulsar 1.2.1 #43418
  • Upgrade to Spring Retry 2.0.11 #43486
  • Upgrade to Spring Security 6.4.2 #43419
  • Upgrade to Spring Session 3.4.1 #43420
  • Upgrade to SQLite JDBC 3.47.1.0 #43407
  • Upgrade to Thymeleaf 3.1.3.RELEASE #43469
  • Upgrade to Thymeleaf Extras SpringSecurity 3.1.3.RELEASE #43470
  • Upgrade to Tomcat 10.1.34 #43471
  • Upgrade to Zipkin Reporter 3.4.3 #43467

❤️ Contributors

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

@BenchmarkingBuffalo, @Jae-Young98, @arefbehboudi, @izeye, @kgb-financial-com, @minwoo1999, @ngocnhan-tran1996, @nosan, @onobc, @quaff, @scordio, @sobychacko, and @vonZeppelin

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

@github-actions github-actions bot added the azure-spring All azure-spring related issues label Dec 23, 2024
@Netyyyy
Copy link
Member Author

Netyyyy commented Dec 23, 2024

/azp run java - spring - tests

@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@Netyyyy
Copy link
Member Author

Netyyyy commented Dec 26, 2024

/check-enforcer override

@Netyyyy Netyyyy marked this pull request as ready for review December 26, 2024 07:17
@Netyyyy Netyyyy merged commit 51c5fab into Azure:main Dec 26, 2024
277 of 291 checks passed
@Netyyyy Netyyyy deleted the update-spring-dependencies branch December 26, 2024 07:18
v-dharmarajv pushed a commit that referenced this pull request Jan 28, 2025
* [Automation] Generate Fluent Lite from Swagger hybridkubernetes#package-2021-10-01 (#43533)

* [Automation] Generate Fluent Lite from Swagger synapse#package-2021-03 (#43534)

* Increment package versions for hybridkubernetes releases (#43536)

* Increment package versions for recoveryservicessiterecovery releases (#43537)

* [Automation] Generate Fluent Lite from Swagger databricks#package-2023-05-01 (#43535)

* Update Javadoc of premium SDK for azure-resourcemanager-containerservice (#43518)

* Increment package versions for databricks releases (#43539)

* [Automation] Generate Fluent Lite from Swagger databoxedge#package-2019-08 (#43538)

* Increment package versions for synapse releases (#43541)

* [Automation] Generate Fluent Lite from Swagger mixedreality#package-2021-01 (#43540)

* [Automation] Generate Fluent Lite from Swagger mobilenetwork#package-2024-04 (#43547)

* [Automation] Generate Fluent Lite from Swagger security#package-composite-v3 (#43546)

* [Automation] Generate Fluent Lite from Swagger recoveryservices#package-2024-04 (#43542)

* [Automation] Generate Fluent Lite from Swagger storagemover#package-2024-07 (#43543)

* [Automation] Generate Fluent Lite from Swagger postgresql#package-2020-01-01 (#43545)

* Increment package versions for databoxedge releases (#43548)

* Increment package versions for mobilenetwork releases (#43550)

* Increment package versions for storagemover releases (#43551)

* Increment package versions for recoveryservices releases (#43552)

* Increment package versions for postgresql releases (#43553)

* Increment package versions for security releases (#43554)

* Increment package versions for resourcemanager releases (#43549)

* Increment package versions for mixedreality releases (#43557)

* Update Javadoc of premium SDK for azure-resourcemanager-cosmos (#43524)

* [Automation] Generate Fluent Lite from Swagger automation#package-2022-02-22 (#43556)

* [Automation] External Change

* [Automation] Generate Fluent Lite from Swagger automation#package-2022-02-22

* Update CHANGELOG for Azure SDK release

---------

Co-authored-by: Weidong Xu <[email protected]>

* [Automation] Generate Fluent Lite from Swagger advisor#package-2020-01 (#43558)

* Increment package versions for automation releases (#43559)

* Increment package versions for advisor releases (#43560)

* [Automation] Generate Fluent Lite from Swagger azurestack#package-2022-06 (#43561)

* Increment package versions for azurestack releases (#43562)

* [Automation] Generate Fluent Lite from Swagger databox#package-2022-12 (#43567)

* Increment package versions for databox releases (#43568)

* [Automation] Generate Fluent Lite from Swagger consumption#package-2021-10 (#43569)

* [Automation] Generate Fluent Lite from Swagger signalr#package-2023-02-01 (#43570)

* Increment package versions for consumption releases (#43571)

* [Automation] Generate Fluent Lite from Swagger datamigration#package-2018-04-19 (#43572)

* Increment package versions for signalr releases (#43573)

* Increment package versions for datamigration releases (#43575)

* [Automation] Generate Fluent Lite from Swagger mariadb#package-2020-01-01 (#43576)

* [Automation] Generate Fluent Lite from Swagger logic#package-2019-05 (#43574)

* Increment package versions for mariadb releases (#43577)

* [Automation] Generate Fluent Lite from Swagger servicefabric#package-2021-06 (#43578)

* [Automation] External Change

* [Automation] Generate Fluent Lite from Swagger servicefabric#package-2021-06

* Increment package versions for logic releases (#43579)

* [Automation] Generate Fluent Lite from Swagger cost-management#package-2022-10 (#43580)

* [Automation] External Change

* [Automation] Generate Fluent Lite from Swagger cost-management#package-2022-10

* Increment package versions for servicefabric releases (#43581)

* Increment package versions for costmanagement releases (#43582)

* Implement SAS-based authentication (#43448)

* [Automation] Generate Fluent Lite from Swagger peering#package-2021-01-01 (#43587)

* [Automation] Generate Fluent Lite from Swagger servicefabricmanagedclusters#package-2024-04 (#43586)

* Increment package versions for servicefabricmanagedclusters releases (#43588)

* Increment package versions for peering releases (#43589)

* [Automation] Generate Fluent Lite from Swagger reservations#package-2022-11 (#43591)

* [Automation] Generate Fluent Lite from Swagger policyinsights#package-2022-09 (#43590)

* Increment package versions for reservations releases (#43592)

* Increment package versions for policyinsights releases (#43595)

* [Automation] Generate Fluent Lite from Swagger devcenter#package-2024-02 (#43594)

* [Automation] Generate Fluent Lite from Swagger subscription#package-2020-09 (#43596)

* Increment package versions for devcenter releases (#43597)

* Increment package versions for subscription releases (#43599)

* [Automation] Generate Fluent Lite from Swagger orbital#package-2022-11-01 (#43598)

* [Automation] Generate Fluent Lite from Swagger powerbidedicated#package-2021-01-01 (#43601)

* Increment package versions for orbital releases (#43606)

* Increment package versions for powerbidedicated releases (#43605)

* [Automation] Generate Fluent Lite from Swagger notificationhubs#package-2017-04 (#43613)

* [Automation] Generate Fluent Lite from Swagger dynatrace#package-2023-04-27 (#43614)

* Update Javadoc of premium SDK for azure-resourcemanager-keyvault (#43603)

* Increment package versions for notificationhubs releases (#43615)

* Increment package versions for dynatrace releases (#43616)

* Update Javadoc of premium SDK for azure-resourcemanager-eventhubs (#43602)

* Update Javadoc of premium SDK for azure-resourcemanager-monitor (#43604)

* [Automation] Generate Fluent Lite from Swagger security#package-composite-v3 (#43617)

* [Automation] Generate Fluent Lite from Swagger marketplaceordering#package-2021-01-01 (#43618)

* Increment package versions for security releases (#43619)

* Increment package versions for marketplaceordering releases (#43620)

* [Automation] Generate Fluent Lite from Swagger timeseriesinsights#package-2020-05-15 (#43622)

* [Automation] Generate Fluent Lite from Swagger confidentialledger#package-2022-05-13 (#43621)

* Update Javadoc of premium SDK for azure-resourcemanager-privatedns (#43612)

* [Automation] Generate Fluent Lite from Swagger hardwaresecuritymodules#package-2021-11 (#43623)

* Increment package versions for timeseriesinsights releases (#43624)

* Increment package versions for confidentialledger releases (#43625)

* Increment package versions for hardwaresecuritymodules releases (#43628)

* [Automation] Generate Fluent Lite from Swagger labservices#package-2022-08 (#43626)

* [Automation] Generate Fluent Lite from Swagger servicelinker#package-2022-05-01 (#43627)

* Upgrade external dependencies to align with Spring Boot 3.4.1 (#43523)

Co-authored-by: github-actions <[email protected]>

* Increment package versions for labservices releases (#43629)

* Increment package versions for servicelinker releases (#43630)

* Added options to fine-tune settings for bulk operations (#43509)

* Added option to override configuration for `minTargetBulkBatchSize´

* Added changelogs

* Update PartitionScopeThresholds.java

* Update migration.md (#43135)

* Update change log files (#43639)

* Update properties description according to current doc (#43447)

* Compare properties description with current doc, update source files

* Fix the issue where the token acquisition timeout is not set via the property `azure.accessTokenTimeoutInSeconds` (#43641)

* Increment package versions for maps/azure-maps-search releases (#43643)

* Increment package versions for maps/azure-maps-render releases (#43644)

* Increment package versions for clientcore releases (#43565)

* Increment package versions for maps/azure-maps-route releases (#43645)

* Increment package versions for maps/azure-maps-geolocation releases (#43646)

* Added custom calling context in answer api. (#43220)

* Added custom calling context in answer api.

* Added live and unit tests.

* resolved buld issues.

* fixing the build issue and recording the live test

---------

Co-authored-by: Vinothini Dharmaraj <[email protected]>

* [Automation] Generate Fluent Lite from Swagger purview#package-2021-07-01 (#43660)

* Increment package versions for purview releases (#43662)

* [Automation] Generate Fluent Lite from Swagger botservice#package-2021-03-01 (#43661)

* [Automation] Generate Fluent Lite from Swagger dnsresolver#package-2022-07 (#43663)

* Increment package versions for dnsresolver releases (#43665)

* Increment package versions for botservice releases (#43664)

* [Automation] Generate Fluent Lite from Swagger azurearcdata#package-2021-08-01 (#43668)

* [Automation] Generate Fluent Lite from Swagger edgeorder#package-2021-12 (#43669)

* Increment package versions for azurearcdata releases (#43670)

* Update Javadoc of premium SDK for azure-resourcemanager-trafficmanager (#43637)

* [Automation] Generate Fluent Lite from Swagger baremetalinfrastructure#package-2021-08-09 (#43671)

* [Automation] Generate Fluent Lite from Swagger automanage#package-2022-05 (#43672)

* Increment package versions for edgeorder releases (#43673)

* Increment package versions for baremetalinfrastructure releases (#43674)

* Increment package versions for automanage releases (#43675)

Co-authored-by: Weidong Xu <[email protected]>

* Increment package versions for maps/azure-maps-weather releases (#43655)

* Increment package versions for maps/azure-maps-timezone releases (#43654)

* Fix incorrect variable name (#43680)

Co-authored-by: Wes Haggard <[email protected]>

* [Automation] Generate Fluent Lite from Swagger extendedlocation#package-2021-08-15 (#43681)

* Increment package versions for extendedlocation releases (#43682)

* [Automation] Generate Fluent Lite from Swagger storagepool#package-2021-08-01 (#43683)

* [Automation] Generate Fluent Lite from Swagger datalake-analytics#package-2016-11 (#43684)

* Increment package versions for storagepool releases (#43686)

* [Automation] Generate Fluent Lite from Swagger datalake-store#package-2016-11 (#43688)

* [Automation] Generate Fluent Lite from Swagger solutions#package-managedapplications-2021-07 (#43690)

* mgmt, regen securityinsights on stable api-version 2022-11 (#43689)

* regen securityinsights for stable api-version 2022-11

* update changelog

* Increment package versions for datalakestore releases (#43691)

* Increment package versions for datalakeanalytics releases (#43687)

Co-authored-by: Weidong Xu <[email protected]>

* Increment package versions for managedapplications releases (#43693)

* Increment package versions for securityinsights releases (#43694)

* mgmt, azure-json migration for deviceprovisioninservices (#43692)

* local gen for deviceprovisioninservices

* fix version

* mgmt, streamanalytics on api-version 2020-03 (#43695)

* regen streamanalytics on tag package-pure-2020-03

* changelog

* Increment package versions for streamanalytics releases (#43696)

* [Kafka Connector]Fix BadRequest exception when using serverless database account (#43125)

* fix badRequestException when using serverless database account type

* update changelog

* revert unnecessary changes

* resolve comments

---------

Co-authored-by: annie-mac <[email protected]>

* [Automation] Generate Fluent Lite from Swagger postgresql#package-flexibleserver-2024-08-01 (#43704)

* mgmt, manual increment version after deviceprovisioningservices release (#43697)

* version_client.txt

* increment version

* Increment package versions for postgresqlflexibleserver releases (#43705)

* [Automation] Generate Fluent Lite from Swagger paloaltonetworks#package-2023-09-01 (#43710)

* Increment package versions for paloaltonetworks releases (#43711)

* Use OTel autoconfigure (#43699)

* UDFs for Mapping Feed Ranges to Buckets (#43092)

* Added udfs and some tests for splitting ranges with hpks

* Added test more test coverage

* revert incorrect change

* Reacting to comments

* Fix method names in change log

* Simplify logging policy in clientcore (#43678)

* simplify HttpLoggingPolicy

* ClientCore tracing zero dependencies, no plugins (#43346)

ClientCore tracing zero dependencies, no plugins

* update proxy to version with auto-shutdown present (#43713)

Co-authored-by: Scott Beddall <[email protected]>

* Update Javadoc of premium SDK for azure-resourcemanager-dns (#43600)

* Update Javadoc of premium SDK for azure-resourcemanager-msi (#43609)

* Update Javadoc of premium SDK for azure-resourcemanager (#43638)

* Add Authenticate header parser (#43714)

Add Authenticate header parser

* Live Metrics Filtering Part 5: Validator (#43506)

* adding projection functionality, rethink automic double

* atomic double and some other changes

* pr comments and some build stuff

* changing guava version

* spotbug fix

* starting to add tests

* added unit tests for derived metric projection

* reorganize tests

* fixing inconsistency with main re okio

* pr comments & small refactorings

* remove logging, spotless

* validator

* minor

* changes to concurrency handling

* moving synchronization to derivedMetricAggregation

* moving derivedMetricAggregation to its own file

* validator round 1 - need to refactor for validator to store errors

* finish implementation and starting to add tests

* spotless

* remove unused classes

* pr comments

* fix ci errors

* Updated documentation around match and if none match etag for request options (#43717)

* Updated documentation around match and if none match etag for request options

* Fixed some missing documentation

* Code review comments

* Add SDK prefix (#43700)

* Add new fields to ACS EG system events (#43715)

* Increase DefaultElasticBoundSize to Stress All Tests (#43519)

* The PropertiesMerger implementation not handling property CustomEndpointAddress (#43706)

* Support token credential cache for azure-identity-extension (#43659)

* Enabling v2 stack as the default for Event Hubs (#43725)

* Enabling v2 stack as the default for Event Hubs

* Update V2StackSupport to enable v2 by default

* Update Javadoc of premium SDK for azure-resourcemanager-storage (#43636)

* Update Javadoc of premium SDK for azure-resourcemanager-search (#43633)

* Update Javadoc of premium SDK for azure-resourcemanager-sql (#43635)

* Allow for a few custom Checkstyle rules to be configured (#43731)

Allow for a few custom Checkstyle rules to be configured

* Adding sum support for annotated queries (#43239)

* Adding sum support for annotated queries

* Adding to reactive.

* Updating the changelog

* Removing unused import

* Fixing comments on PR.

* Fixing javadoc issues.

* Fixing javadoc issues.

* Running Prepare-Release for azure-messaging-servicebus January 2025 (#43739)

release

* Prepare azure-core for patch release (#43299)

* Increment package versions for servicebus releases (#43740)

* Update Javadoc of premium SDK for azure-resourcemanager-redis (#43632)

* Update Javadoc of premium SDK for azure-resourcemanager-servicebus (#43634)

* Update Javadoc of premium SDK for azure-resourcemanager-network (#43610)

* Add metrics emitted from `BulkExecutor` responsible for dynamic batch size tuning. (#43716)

* Comment out failing tests.

* Adding javadoc.

* Adding targetMaxMicroBatchSize as client telemetry metric.

* Remove unnecessary public API from `CosmosBatchResponse`.

* Remove unnecessary public API from `CosmosBatchResponse`.

* Added javadoc and modified CHANGELOG.md

* Added javadoc.

* Fix tests.

* Document new metrics in Metrics.md

* Revert core version update (#43742)

* Add Compile-time annotation-processor tool to clientcore (#43457)

* Allow RevApi extensions to be configured via the configuration file (#43751)

Allow RevApi extensions to be configured via the configuration file

* Fixing OffsetDateTimeDescribedType translation (#42995)

* Adding test for UriDescribedType.

* Add tests for OffsetDateTimeDescribedType

* Add tests for other types.

* Add executorService API to ManagedIdentityCredentialBuilder (#43703)

This is the only builder that uses MSAL and was lacking the `executorService` API. Refined comments in other places to reflect the current reality of using the `SharedExecutorService` if nothing is configured.

* azure-core, add new `AzureCloud` expandable enum (#43099)

* azure cloud

* remove getAzureCloud

* licence header

* add  in test

* changelog for core-management

* suppress test warnings

* spotless

* move AzureProfile to com.azure.core.models

* fix changelog

* remove deprecation

* nit, javadoc

* clientcore, bug fix, logger null in HpptLoggingPolicy (#43745)

* clientcore, PagedIterable / PagedResponse / PagingOptions (#43484)

* Fix Change Feed Full Fidelity Tests  (#43483)

* Fix java sdk tests for new emulator behavior for ff

* Changing spark to ignore previous node for change feed

* Updating changelog

* Fixed tests

* Reacting to comments

* merge with main

* fix test

* Add vmId to the Rntbd Health Check Error Message (#43079)

* float vmId to rntbd layer

* remove comment and extra newline

* CHANGELOG

* fetch system info

* progress

* tests

* pr comment

* fix

* pr comments

* January 2025 identity release (#43758)

* January 2025 identity release

* Update CHANGELOG with other changes section

* Increment package versions for identity releases (#43761)

* mgmt, local generation for Azure Redis - 2024-11-01 (#43746)

* Code Generation

* Update CHANGELOG.md

* Update record session.

* sdkautomation, enhance autorest automation error log (#43768)

* autorest automation error log

* omit artifacts if failed

* Update Spring Boot and Spring Cloud versions for the compatibility test. This commit is created by GitHub Action: https://github.com/Azure/spring-cloud-azure-tools/actions/runs/12719190766 (#43762)

Co-authored-by: github-actions <[email protected]>

* Add distro name and version to the SDK name (#43737)

* Updated README url references of docs.microsoft.com to learn.microsoft.com (#43763)

* Add pre-commit hooks script (#43656)

* Add pre-commit script

* add params (#43770)

* Ensured all Track 1 Key Vault libraries are removed. (#43773)

* Ensured all Track 1 Key Vault libraries are removed.

* Removed unused dependencies from external_dependencies.txt

* Undid changes to common eng/ files.

* Improve properties merging testcases (#43734)

* Tracing and log correlation without otel (#43718)

* log correlation and log-based tracing
* cleanup attribute and event names
* Retry policy logging clean up
* redirect policy logging cleanup

* Fixed NPE issue in KeyVaultKeysModelsUtils (#43776)

* Fixed possible NPE issues when calling toString() in Key Vault libraries.

* Removed unused import.

* Ran Spotless.

* Mask iKeys in logs (#43698)

* Live Metrics Filtering Part 6: Error Tracker (#43744)

* Update pipeline and version tooling to support clientcore (#43757)

Update pipeline and version tooling to support clientcore

* Release azure-cosmos, azure-cosmos-kafka-connect, azure-cosmos-spark, azure-cosmos-encryption (#43785)

* Release Changes

* Fix pom files

* remove erroneous package inclusion during package-properties evaluation (#43784)

Co-authored-by: Scott Beddall <[email protected]>

* Azure Load testing prepare for 2025-01-20 release (#43794)

* Update CHANGELOG.md

* Update pom.xml

* Update version_client.txt

* Remove downloading of  java.gdnbaseline file (#43797)

That file was removed with PR  #43773 so we need to stop trying to download it.

* ServiceBusSessionReactorReceiver: Replace the use of DirectProcessor with Sinks. (#43764)

* ServiceBusSessionReactorReceiver: Replace the use of DirectProcessor with Sinks.
* Adding tests for ServiceBusSessionReactorReceiver

* Sync eng/common directory with azure-sdk-tools for PR 9635 (#43800)

* ensure that packages that come back from AdditionalValidationPackages are NOT counted as 'includedForValidation: true' if they also exist in the original 'these packages changed' set


Co-authored-by: Ben Broderick Phillips <[email protected]>

---------

Co-authored-by: Scott Beddall <[email protected]>
Co-authored-by: Scott Beddall <[email protected]>
Co-authored-by: Ben Broderick Phillips <[email protected]>

* Update ACS Email owners (#42538)

* Update ACS Email owners

* Update CODEOWNERS for azure-communication-email

* merge to main after azure-identity-extensions 1.2 released (#43810)

* mgmt, local generation for Azure Compute CloudService 2024-11-04 (#43766)

* Code Generation

* Update CHANGELOG.md

* Update test record session

* Update OTel autoconfigure changelog (#43815)

* Increment package versions for cosmos releases (#43804)

* Sync eng/common directory with azure-sdk-tools for PR 9529 (#43404)

* Use -Mail for test resources local user lookup to support TME

* Auto-select TME subscription based on user context

---------

Co-authored-by: Ben Broderick Phillips <[email protected]>

* Sync eng/common directory with azure-sdk-tools for PR 9649 (#43819)

* Filter out Excludes for PR Pipelines

* Updates for feedback

---------

Co-authored-by: James Suplizio <[email protected]>

* More pr pipeline prep (#43822)

* More prep for the PR pipeline

* fix daily-dev-build-variable.yml condition to only skip the PR pipline

* fiddle with the daily-dev-build-variable.yml condition

* Remove deprecated + past EOL Track 1 EventHubs Extensions library. (#43807)

* [Automation] Generate SDK based on TypeSpec 0.27.2 (#43813)

* [Automation] Generate SDK based on TypeSpec 0.27.2

* add typespec-liftr-base

---------

Co-authored-by: Weidong Xu <[email protected]>

* [Cleanup] Remove GraalVM beta libraries (#43808)

* Remove deprecated + past EOL AOT GraalVM libraries.

* Removed mentions of the AOT GraalVM libraries in central files.

* Removed GraalVM build profiles.

* Fixed pipeline issues.

* Removed more unused dependencies from external_dependencies.txt

* [Cleanup] Removed libraries marked as deprecated and past EOL date (#43814)

* Removed libraries marked as deprecated and past EOL date in https://github.com/Azure/azure-sdk/blob/main/_data/releases/latest/java-packages.csv

* Removed unused dependency from external_dependencies.txt

* Remove sovereign cloud testing references (#43823)

* Update CODEOWNERS Health Deidentification to use team alias (#43824)

Updated "Health Deidentification" so it uses a team alias instead of user aliases. Left the original user aliases for now.
New team alias reference: https://github.com/orgs/Azure/teams/healthdatadeidentification/members

* Sync eng/common directory with azure-sdk-tools for PR 9577 (#43825)

* Add common SDK generation pipeline

* Update Yaml Configuration

* Update SDK generation Yaml config

* Add spec-gen-sdk pipeline configuration

* Remove spec-gen-sdk.yml and add archetype-spec-gen-sdk.yml

* Allow pipelline override of repo organisation

* Remove SkipPullRequestCreation from pipeline condition

---------

Co-authored-by: Chidozie Ononiwu <[email protected]>

* Remove sovereign cloud testing support (#43828)

Co-authored-by: Ben Broderick Phillips <[email protected]>

* Update CODEOWNERS (#43831)

* Media streaming audio format default Pcm24kMono changed to null. (#43796)

* Media streaming audio format default Pcm24kMono changed to null.

* removing the live test

* removing unused import

---------

Co-authored-by: Vinothini Dharmaraj <[email protected]>

* Eventgrid Jan 2025 release for ACS EG system events (#43799)

* Fix cognitiveservices yml triggers (#43829)

* Plumb ExcludesPaths from the archetype through ci.yml (#43832)

* Plumb ExcludesPaths from the archetype through ci.yml

* derp derp, actually plumb it from the archetype to the ci.yml

* Sync eng/common directory with azure-sdk-tools for PR 9601 (#43806)

* updates to dynamic matrix generation. moves indirectly included packages to sparse usage. adds additional parameters to GeneratePRMatrix that enable further filtering of the matrix generated for the indirect packages

---------

Co-authored-by: Scott Beddall <[email protected]>
Co-authored-by: Wes Haggard <[email protected]>

* Prepare clientcore for beta.2 release (#43833)

* Fix broken link (#43789)

Co-authored-by: McCoy Patiño <[email protected]>

* Thinclient Environment Variables (#43188)

* progress

* add separate endpoint

* progress

* fix env var

* progress

* pr comments

* cleanup

* changelog

* cleanup

* pr comments

* changelog

* fix test

* pr comment - fix tests

* Add new JDBC parameter (#43837)

* Update README.md (#43840)

* Thinclient Store Model (#43707)

* start

* push progress

* Update ThinClientStoreModel.java

* Skeleton for ThinClientStoreModel and RNTBD serialization

* Adding serialization skeleton in ThinClientStoreModel

* test

* fix

* todo

* pr comments

---------

Co-authored-by: Fabian Meiswinkel <[email protected]>
Co-authored-by: Abhijeet Mohanty <[email protected]>

* Increment package versions for clientcore releases (#43836)

* Sync eng/common directory with azure-sdk-tools for PR 9652 (#43851)

* Update github.io docs to use static website instead of blobs directly

* Update eng/common/scripts/copy-docs-to-blobstorage.ps1

Co-authored-by: Ben Broderick Phillips <[email protected]>

* Switch from AzurePowerShell to AzureCLI task

* Add scriptLocation to docindex.yml

* Update Generate-DocIndex.ps1

* Fix indentation in docindex.yml script block

---------

Co-authored-by: Wes Haggard <[email protected]>
Co-authored-by: Wes Haggard <[email protected]>
Co-authored-by: Ben Broderick Phillips <[email protected]>

* Fix broken links (#43859)

* Prepare Event Hubs for January release (#43862)

* Prepare release for azure-messaging-eventhubs

* Prepare release for azure-messaging-eventhubs-checkpointstore-blob

* Update CHANGELOG

* Increment package versions for monitor releases (#43863)

* handle only deleted files in a <language> - pullrequest build (#43835)

Co-authored-by: Scott Beddall <[email protected]>

* Increment package versions for eventhubs releases (#43864)

* Change HttpLogOptions to be HttpInstrumentationOptions, update docs  (#43780)

* simplified httplogopts

* HttpLogOptions -> HttpInstrumentationOptions, docs and logging cleanup

* rename get|setProvider to get|setTelemetryProvider and make it object

* [Automation] Generate Fluent Lite from Swagger quota#package-2024-12-18-preview (#43867)

* [Automation] Generate Fluent Lite from TypeSpec computeschedule (#43866)

* [Automation] External Change

* [Automation] Generate Fluent Lite from TypeSpec computeschedule

* Update log version from 1.0.0-beta.1 to 1.0.0

* Update version to 1.0.0-beta.1

---------

Co-authored-by: Xiaofei Cao <[email protected]>

* Increment package versions for computeschedule releases (#43872)

* Eg fix customization (#43860)

* formatting fixes after updates to customization

* Update customization to work on Java 17+

* simplify rename

* Sync eng/common directory with azure-sdk-tools for PR 9668 (#43879)

* Support incrementing semver prereleases with 'zero' versions

* Make tests more explicit

---------

Co-authored-by: Patrick Hallisey <[email protected]>

* Sync eng/common directory with azure-sdk-tools for PR 9656 (#43885)

* Added label handle sdk-gen pipeline template

Added common script to delete label from a PR

* Update eng/common/scripts/Invoke-GitHubAPI.ps1

Co-authored-by: Ben Broderick Phillips <[email protected]>

---------

Co-authored-by: ray chen <[email protected]>
Co-authored-by: Ben Broderick Phillips <[email protected]>

* Increment package versions for quota releases (#43870)

* [Automation] Generate Fluent Lite from TypeSpec  (#43891)

* [Automation] External Change

* [Automation] Generate Fluent Lite from TypeSpec

* support spec PR trigger (#43915)

Co-authored-by: ray chen <[email protected]>

* mgmt tsp, fix api-version in generated XXManager entry (#43873)

* add package version

* default version

* use set_or_default_version and add version parameter

* Update Spring Boot and Spring Cloud versions for the compatibility test. This commit is created by GitHub Action: https://github.com/Azure/spring-cloud-azure-tools/actions/runs/12941271666 (#43917)

Co-authored-by: github-actions <[email protected]>

* generated swagger

* Reverted overwritten callautomation code.

* Recorded live test.

* pushed text proxy

* updating changelog

---------

Co-authored-by: Azure SDK Bot <[email protected]>
Co-authored-by: Hong Li(MSFT) <[email protected]>
Co-authored-by: Weidong Xu <[email protected]>
Co-authored-by: Lazar <[email protected]>
Co-authored-by: Muyao Feng <[email protected]>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: Fabian Meiswinkel <[email protected]>
Co-authored-by: Mary <[email protected]>
Co-authored-by: Moary Chen <[email protected]>
Co-authored-by: v-pivamshi <[email protected]>
Co-authored-by: Vinothini Dharmaraj <[email protected]>
Co-authored-by: Wes Haggard <[email protected]>
Co-authored-by: Xiaofei Cao <[email protected]>
Co-authored-by: Annie Liang <[email protected]>
Co-authored-by: annie-mac <[email protected]>
Co-authored-by: Jean Bisutti <[email protected]>
Co-authored-by: Tomas Varon <[email protected]>
Co-authored-by: Liudmila Molkova <[email protected]>
Co-authored-by: Scott Beddall <[email protected]>
Co-authored-by: Alan Zimmer <[email protected]>
Co-authored-by: Harsimar Kaur <[email protected]>
Co-authored-by: Kushagra Thapar <[email protected]>
Co-authored-by: Sameeksha Vaity <[email protected]>
Co-authored-by: Rabab Ibrahim <[email protected]>
Co-authored-by: Anu Thomas Chandy <[email protected]>
Co-authored-by: Trevor Anderson <[email protected]>
Co-authored-by: Srikanta <[email protected]>
Co-authored-by: Abhijeet Mohanty <[email protected]>
Co-authored-by: Connie Yau <[email protected]>
Co-authored-by: Bill Wert <[email protected]>
Co-authored-by: nehrao1 <[email protected]>
Co-authored-by: Sandeep Sen <[email protected]>
Co-authored-by: Shihua Xiong (MSFT) <[email protected]>
Co-authored-by: vcolin7 <[email protected]>
Co-authored-by: Venkat Ragavan <[email protected]>
Co-authored-by: Wes Haggard <[email protected]>
Co-authored-by: Scott Beddall <[email protected]>
Co-authored-by: Ben Broderick Phillips <[email protected]>
Co-authored-by: Ben Broderick Phillips <[email protected]>
Co-authored-by: James Suplizio <[email protected]>
Co-authored-by: ChrisRibe <[email protected]>
Co-authored-by: Chidozie Ononiwu <[email protected]>
Co-authored-by: minwoolee-msft <[email protected]>
Co-authored-by: McCoy Patiño <[email protected]>
Co-authored-by: Patrick Hallisey <[email protected]>
Co-authored-by: ray chen <[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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docker API version is incorrectly reported when '/_ping` calls fail and version should be fixed
3 participants