Skip to content

Commit 1521a4b

Browse files
authored
[Cleanup] Remove GraalVM beta libraries (Azure#43808)
* Remove deprecated + past EOL AOT GraalVM libraries. * Removed mentions of the AOT GraalVM libraries in central files. * Removed GraalVM build profiles. * Fixed pipeline issues. * Removed more unused dependencies from external_dependencies.txt
1 parent 8769ae8 commit 1521a4b

File tree

110 files changed

+1
-7037
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+1
-7037
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@
116116
# ServiceLabel: %ARO
117117
# ServiceOwners: @mjudeikis @jim-minter @julienstroheker @amanohar
118118

119-
# PRLabel: %graalvm
120-
/sdk/aot/ @srnagar @jonathangiles
121-
122119
# ServiceLabel: %graalvm
123120
# AzureSdkOwners: @srnagar
124121

.vscode/cspell.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,8 @@
6666
"**/src/**/samples/**/*.ipynb",
6767
"**/sdk/**/swagger/**",
6868
"**/src/**/resources/**",
69-
"sdk/aot/azure-aot-graalvm-samples/**",
7069
"sdk/agrifood/azure-verticals-agrifood-farming/**",
71-
"sdk/aot/azure-aot-graalvm-support-netty/**",
7270
"sdk/anomalydetector/azure-ai-anomalydetector/**",
73-
"sdk/aot/azure-aot-graalvm-support/**",
7471
"sdk/appconfiguration/azure-spring-cloud-test-appconfiguration-config/**",
7572
"sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/**",
7673
"sdk/appconfiguration/azure-spring-cloud-feature-management-web/**",

eng/code-quality-reports/src/main/resources/checkstyle/checkstyle-suppressions.xml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,6 @@
4040
<!-- Don't check for JavaDocPackage or LineLength in samples or tests-->
4141
<suppress checks="(JavadocPackage|LineLength)" files=".*[/\\](samples|test)[/\\].*\.java"/>
4242

43-
<!-- To allow using sysout in GraalVM classes as the output is printed out during the build -->
44-
<suppress checks="com.azure.tools.checkstyle.checks.GoodLoggingCheck"
45-
files="com.azure.aot.graalvm.support.implementation.GraalVMFeature.java"/>
46-
47-
<!-- To allow using sysout in GraalVM classes as the output is printed out during the build -->
48-
<suppress checks="com.azure.tools.checkstyle.checks.ThrowFromClientLoggerCheck"
49-
files="com.azure.aot.graalvm.support.netty.implementation.features.*\.java"/>
50-
51-
<!-- The class is copied from Quarkus and uses the relevant copyright text.
52-
Also, this class contains a number of fields that are annotated to be updated in native image. So, these exceptions are needed -->
53-
<suppress checks="StaticVariableName|VisibilityModifier|TypeName|Header"
54-
files="com.azure.aot.graalvm.support.netty.implementation.features.*\.java"/>
55-
5643
<!-- Suppress LineLength for i18n message properties -->
5744
<suppress checks="LineLength" files="messages.properties"/>
5845

@@ -161,7 +148,7 @@
161148

162149
<!-- Checkstyle suppressions for azure.spring.cloud.autoconfigure.compatibility package -->
163150
<suppress checks="MethodName" files="com.azure.spring.cloud.autoconfigure.implementation.compatibility.AzureSpringBootVersionVerifier.java"/>
164-
151+
165152
<!-- Test class for spring-messaging-azure-servicebus module -->
166153
<suppress checks="InnerAssignment" files="com.azure.spring.messaging.servicebus.implementation.properties.merger.util.TestPropertiesComparer"/>
167154
<suppress checks="InnerAssignment" files="com.azure.spring.messaging.servicebus.implementation.properties.merger.util.TestPropertiesValueInjectHelper.java"/>

eng/code-quality-reports/src/main/resources/spotbugs/spotbugs-exclude.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1714,24 +1714,6 @@
17141714
<Bug pattern="BC_UNCONFIRMED_CAST"/>
17151715
</Match>
17161716

1717-
<Match>
1718-
<Or>
1719-
<Class name="com.azure.aot.graalvm.support.netty.implementation.features.TargetIoNettyHandlerSslJdkAlpnApplicationProtocolNegotiatorAlpnWrapper"/>
1720-
<Class name="com.azure.aot.graalvm.support.netty.implementation.features.TargetIoNettyHandlerSslJdkAlpnApplicationProtocolNegotiatorAlpnWrapperJava8"/>
1721-
<Class name="com.azure.aot.graalvm.support.netty.implementation.features.TargetIoNettyHandlerSslJdkSslContext"/>
1722-
<Class name="com.azure.aot.graalvm.support.netty.implementation.features.TargetIoNettyHandlerSslSslContext"/>
1723-
</Or>
1724-
<Bug pattern="BC_IMPOSSIBLE_CAST"/>
1725-
</Match>
1726-
<Match>
1727-
<Class name="com.azure.aot.graalvm.support.netty.implementation.features.TargetIoNettyHandlerCodecHttpHttpContentDecompressor"/>
1728-
<Bug pattern="CI_CONFUSED_INHERITANCE"/>
1729-
</Match>
1730-
<Match>
1731-
<Class name="com.azure.aot.graalvm.support.netty.implementation.features.TargetIoNettyHandlerSslOpenSsl"/>
1732-
<Bug pattern="URF_UNREAD_FIELD"/>
1733-
</Match>
1734-
17351717
<!-- Non Shipped code -->
17361718
<Match>
17371719
<Package name="~com\.azure\.(jedis|lettuce|redisson).*"/>

eng/scripts/aggregate_javadoc_configuration.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Group;Azure Core - Test;com.azure.core.test*
2020
Group;Azure Core - Tracing - OpenTelemetry;com.azure.core.tracing.opentelemetry*
2121
Group;Azure Agrifood;com.azure.verticals.agrifood.farming*
2222
Group;Azure Anomaly Detector;com.azure.ai.anomalydetector*
23-
Group;Azure AOT - GraalVM;com.azure.aot.graalvm*
2423
Group;Azure App Configuration;com.azure.data.appconfiguration*
2524
Group;Azure Communication;com.azure.communication*
2625
Group;Azure Confidential Ledger;com.azure.security.confidentialledger*

eng/versioning/external_dependencies.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ org.glassfish.tyrus:tyrus-client;1.16
8787
org.openjfx:javafx-graphics;17.0.6
8888
org.graalvm.buildtools:junit-platform-native;0.9.19
8989
org.graalvm.buildtools:native-maven-plugin;0.9.19
90-
org.graalvm.sdk:graal-sdk;22.0.0.2
91-
org.graalvm.nativeimage:svm;22.0.0.2
9290
org.postgresql:postgresql;42.3.9
9391
org.slf4j:slf4j-api;1.7.36
9492
org.slf4j:slf4j-nop;1.7.36

eng/versioning/version_client.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ com.azure:azure-analytics-synapse-artifacts;1.0.0-beta.15;1.0.0-beta.16
6363
com.azure:azure-analytics-synapse-spark;1.0.0-beta.5;1.0.0-beta.6
6464
com.azure:azure-analytics-synapse-managedprivateendpoints;1.0.0-beta.5;1.0.0-beta.6
6565
com.azure:azure-analytics-synapse-monitoring;1.0.0-beta.4;1.0.0-beta.5
66-
com.azure:azure-aot-graalvm-support;1.0.0-beta.3;1.0.0-beta.4
67-
com.azure:azure-aot-graalvm-support-netty;1.0.0-beta.3;1.0.0-beta.4
68-
com.azure:azure-aot-graalvm-samples;1.0.0-beta.1;1.0.0-beta.1
69-
com.azure:azure-aot-graalvm-perf;1.0.0-beta.1;1.0.0-beta.1
7066
com.azure:azure-code-customization-parent;1.0.0-beta.1;1.0.0-beta.1
7167
com.azure:azure-communication-callautomation;1.3.1;1.4.0-beta.2
7268
com.azure:azure-communication-callingserver;1.0.0-beta.4;1.0.0-beta.5

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<module>sdk/ai</module>
1717
<module>sdk/alertsmanagement</module>
1818
<module>sdk/anomalydetector</module>
19-
<module>sdk/aot</module>
2019
<module>sdk/apicenter</module>
2120
<module>sdk/apimanagement</module>
2221
<module>sdk/appcomplianceautomation</module>

sdk/aot/azure-aot-graalvm-perf/CHANGELOG.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

sdk/aot/azure-aot-graalvm-perf/README.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)