File tree 6 files changed +26
-20
lines changed
azure-security-keyvault-jca
azure-security-test-keyvault-jca
6 files changed +26
-20
lines changed Original file line number Diff line number Diff line change @@ -593,3 +593,20 @@ Copyright [2023] [OpenTelemetry]
593
593
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
594
594
See the License for the specific language governing permissions and
595
595
limitations under the License.
596
+
597
+ -------------------------------------------------------------------------------
598
+
599
+ License notice for Public Suffix List
600
+ -------------------------------------------------------------------------------
601
+
602
+ This project includes the file `effective_tld_names.dat`, which is part of the Public Suffix List maintained by Mozilla
603
+ and used under the Mozilla Public License 2.0. See https://publicsuffix.org/ for more information.
604
+
605
+ This file is licensed under the Mozilla Public License, Version 2.0 (the "License"); you may not use this file except in
606
+ compliance with the License. You may obtain a copy of the License at:
607
+
608
+ https://www.mozilla.org/MPL/2.0/
609
+
610
+ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
611
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
612
+ language governing permissions and limitations under the License.
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ com.azure:azure-security-attestation;1.1.32;1.2.0-beta.1
172
172
com.azure:azure-security-confidentialledger;1.0.28;1.1.0-beta.2
173
173
com.azure:azure-security-keyvault-administration;4.6.4;4.7.0-beta.2
174
174
com.azure:azure-security-keyvault-certificates;4.7.4;4.8.0-beta.2
175
- com.azure:azure-security-keyvault-jca;2.10.0;2.11.0-beta .1
175
+ com.azure:azure-security-keyvault-jca;2.10.0;2.10 .1
176
176
com.azure:azure-security-test-keyvault-jca;1.0.0;1.0.0
177
177
com.azure:azure-security-keyvault-keys;4.9.4;4.10.0-beta.2
178
178
com.azure:azure-security-keyvault-secrets;4.9.4;4.10.0-beta.2
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 2.11.0-beta.1 (Unreleased)
4
-
5
- ### Features Added
6
-
7
- ### Breaking Changes
3
+ ## 2.10.1 (2025-05-12)
8
4
9
5
### Bugs Fixed
10
6
- Fixed bug: Missing logging for abnormal http status codes when processing HTTP responses. [ #42859 ] ( https://github.com/Azure/azure-sdk-for-java/issues/42859 ) .
13
9
14
10
#### Dependency Updates
15
11
16
- - Upgraded from ` org.apache.httpcomponents:httpclient:4.5.14 ` to ` org.apache.httpcomponents.client5:httpclient5:5.4.3 ` .
12
+ - Replaced ` org.apache.httpcomponents:httpclient:4.5.14 ` with ` org.apache.httpcomponents.client5:httpclient5:5.4.3 ` .
13
+ - Updated ` com.azure:azure-json:1.3.0 ` to ` com.azure:azure-json:1.5.0 ` .
17
14
18
15
## 2.10.0 (2024-11-26)
19
16
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ add the direct dependency to your project as follows.
64
64
<dependency >
65
65
<groupId >com.azure</groupId >
66
66
<artifactId >azure-security-keyvault-jca</artifactId >
67
- <version >2.11.0-beta .1</version >
67
+ <version >2.10 .1</version >
68
68
</dependency >
69
69
```
70
70
[ // ] : # ( {x-version-update-end} )
Original file line number Diff line number Diff line change 14
14
15
15
<groupId >com.azure</groupId >
16
16
<artifactId >azure-security-keyvault-jca</artifactId >
17
- <version >2.11.0-beta .1</version > <!-- {x-version-update;com.azure:azure-security-keyvault-jca;current} -->
17
+ <version >2.10 .1</version > <!-- {x-version-update;com.azure:azure-security-keyvault-jca;current} -->
18
18
<name >JCA Provider for Azure Key Vault</name >
19
19
<description >The Java Crypto Architecture (JCA) Provider for Azure Key Vault</description >
20
20
201
201
<shadedPattern >com.azure.security.keyvault.jca.implementation.shaded.com.azure.json</shadedPattern >
202
202
</relocation >
203
203
<relocation >
204
- <pattern >org.apache.commons</pattern >
205
- <shadedPattern >com.azure.security.keyvault.jca.implementation.shaded.org.apache.commons</shadedPattern >
206
- </relocation >
207
- <relocation >
208
- <pattern >org.apache.http</pattern >
209
- <shadedPattern >com.azure.security.keyvault.jca.implementation.shaded.org.apache.http</shadedPattern >
210
- </relocation >
211
- <relocation >
212
- <pattern >mozilla</pattern >
213
- <shadedPattern >com.azure.security.keyvault.jca.implementation.shaded.mozilla</shadedPattern >
204
+ <pattern >org.apache.hc</pattern >
205
+ <shadedPattern >com.azure.security.keyvault.jca.implementation.shaded.org.apache.hc</shadedPattern >
214
206
</relocation >
215
207
<relocation >
216
208
<pattern >org.slf4j</pattern >
Original file line number Diff line number Diff line change 27
27
<dependency >
28
28
<groupId >com.azure</groupId >
29
29
<artifactId >azure-security-keyvault-jca</artifactId >
30
- <version >2.11.0-beta .1</version > <!-- {x-version-update;com.azure:azure-security-keyvault-jca;current} -->
30
+ <version >2.10 .1</version > <!-- {x-version-update;com.azure:azure-security-keyvault-jca;current} -->
31
31
</dependency >
32
32
33
33
<!-- Apache HttpClient -->
You can’t perform that action at this time.
0 commit comments