You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/aot/azure-aot-graalvm-support-netty/CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
# Release History
2
2
3
-
## 1.0.0-beta.3 (2022-05-17)
3
+
## 1.0.0-beta.3 (2023-04-04)
4
4
5
5
### Other Changes
6
+
- Marked this library as deprecated. Please refer to the [blog post](https://devblogs.microsoft.com/azure-sdk/announcing-graalvm-support-in-azure-sdk-for-java-and-spring-cloud-azure-libraries/) for more details on GraalVM support in Azure SDK for Java.
6
7
7
8
#### Dependency Updates
8
9
- Updated `azure-aot-graalvm-support` version to 1.0.0-beta.3
Copy file name to clipboardExpand all lines: sdk/aot/azure-aot-graalvm-support-netty/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Azure GraalVM Netty Support client library for Java
2
2
3
+
> **IMPORTANT** Please note that this package is deprecated and will no longer be updated. The necessary configuration files to support
4
+
> native image compilation using GraalVM is now directly available on respective client libraries. It is no longer required
5
+
> to add this package as a dependency to build native images with Azure SDK for Java. - Marked this library as deprecated.
6
+
> Please refer to the [blog post](https://devblogs.microsoft.com/azure-sdk/announcing-graalvm-support-in-azure-sdk-for-java-and-spring-cloud-azure-libraries/) for more details on GraalVM support in Azure SDK for Java.
7
+
3
8
The Azure GraalVM Netty Support client library provides support for applications using
4
9
[Azure client libraries](https://azure.github.io/azure-sdk/releases/latest/java.html) that take a dependency on
5
10
[azure-core-http-netty](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/core/azure-core-http-netty) to be
Copy file name to clipboardExpand all lines: sdk/aot/azure-aot-graalvm-support-netty/pom.xml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,10 @@
11
11
12
12
<packaging>jar</packaging>
13
13
<name>Microsoft Azure SDK for GraalVM Netty support</name>
14
-
<description>This package contains Microsoft Azure GraalVM Netty Support SDK.</description>
14
+
<description>
15
+
This package is deprecated will have no further updates. Dependency on this library is no longer required to build native images with Azure SDK for Java.
16
+
For more details, please refer to https://devblogs.microsoft.com/azure-sdk/announcing-graalvm-support-in-azure-sdk-for-java-and-spring-cloud-azure-libraries
Copy file name to clipboardExpand all lines: sdk/aot/azure-aot-graalvm-support/CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
# Release History
2
2
3
-
## 1.0.0-beta.3 (2022-05-17)
3
+
## 1.0.0-beta.3 (2023-04-04)
4
4
5
5
### Other Changes
6
+
- Marked this library as deprecated. Please refer to the [blog post](https://devblogs.microsoft.com/azure-sdk/announcing-graalvm-support-in-azure-sdk-for-java-and-spring-cloud-azure-libraries/) for more details on GraalVM support in Azure SDK for Java.
6
7
- Changed the proxy interface package names to match the 1.28.0 version of `azure-core`
Copy file name to clipboardExpand all lines: sdk/aot/azure-aot-graalvm-support/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Azure GraalVM Support client library for Java
2
2
3
+
> **IMPORTANT** Please note that this package is deprecated and will no longer be updated. The necessary configuration files to support
4
+
> native image compilation using GraalVM is now directly available on respective client libraries. It is no longer required
5
+
> to add this package as a dependency to build native images with Azure SDK for Java.
6
+
> Please refer to the [blog post](https://devblogs.microsoft.com/azure-sdk/announcing-graalvm-support-in-azure-sdk-for-java-and-spring-cloud-azure-libraries/) for more details on GraalVM support in Azure SDK for Java.
7
+
3
8
The Azure GraalVM Support client library provides support for applications using [Azure client libraries](https://azure.github.io/azure-sdk/releases/latest/java.html) to be built as [GraalVM native
4
9
images](https://www.graalvm.org/22.0/reference-manual/native-image/). The library contains all the necessary
5
10
[configuration files](https://www.graalvm.org/22.0/reference-manual/native-image/BuildConfiguration/) and [GraalVM
Copy file name to clipboardExpand all lines: sdk/aot/azure-aot-graalvm-support/pom.xml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,10 @@
11
11
12
12
<packaging>jar</packaging>
13
13
<name>Microsoft Azure GraalVM support</name>
14
-
<description>This package contains GraalVM Support configuration for Azure SDKs.</description>
14
+
<description>
15
+
This package is deprecated will have no further updates. Dependency on this library is no longer required to build native images with Azure SDK for Java.
16
+
For more details, please refer to https://devblogs.microsoft.com/azure-sdk/announcing-graalvm-support-in-azure-sdk-for-java-and-spring-cloud-azure-libraries
0 commit comments