[BUG] Azure servicebus has a NoSuchMethodException after native compile #43106
Labels
azure-spring
All azure-spring related issues
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
graalvm
Label for tracking issues related to graalvm
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Describe the bug
I do have an application connecting itself to the azure servicebus. It works well as normal Java-Code but not after I convert it into native code.
Exception or Stack Trace
To Reproduce
build.gradle:
NativeRuntimeHints.java:
./gradlew nativeCompile
and./gradlew bootBuildImage
are successful but do fail when starting the exe or the image.Expected behavior
The native application should start without exception.
Setup (please complete the following information):
implementation group: 'com.azure.spring', name: 'spring-cloud-azure-starter-servicebus-jms', version: "5.18.0"
If you suspect a dependency version mismatch (e.g. you see
NoClassDefFoundError
,NoSuchMethodError
or similar), please check out Troubleshoot dependency version conflict article first. If it doesn't provide solution for the problem, please provide:mvn dependency:tree -Dverbose
)Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
The text was updated successfully, but these errors were encountered: