-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[FEATURE REQ] azure-resourcemanager-containerinstance Native Support #36755
Copy link
Copy link
Closed
Labels
ARMMgmtThis issue is related to a management-plane library.This issue is related to a management-plane library.azure-springAll azure-spring related issuesAll azure-spring related issuesazure-spring-nativeIssues related to Spring native.Issues related to Spring native.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.graalvmLabel for tracking issues related to graalvmLabel for tracking issues related to graalvmneeds-team-triageWorkflow: This issue needs the team to triage.Workflow: This issue needs the team to triage.
Metadata
Metadata
Labels
ARMMgmtThis issue is related to a management-plane library.This issue is related to a management-plane library.azure-springAll azure-spring related issuesAll azure-spring related issuesazure-spring-nativeIssues related to Spring native.Issues related to Spring native.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.graalvmLabel for tracking issues related to graalvmLabel for tracking issues related to graalvmneeds-team-triageWorkflow: This issue needs the team to triage.Workflow: This issue needs the team to triage.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Done
Is your feature request related to a problem? Please describe.
I am working on building an application with
com.azure.resourcemanager.containerinstanceand am trying to get native support for Spring Native with GraalVM. However, the native compilation requires explicit hints to work properly, and manually adding them is cumbersome.Describe the solution you'd like
It would be immensely helpful if the
com.azure.resourcemanager.containerinstancehad native support for Spring Native with GraalVM out of the box. This would streamline the development process and enable users to more easily compile applications to native images.Describe alternatives you've considered
I tried to use the
@ImportRuntimeHintsand manually added hints for proxies as described in my code snippet below. However, this process is tedious, and I was unsure about how many hints would be needed to cover all use cases.Additional context
Information Checklist