Skip to content

Commit

Permalink
[Cleanup] Remove GraalVM beta libraries (#43808)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
vcolin7 authored Jan 17, 2025
1 parent 8769ae8 commit 1521a4b
Show file tree
Hide file tree
Showing 110 changed files with 1 addition and 7,037 deletions.
3 changes: 0 additions & 3 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@
# ServiceLabel: %ARO
# ServiceOwners: @mjudeikis @jim-minter @julienstroheker @amanohar

# PRLabel: %graalvm
/sdk/aot/ @srnagar @jonathangiles

# ServiceLabel: %graalvm
# AzureSdkOwners: @srnagar

Expand Down
3 changes: 0 additions & 3 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,8 @@
"**/src/**/samples/**/*.ipynb",
"**/sdk/**/swagger/**",
"**/src/**/resources/**",
"sdk/aot/azure-aot-graalvm-samples/**",
"sdk/agrifood/azure-verticals-agrifood-farming/**",
"sdk/aot/azure-aot-graalvm-support-netty/**",
"sdk/anomalydetector/azure-ai-anomalydetector/**",
"sdk/aot/azure-aot-graalvm-support/**",
"sdk/appconfiguration/azure-spring-cloud-test-appconfiguration-config/**",
"sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/**",
"sdk/appconfiguration/azure-spring-cloud-feature-management-web/**",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,6 @@
<!-- Don't check for JavaDocPackage or LineLength in samples or tests-->
<suppress checks="(JavadocPackage|LineLength)" files=".*[/\\](samples|test)[/\\].*\.java"/>

<!-- To allow using sysout in GraalVM classes as the output is printed out during the build -->
<suppress checks="com.azure.tools.checkstyle.checks.GoodLoggingCheck"
files="com.azure.aot.graalvm.support.implementation.GraalVMFeature.java"/>

<!-- To allow using sysout in GraalVM classes as the output is printed out during the build -->
<suppress checks="com.azure.tools.checkstyle.checks.ThrowFromClientLoggerCheck"
files="com.azure.aot.graalvm.support.netty.implementation.features.*\.java"/>

<!-- The class is copied from Quarkus and uses the relevant copyright text.
Also, this class contains a number of fields that are annotated to be updated in native image. So, these exceptions are needed -->
<suppress checks="StaticVariableName|VisibilityModifier|TypeName|Header"
files="com.azure.aot.graalvm.support.netty.implementation.features.*\.java"/>

<!-- Suppress LineLength for i18n message properties -->
<suppress checks="LineLength" files="messages.properties"/>

Expand Down Expand Up @@ -161,7 +148,7 @@

<!-- Checkstyle suppressions for azure.spring.cloud.autoconfigure.compatibility package -->
<suppress checks="MethodName" files="com.azure.spring.cloud.autoconfigure.implementation.compatibility.AzureSpringBootVersionVerifier.java"/>

<!-- Test class for spring-messaging-azure-servicebus module -->
<suppress checks="InnerAssignment" files="com.azure.spring.messaging.servicebus.implementation.properties.merger.util.TestPropertiesComparer"/>
<suppress checks="InnerAssignment" files="com.azure.spring.messaging.servicebus.implementation.properties.merger.util.TestPropertiesValueInjectHelper.java"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1714,24 +1714,6 @@
<Bug pattern="BC_UNCONFIRMED_CAST"/>
</Match>

<Match>
<Or>
<Class name="com.azure.aot.graalvm.support.netty.implementation.features.TargetIoNettyHandlerSslJdkAlpnApplicationProtocolNegotiatorAlpnWrapper"/>
<Class name="com.azure.aot.graalvm.support.netty.implementation.features.TargetIoNettyHandlerSslJdkAlpnApplicationProtocolNegotiatorAlpnWrapperJava8"/>
<Class name="com.azure.aot.graalvm.support.netty.implementation.features.TargetIoNettyHandlerSslJdkSslContext"/>
<Class name="com.azure.aot.graalvm.support.netty.implementation.features.TargetIoNettyHandlerSslSslContext"/>
</Or>
<Bug pattern="BC_IMPOSSIBLE_CAST"/>
</Match>
<Match>
<Class name="com.azure.aot.graalvm.support.netty.implementation.features.TargetIoNettyHandlerCodecHttpHttpContentDecompressor"/>
<Bug pattern="CI_CONFUSED_INHERITANCE"/>
</Match>
<Match>
<Class name="com.azure.aot.graalvm.support.netty.implementation.features.TargetIoNettyHandlerSslOpenSsl"/>
<Bug pattern="URF_UNREAD_FIELD"/>
</Match>

<!-- Non Shipped code -->
<Match>
<Package name="~com\.azure\.(jedis|lettuce|redisson).*"/>
Expand Down
1 change: 0 additions & 1 deletion eng/scripts/aggregate_javadoc_configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Group;Azure Core - Test;com.azure.core.test*
Group;Azure Core - Tracing - OpenTelemetry;com.azure.core.tracing.opentelemetry*
Group;Azure Agrifood;com.azure.verticals.agrifood.farming*
Group;Azure Anomaly Detector;com.azure.ai.anomalydetector*
Group;Azure AOT - GraalVM;com.azure.aot.graalvm*
Group;Azure App Configuration;com.azure.data.appconfiguration*
Group;Azure Communication;com.azure.communication*
Group;Azure Confidential Ledger;com.azure.security.confidentialledger*
Expand Down
2 changes: 0 additions & 2 deletions eng/versioning/external_dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ org.glassfish.tyrus:tyrus-client;1.16
org.openjfx:javafx-graphics;17.0.6
org.graalvm.buildtools:junit-platform-native;0.9.19
org.graalvm.buildtools:native-maven-plugin;0.9.19
org.graalvm.sdk:graal-sdk;22.0.0.2
org.graalvm.nativeimage:svm;22.0.0.2
org.postgresql:postgresql;42.3.9
org.slf4j:slf4j-api;1.7.36
org.slf4j:slf4j-nop;1.7.36
Expand Down
4 changes: 0 additions & 4 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ com.azure:azure-analytics-synapse-artifacts;1.0.0-beta.15;1.0.0-beta.16
com.azure:azure-analytics-synapse-spark;1.0.0-beta.5;1.0.0-beta.6
com.azure:azure-analytics-synapse-managedprivateendpoints;1.0.0-beta.5;1.0.0-beta.6
com.azure:azure-analytics-synapse-monitoring;1.0.0-beta.4;1.0.0-beta.5
com.azure:azure-aot-graalvm-support;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-aot-graalvm-support-netty;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-aot-graalvm-samples;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-aot-graalvm-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-code-customization-parent;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-communication-callautomation;1.3.1;1.4.0-beta.2
com.azure:azure-communication-callingserver;1.0.0-beta.4;1.0.0-beta.5
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<module>sdk/ai</module>
<module>sdk/alertsmanagement</module>
<module>sdk/anomalydetector</module>
<module>sdk/aot</module>
<module>sdk/apicenter</module>
<module>sdk/apimanagement</module>
<module>sdk/appcomplianceautomation</module>
Expand Down
7 changes: 0 additions & 7 deletions sdk/aot/azure-aot-graalvm-perf/CHANGELOG.md

This file was deleted.

53 changes: 0 additions & 53 deletions sdk/aot/azure-aot-graalvm-perf/README.md

This file was deleted.

55 changes: 0 additions & 55 deletions sdk/aot/azure-aot-graalvm-perf/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1521a4b

Please sign in to comment.