Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…to release/july/patch
  • Loading branch information
mssfang committed Jul 26, 2024
2 parents 435d992 + 120cbe0 commit 630e3c4
Show file tree
Hide file tree
Showing 107 changed files with 3,373 additions and 1,352 deletions.
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,10 @@
# ServiceLabel: %PostgreSQL
# ServiceOwners: @sunilagarwal @lfittl-msft @sr-msft @niklarin

# ServiceLabel: %Purview
# PRLabel: %Purview
/sdk/purview/ @yifan-zhou922

# PRLabel: %Azure Quantum
/sdk/quantum/ @vxfield @cgranade @ricardo-espinoza @anjbur @msoeken @guenp

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ parameters:
steps:
- pwsh: |
$branchName = $env:DAILYDOCSBRANCHNAMEOVERRIDE
if (!$branchName) {
$branchName = "daily/$(Get-Date -Format 'yyyy-MM-dd')"
if (!$branchName) {
$branchName = "daily/$(Get-Date -Format 'yyyy-MM-dd')-ignore-build"
}
Write-Host "Daily Branch Name: $branchName"
Write-Host "##vso[task.setvariable variable=${{ parameters.DailyBranchVariableName }};]$branchName"
Expand Down
110 changes: 55 additions & 55 deletions eng/versioning/external_dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -449,37 +449,37 @@ spring_redis.clients:jedis;3.8.0

# sdk\spring\pom.xml modules
springboot3_com.diffplug.spotless:spotless-maven-plugin;2.30.0
springboot3_com.fasterxml.jackson.core:jackson-annotations;2.17.1
springboot3_com.fasterxml.jackson.core:jackson-core;2.17.1
springboot3_com.fasterxml.jackson.core:jackson-databind;2.17.1
springboot3_com.fasterxml.jackson.dataformat:jackson-dataformat-xml;2.17.1
springboot3_com.fasterxml.jackson.datatype:jackson-datatype-jdk8;2.17.1
springboot3_com.fasterxml.jackson.datatype:jackson-datatype-jsr310;2.17.1
springboot3_com.fasterxml.jackson.module:jackson-module-afterburner;2.17.1
springboot3_com.fasterxml.jackson.module:jackson-module-parameter-names;2.17.1
springboot3_com.fasterxml.jackson.core:jackson-annotations;2.17.2
springboot3_com.fasterxml.jackson.core:jackson-core;2.17.2
springboot3_com.fasterxml.jackson.core:jackson-databind;2.17.2
springboot3_com.fasterxml.jackson.dataformat:jackson-dataformat-xml;2.17.2
springboot3_com.fasterxml.jackson.datatype:jackson-datatype-jdk8;2.17.2
springboot3_com.fasterxml.jackson.datatype:jackson-datatype-jsr310;2.17.2
springboot3_com.fasterxml.jackson.module:jackson-module-afterburner;2.17.2
springboot3_com.fasterxml.jackson.module:jackson-module-parameter-names;2.17.2
springboot3_com.github.spotbugs:spotbugs-maven-plugin;4.8.2.0
springboot3_com.google.code.findbugs:jsr305;3.0.2
springboot3_com.mysql:mysql-connector-j;8.3.0
springboot3_com.nimbusds:nimbus-jose-jwt;9.37.3
springboot3_io.lettuce:lettuce-core;6.3.2.RELEASE
springboot3_io.micrometer:micrometer-core;1.13.1
springboot3_io.micrometer:micrometer-core;1.13.2
springboot3_io.netty:netty-buffer;4.1.111.Final
springboot3_io.netty:netty-codec-http;4.1.111.Final
springboot3_io.netty:netty-common;4.1.111.Final
springboot3_io.netty:netty-handler;4.1.111.Final
springboot3_io.netty:netty-transport-native-epoll;4.1.111.Final
springboot3_io.netty:netty-transport-native-kqueue;4.1.111.Final
springboot3_io.netty:netty-transport;4.1.111.Final
springboot3_io.projectreactor.netty:reactor-netty;1.1.20
springboot3_io.projectreactor:reactor-test;3.6.7
springboot3_io.projectreactor.netty:reactor-netty;1.1.21
springboot3_io.projectreactor:reactor-test;3.6.8
springboot3_jakarta.servlet:jakarta.servlet-api;6.0.0
springboot3_jakarta.validation:jakarta.validation-api;3.0.2
springboot3_javax.annotation:javax.annotation-api;1.3.2
springboot3_junit:junit;4.13.2
springboot3_net.bytebuddy:byte-buddy-agent;1.14.17
springboot3_net.bytebuddy:byte-buddy;1.14.17
springboot3_net.bytebuddy:byte-buddy-agent;1.14.18
springboot3_net.bytebuddy:byte-buddy;1.14.18
springboot3_org.apache.commons:commons-lang3;3.14.0
springboot3_org.apache.kafka:kafka-clients;3.7.0
springboot3_org.apache.kafka:kafka-clients;3.7.1
springboot3_org.apache.maven.plugins:maven-antrun-plugin;3.1.0
springboot3_org.apache.maven.plugins:maven-compiler-plugin;3.13.0
springboot3_org.apache.maven.plugins:maven-enforcer-plugin;3.4.1
Expand All @@ -491,58 +491,58 @@ springboot3_org.apache.qpid:qpid-jms-client;2.0.0
springboot3_org.assertj:assertj-core;3.25.3
springboot3_org.hibernate.validator:hibernate-validator;8.0.1.Final
springboot3_org.javatuples:javatuples;1.2
springboot3_org.junit.jupiter:junit-jupiter;5.10.2
springboot3_org.junit.vintage:junit-vintage-engine;5.10.2
springboot3_org.junit.jupiter:junit-jupiter;5.10.3
springboot3_org.junit.vintage:junit-vintage-engine;5.10.3
springboot3_org.messaginghub:pooled-jms;3.1.6
springboot3_org.mockito:mockito-core;5.11.0
springboot3_org.postgresql:postgresql;42.7.3
springboot3_org.revapi:revapi-maven-plugin;0.14.6
springboot3_org.slf4j:slf4j-api;2.0.13
springboot3_org.slf4j:slf4j-simple;2.0.13
springboot3_org.springframework.boot:spring-boot-actuator-autoconfigure;3.3.1
springboot3_org.springframework.boot:spring-boot-actuator;3.3.1
springboot3_org.springframework.boot:spring-boot-autoconfigure;3.3.1
springboot3_org.springframework.boot:spring-boot-configuration-metadata;3.3.1
springboot3_org.springframework.boot:spring-boot-configuration-processor;3.3.1
springboot3_org.springframework.boot:spring-boot-dependencies;3.3.1
springboot3_org.springframework.boot:spring-boot-starter-actuator;3.3.1
springboot3_org.springframework.boot:spring-boot-starter-integration;3.3.1
springboot3_org.springframework.boot:spring-boot-starter-parent;3.3.1
springboot3_org.springframework.boot:spring-boot-starter-test;3.3.1
springboot3_org.springframework.boot:spring-boot-starter-web;3.3.1
springboot3_org.springframework.boot:spring-boot-starter;3.3.1
springboot3_org.springframework.boot:spring-boot-test;3.3.1
springboot3_org.springframework.boot:spring-boot-testcontainers;3.3.1
springboot3_org.springframework.cloud:spring-cloud-bus;4.1.1
springboot3_org.springframework.cloud:spring-cloud-context;4.1.3
springboot3_org.springframework.cloud:spring-cloud-dependencies;2023.0.2
springboot3_org.springframework.cloud:spring-cloud-starter-bootstrap;4.1.3
springboot3_org.springframework.cloud:spring-cloud-starter-stream-kafka;4.1.2
springboot3_org.springframework.cloud:spring-cloud-stream-test-binder;4.1.2
springboot3_org.springframework.cloud:spring-cloud-stream;4.1.2
springboot3_org.springframework.data:spring-data-commons;3.3.1
springboot3_org.springframework.data:spring-data-redis;3.3.1
springboot3_org.springframework.integration:spring-integration-core;6.3.1
springboot3_org.springframework.kafka:spring-kafka;3.2.1
springboot3_org.springframework.retry:spring-retry;2.0.6
springboot3_org.springframework.boot:spring-boot-actuator-autoconfigure;3.3.2
springboot3_org.springframework.boot:spring-boot-actuator;3.3.2
springboot3_org.springframework.boot:spring-boot-autoconfigure;3.3.2
springboot3_org.springframework.boot:spring-boot-configuration-metadata;3.3.2
springboot3_org.springframework.boot:spring-boot-configuration-processor;3.3.2
springboot3_org.springframework.boot:spring-boot-dependencies;3.3.2
springboot3_org.springframework.boot:spring-boot-starter-actuator;3.3.2
springboot3_org.springframework.boot:spring-boot-starter-integration;3.3.2
springboot3_org.springframework.boot:spring-boot-starter-parent;3.3.2
springboot3_org.springframework.boot:spring-boot-starter-test;3.3.2
springboot3_org.springframework.boot:spring-boot-starter-web;3.3.2
springboot3_org.springframework.boot:spring-boot-starter;3.3.2
springboot3_org.springframework.boot:spring-boot-test;3.3.2
springboot3_org.springframework.boot:spring-boot-testcontainers;3.3.2
springboot3_org.springframework.cloud:spring-cloud-bus;4.1.2
springboot3_org.springframework.cloud:spring-cloud-context;4.1.4
springboot3_org.springframework.cloud:spring-cloud-dependencies;2023.0.3
springboot3_org.springframework.cloud:spring-cloud-starter-bootstrap;4.1.4
springboot3_org.springframework.cloud:spring-cloud-starter-stream-kafka;4.1.3
springboot3_org.springframework.cloud:spring-cloud-stream-test-binder;4.1.3
springboot3_org.springframework.cloud:spring-cloud-stream;4.1.3
springboot3_org.springframework.data:spring-data-commons;3.3.2
springboot3_org.springframework.data:spring-data-redis;3.3.2
springboot3_org.springframework.integration:spring-integration-core;6.3.2
springboot3_org.springframework.kafka:spring-kafka;3.2.2
springboot3_org.springframework.retry:spring-retry;2.0.7
springboot3_org.springframework.security:spring-security-config;6.3.1
springboot3_org.springframework.security:spring-security-oauth2-client;6.3.1
springboot3_org.springframework.security:spring-security-oauth2-jose;6.3.1
springboot3_org.springframework.security:spring-security-oauth2-resource-server;6.3.1
springboot3_org.springframework.security:spring-security-web;6.3.1
springboot3_org.springframework:spring-beans;6.1.10
springboot3_org.springframework:spring-context-support;6.1.10
springboot3_org.springframework:spring-context;6.1.10
springboot3_org.springframework:spring-core-test;6.1.10
springboot3_org.springframework:spring-core;6.1.10
springboot3_org.springframework:spring-expression;6.1.10
springboot3_org.springframework:spring-jdbc;6.1.10
springboot3_org.springframework:spring-jms;6.1.10
springboot3_org.springframework:spring-messaging;6.1.10
springboot3_org.springframework:spring-test;6.1.10
springboot3_org.springframework:spring-tx;6.1.10
springboot3_org.springframework:spring-web;6.1.10
springboot3_org.springframework:spring-webmvc;6.1.10
springboot3_org.springframework:spring-beans;6.1.11
springboot3_org.springframework:spring-context-support;6.1.11
springboot3_org.springframework:spring-context;6.1.11
springboot3_org.springframework:spring-core-test;6.1.11
springboot3_org.springframework:spring-core;6.1.11
springboot3_org.springframework:spring-expression;6.1.11
springboot3_org.springframework:spring-jdbc;6.1.11
springboot3_org.springframework:spring-jms;6.1.11
springboot3_org.springframework:spring-messaging;6.1.11
springboot3_org.springframework:spring-test;6.1.11
springboot3_org.springframework:spring-tx;6.1.11
springboot3_org.springframework:spring-web;6.1.11
springboot3_org.springframework:spring-webmvc;6.1.11
springboot3_org.testcontainers:testcontainers;1.19.8
springboot3_org.testcontainers:junit-jupiter;1.19.8
springboot3_org.testcontainers:azure;1.19.8
10 changes: 6 additions & 4 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ com.azure:azure-ai-metricsadvisor-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-ai-openai;1.0.0-beta.10;1.0.0-beta.11
com.azure:azure-ai-openai-assistants;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-ai-personalizer;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-ai-textanalytics;5.4.7;5.5.0-beta.1
com.azure:azure-ai-textanalytics;5.5.0;5.6.0-beta.1
com.azure:azure-ai-textanalytics-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-ai-translation-text;1.0.0;1.1.0-beta.1
com.azure:azure-ai-translation-document;1.0.0-beta.2;1.0.0-beta.3
Expand All @@ -61,7 +61,7 @@ com.azure:azure-analytics-synapse-accesscontrol;1.0.0-beta.4;1.0.0-beta.5
com.azure:azure-analytics-synapse-artifacts;1.0.0-beta.15;1.0.0-beta.16
com.azure:azure-analytics-synapse-spark;1.0.0-beta.5;1.0.0-beta.6
com.azure:azure-analytics-synapse-managedprivateendpoints;1.0.0-beta.5;1.0.0-beta.6
com.azure:azure-analytics-synapse-monitoring;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-analytics-synapse-monitoring;1.0.0-beta.4;1.0.0-beta.5
com.azure:azure-aot-graalvm-support;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-aot-graalvm-support-netty;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-aot-graalvm-samples;1.0.0-beta.1;1.0.0-beta.1
Expand Down Expand Up @@ -115,7 +115,7 @@ com.azure.cosmos.spark:azure-cosmos-spark-account-data-resolver-sample;1.0.0-bet
com.azure:azure-cosmos-test;1.0.0-beta.7;1.0.0-beta.8
com.azure:azure-cosmos-tests;1.0.0-beta.1;1.0.0-beta.1
com.azure.cosmos.kafka:azure-cosmos-kafka-connect;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-data-appconfiguration;1.6.2;1.7.0-beta.1
com.azure:azure-data-appconfiguration;1.6.2;1.6.3
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-data-schemaregistry;1.4.7;1.5.0-beta.1
com.azure:azure-data-schemaregistry-apacheavro;1.1.18;1.2.0-beta.2
Expand Down Expand Up @@ -168,7 +168,7 @@ com.azure:azure-mixedreality-remoterendering;1.1.30;1.2.0-beta.1
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.26;1.0.0-beta.27
com.azure:azure-monitor-ingestion;1.2.2;1.3.0-beta.1
com.azure:azure-monitor-ingestion-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-monitor-query;1.4.0;1.5.0
com.azure:azure-monitor-query;1.5.0;1.6.0-beta.1
com.azure:azure-monitor-query-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-perf-test-parent;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-quantum-jobs;1.0.0-beta.1;1.0.0-beta.2
Expand Down Expand Up @@ -484,6 +484,8 @@ io.clientcore:http-stress;1.0.0-beta.1;1.0.0-beta.1
# <!-- {x-version-update;unreleased_com.azure:azure-core;dependency} -->
unreleased_com.azure:azure-identity;1.14.0-beta.1

unreleased_com.azure:azure-json;1.2.0-beta.1

# Released Beta dependencies: Copy the entry from above, prepend "beta_", remove the current
# version and set the version to the released beta. Released beta dependencies are only valid
# for dependency versions. These entries are specifically for when we've released a beta for
Expand Down
2 changes: 1 addition & 1 deletion sdk/aot/azure-aot-graalvm-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-textanalytics</artifactId>
<version>5.4.7</version> <!-- {x-version-update;com.azure:azure-ai-textanalytics;dependency} -->
<version>5.5.0</version> <!-- {x-version-update;com.azure:azure-ai-textanalytics;dependency} -->
</dependency>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-appconfiguration</artifactId>
<version>1.7.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;current} -->
<version>1.6.3</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;current} -->
</dependency>

<dependency>
Expand Down
11 changes: 6 additions & 5 deletions sdk/appconfiguration/azure-data-appconfiguration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Release History

## 1.7.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 1.6.3 (2024-07-26)

### Bugs Fixed

Fixed `FeatureFlagConfigurationSetting`'s `setKey()` which should always add the feature flag prefix `.appconfig.featureflag/` before the input key. ([#33332](https://github.com/Azure/azure-sdk-for-java/issues/33332))

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.49.1` to version `1.50.0`.
- Upgraded `azure-core-http-netty` from `1.15.1` to version `1.15.2`.

## 1.6.2 (2024-06-25)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/appconfiguration/azure-data-appconfiguration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-appconfiguration</artifactId>
<version>1.6.2</version>
<version>1.6.3</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/appconfiguration/azure-data-appconfiguration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-data-appconfiguration</artifactId>
<version>1.7.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;current} -->
<version>1.6.3</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;current} -->

<name>Microsoft Azure client library for App Configuration</name>
<description>This package contains the Microsoft Azure App Configuration client library.</description>
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-management/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-json</artifactId>
<version>1.1.0</version> <!-- {x-version-update;com.azure:azure-json;dependency} -->
<version>1.2.0-beta.1</version> <!-- {x-version-update;unreleased_com.azure:azure-json;dependency} -->
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
<suppressions>
<suppress checks="com.azure.tools.checkstyle.checks.ExternalDependencyExposed" files="com.azure.core.serializer.json.gson.GsonJsonProvider.java" />
<suppress checks="com.azure.tools.checkstyle.checks.ExternalDependencyExposed" files="com.azure.core.serializer.json.gson.GsonJsonSerializerBuilder.java" />
<suppress checks="com.azure.tools.checkstyle.checks.ExternalDependencyExposed" files="com.azure.core.serializer.json.gson.models.GsonJsonArray.java" />
<suppress checks="com.azure.tools.checkstyle.checks.ExternalDependencyExposed" files="com.azure.core.serializer.json.gson.models.GsonJsonElementUtils.java" />
<suppress checks="com.azure.tools.checkstyle.checks.ExternalDependencyExposed" files="com.azure.core.serializer.json.gson.models.GsonJsonObject.java" />

<suppress checks="com.azure.tools.checkstyle.checks.ThrowFromClientLogger" files="com.azure.core.serializer.json.gson.implementation.JsonSerializableTypeAdapter.java" />

<suppress checks="com.azure.tools.checkstyle.checks.UseCaughtExceptionCause" files="com.azure.core.serializer.json.gson.models.GsonJsonElementUtils.java" />
</suppressions>
4 changes: 2 additions & 2 deletions sdk/core/azure-core-serializer-json-gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-json</artifactId>
<version>1.1.0</version> <!-- {x-version-update;com.azure:azure-json;dependency} -->
<version>1.2.0-beta.1</version> <!-- {x-version-update;unreleased_com.azure:azure-json;dependency} -->
</dependency>

<dependency>
Expand All @@ -96,7 +96,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-json</artifactId>
<version>1.1.0</version> <!-- {x-version-update;com.azure:azure-json;dependency} -->
<version>1.2.0-beta.1</version> <!-- {x-version-update;unreleased_com.azure:azure-json;dependency} -->
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
Loading

0 comments on commit 630e3c4

Please sign in to comment.