File tree Expand file tree Collapse file tree 7 files changed +28
-8
lines changed
azure-aot-graalvm-samples
azure-aot-graalvm-support-netty
azure-aot-graalvm-support Expand file tree Collapse file tree 7 files changed +28
-8
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ com.azure:azure-analytics-synapse-artifacts;1.0.0-beta.9;1.0.0-beta.10
5252com.azure:azure-analytics-synapse-spark;1.0.0-beta.5;1.0.0-beta.6
5353com.azure:azure-analytics-synapse-managedprivateendpoints;1.0.0-beta.5;1.0.0-beta.6
5454com.azure:azure-analytics-synapse-monitoring;1.0.0-beta.3;1.0.0-beta.4
55- com.azure:azure-aot-graalvm-support;1.0.0-beta.1;1.0.0-beta.1
56- com.azure:azure-aot-graalvm-support-netty;1.0.0-beta.1;1.0.0-beta.1
55+ com.azure:azure-aot-graalvm-support;1.0.0-beta.1;1.0.0-beta.2
56+ com.azure:azure-aot-graalvm-support-netty;1.0.0-beta.1;1.0.0-beta.2
5757com.azure:azure-aot-graalvm-samples;1.0.0-beta.1;1.0.0-beta.1
5858com.azure:azure-aot-graalvm-perf;1.0.0-beta.1;1.0.0-beta.1
5959com.azure:azure-communication-chat;1.2.0;1.3.0-beta.1
Original file line number Diff line number Diff line change 212212 <dependency >
213213 <groupId >com.azure</groupId >
214214 <artifactId >azure-aot-graalvm-support</artifactId >
215- <version >1.0.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-aot-graalvm-support;current} -->
215+ <version >1.0.0-beta.2 </version > <!-- {x-version-update;com.azure:azure-aot-graalvm-support;current} -->
216216 </dependency >
217217 <dependency >
218218 <groupId >com.azure</groupId >
219219 <artifactId >azure-aot-graalvm-support-netty</artifactId >
220- <version >1.0.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-aot-graalvm-support-netty;current} -->
220+ <version >1.0.0-beta.2 </version > <!-- {x-version-update;com.azure:azure-aot-graalvm-support-netty;current} -->
221221 </dependency >
222222 </dependencies >
223223 </profile >
Original file line number Diff line number Diff line change 11# Release History
22
3+ ## 1.0.0-beta.2 (Unreleased)
4+
5+ ### Features Added
6+
7+ ### Breaking Changes
8+
9+ ### Bugs Fixed
10+
11+ ### Other Changes
12+
313## 1.0.0-beta.1 (2022-04-08)
414
515Version 1.0.0-beta.1 is a preview of our efforts in creating a client library for Azure GraalVM Netty Support that is
Original file line number Diff line number Diff line change 77
88 <groupId >com.azure</groupId >
99 <artifactId >azure-aot-graalvm-support-netty</artifactId >
10- <version >1.0.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-aot-graalvm-support-netty;current} -->
10+ <version >1.0.0-beta.2 </version > <!-- {x-version-update;com.azure:azure-aot-graalvm-support-netty;current} -->
1111
1212 <packaging >jar</packaging >
1313 <name >Microsoft Azure SDK for GraalVM Netty support</name >
Original file line number Diff line number Diff line change 11# Release History
22
3+ ## 1.0.0-beta.2 (Unreleased)
4+
5+ ### Features Added
6+
7+ ### Breaking Changes
8+
9+ ### Bugs Fixed
10+
11+ ### Other Changes
12+
313## 1.0.0-beta.1 (2022-04-08)
414Version 1.0.0-beta.1 is a preview of our efforts in creating a client library for Azure GraalVM Support that is
515developer-friendly, idiomatic to the Java ecosystem, and as consistent across different languages and platforms as
Original file line number Diff line number Diff line change 77
88 <groupId >com.azure</groupId >
99 <artifactId >azure-aot-graalvm-support</artifactId >
10- <version >1.0.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-aot-graalvm-support;current} -->
10+ <version >1.0.0-beta.2 </version > <!-- {x-version-update;com.azure:azure-aot-graalvm-support;current} -->
1111
1212 <packaging >jar</packaging >
1313 <name >Microsoft Azure GraalVM support</name >
Original file line number Diff line number Diff line change 2020 <dependency >
2121 <groupId >com.azure</groupId >
2222 <artifactId >azure-aot-graalvm-support</artifactId >
23- <version >1.0.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-aot-graalvm-support;current} -->
23+ <version >1.0.0-beta.2 </version > <!-- {x-version-update;com.azure:azure-aot-graalvm-support;current} -->
2424 </dependency >
2525 <dependency >
2626 <groupId >com.azure</groupId >
2727 <artifactId >azure-aot-graalvm-support-netty</artifactId >
28- <version >1.0.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-aot-graalvm-support-netty;current} -->
28+ <version >1.0.0-beta.2 </version > <!-- {x-version-update;com.azure:azure-aot-graalvm-support-netty;current} -->
2929 </dependency >
3030 </dependencies >
3131 <build >
You can’t perform that action at this time.
0 commit comments