Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure authentication package is not usable on android #1755

Closed
baywet opened this issue Feb 7, 2025 · 1 comment · Fixed by #1786
Closed

Azure authentication package is not usable on android #1755

baywet opened this issue Feb 7, 2025 · 1 comment · Fixed by #1786
Assignees
Labels
bug Something isn't working priority:p1 High priority/Major issue but not blocking or Big percentage of customers affected.Bug SLA <=7days type:bug A broken experience WIP

Comments

@baywet
Copy link
Member

baywet commented Feb 7, 2025

this suppression (duplicated across all components) masks the fact that javax.xml.stream is absent from android.

The suppression should also be removed from core, and checked whether it's present in service libs.

https://github.com/microsoftgraph/msgraph-sdk-java-core/blame/601eac01f5922c643b9bc3e720ed2a6ea9246386/android/lint-baseline.xml#L4

We might want to add jakarta.xml.bind:jakarta.xml.bind-api:4.0.2 as a dependency to bring the missing APIs.

Azure/azure-sdk-for-java#44078

@andrueastman
Copy link
Member

We're using the javax.xml.stream:stax-api rather than the jakarta.xml.bind:jakarta.xml.bind-api as the authentication package is referencing the apis from the javax.xml.stream namespace package not the jakarta.xml.bind.

#1786 has been authored to resolve this one

@andrueastman andrueastman moved this from New📃 to In Review 💭 in Kiota Feb 25, 2025
@github-project-automation github-project-automation bot moved this from In Review 💭 to Done ✔️ in Kiota Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority:p1 High priority/Major issue but not blocking or Big percentage of customers affected.Bug SLA <=7days type:bug A broken experience WIP
Projects
Status: Done ✔️
Development

Successfully merging a pull request may close this issue.

2 participants