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
# Azure GraalVM Netty Support client library for Java - Version 1.0.0-beta.1
13
+
# Azure GraalVM Netty Support client library for Java - Version 1.0.0-beta.2
14
14
15
15
16
16
The Azure GraalVM Netty Support client library provides support for applications using
17
17
[Azure client libraries](https://azure.github.io/azure-sdk/releases/latest/java.html) that take a dependency on
18
-
[azure-core-http-netty](https://github.com/Azure/azure-sdk-for-java/tree/azure-aot-graalvm-support-netty_1.0.0-beta.1/sdk/core/azure-core-http-netty) to be
19
-
built as [GraalVM nativeimages](https://www.graalvm.org/22.0/reference-manual/native-image/). The library contains all the necessary
18
+
[azure-core-http-netty](https://github.com/Azure/azure-sdk-for-java/tree/azure-aot-graalvm-support-netty_1.0.0-beta.2/sdk/core/azure-core-http-netty) to be
19
+
built as [GraalVM native images](https://www.graalvm.org/22.0/reference-manual/native-image/). The library contains all the necessary
20
20
[configuration files](https://www.graalvm.org/22.0/reference-manual/native-image/BuildConfiguration/) and [GraalVM
21
21
features](https://www.graalvm.org/sdk/javadoc/index.html?org/graalvm/nativeimage/hosted/Feature.html) required to build
22
22
a native image of an application that uses Azure client libraries.
23
23
24
+
**NOTE:**: This library is a preview and is intended to enable applications using Azure client libraries to quickly
25
+
build and validate native images. However, this is not a stable, GA version and is not officially supported to use in production
26
+
environments.
27
+
24
28
## Getting started
25
29
26
30
### Prerequisites
27
31
- A [Java Development Kit (JDK)][jdk_link], version 8 or later.
28
32
-[Azure Subscription][azure_subscription]
29
33
-[GraalVM](https://www.graalvm.org/downloads/) version 22 or later.
Please refer to the [Key Concepts](https://github.com/Azure/azure-sdk-for-java/tree/azure-aot-graalvm-support-netty_1.0.0-beta.1/sdk/aot/azure-aot-graalvm-support#key-concepts) section of the azure-aot-graalvm-support library.
58
+
Please refer to the [Key Concepts](https://github.com/Azure/azure-sdk-for-java/tree/azure-aot-graalvm-support-netty_1.0.0-beta.2/sdk/aot/azure-aot-graalvm-support#key-concepts) section of the azure-aot-graalvm-support library.
48
59
49
60
## Examples
50
61
51
-
Please refer to the [Examples](https://github.com/Azure/azure-sdk-for-java/tree/azure-aot-graalvm-support-netty_1.0.0-beta.1/sdk/aot/azure-aot-graalvm-support#examples) section of the
62
+
Please refer to the [Examples](https://github.com/Azure/azure-sdk-for-java/tree/azure-aot-graalvm-support-netty_1.0.0-beta.2/sdk/aot/azure-aot-graalvm-support#examples) section of the
52
63
`azure-aot-graalvm-support` library.
53
64
54
65
## Troubleshooting
55
-
Please refer to the [Troubleshooting](https://github.com/Azure/azure-sdk-for-java/tree/azure-aot-graalvm-support-netty_1.0.0-beta.1/sdk/aot/azure-aot-graalvm-support#troubleshooting) section of the
66
+
Please refer to the [Troubleshooting](https://github.com/Azure/azure-sdk-for-java/tree/azure-aot-graalvm-support-netty_1.0.0-beta.2/sdk/aot/azure-aot-graalvm-support#troubleshooting) section of the
56
67
`azure-aot-graalvm-support` library.
57
68
58
69
## Next steps
59
-
Please refer to the [Next Steps](https://github.com/Azure/azure-sdk-for-java/tree/azure-aot-graalvm-support-netty_1.0.0-beta.1/sdk/aot/azure-aot-graalvm-support#next-steps) section of the
70
+
Please refer to the [Next Steps](https://github.com/Azure/azure-sdk-for-java/tree/azure-aot-graalvm-support-netty_1.0.0-beta.2/sdk/aot/azure-aot-graalvm-support#next-steps) section of the
0 commit comments