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

jackson versioning issues in azure-storage #16

Closed
jr1000000 opened this issue Sep 11, 2023 · 2 comments
Closed

jackson versioning issues in azure-storage #16

jr1000000 opened this issue Sep 11, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@jr1000000
Copy link
Collaborator

retrieving blobitems from a blobContainer gives linkageErrors for jackson dependencies in azure core.

An exception 'java.lang.LinkageError: Package versions: jackson-core=2.13.5, jackson-databind=2.13.5, jackson-dataformat-xml=2.13.5, jackson-datatype-jsr310=2.13.5, azure-core=1.42.0, Troubleshooting version conflicts: https://aka.ms/azsdk/java/dependency/troubleshoot' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception: java.lang.LinkageError: Package versions: jackson-core=2.13.5, jackson-databind=2.13.5, jackson-dataformat-xml=2.13.5, jackson-datatype-jsr310=2.13.5, azure-core=1.42.0, Troubleshooting version conflicts: https://aka.ms/azsdk/java/dependency/troubleshoot

jr1000000 added a commit that referenced this issue Sep 11, 2023
Added azure java SDK BOM to control versions.  Imported code from main to allow merge.  Removed Jackson dependencies, and commented out blob access until issue #16 is resolved

Revert "Streamlined merge with main"

This reverts commit b41ed9721f1bf297f8c104e1c7e4c1609e709493.

Revert "Revert "Streamlined merge with main""

This reverts commit b9b66ec84b14711973e585fd3c4bd46075e468c1.
@jr1000000 jr1000000 mentioned this issue Sep 11, 2023
@jr1000000
Copy link
Collaborator Author

Seems potentially related to Azure/azure-sdk-for-java#28071

jr1000000 added a commit that referenced this issue Sep 12, 2023
Azurestorage merge.  issue #16 still not resolved so storage only has partial functionality
@jr1000000
Copy link
Collaborator Author

identified alternate version of jackson being used in android-azure-compat. Resolved by using BOM to manage dependencies in android azue compat

@jr1000000 jr1000000 added the bug Something isn't working label Sep 21, 2023
@jr1000000 jr1000000 self-assigned this Sep 23, 2023
jr1000000 added a commit that referenced this issue Sep 23, 2023
dependency edits and adds thread to mainactivity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant