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 conflicts causing Azure Storage Blob tests to fail #1147

Closed
orpiske opened this issue Apr 20, 2021 · 1 comment
Closed

Jackson conflicts causing Azure Storage Blob tests to fail #1147

orpiske opened this issue Apr 20, 2021 · 1 comment

Comments

@orpiske
Copy link
Contributor

orpiske commented Apr 20, 2021

Our tests are failing because it is are carrying over Jackson 2.12.x from another component and the Azure SDK is known to have issues with 2.12.x [1]. We'll probably be fine once we upgrade to a version of the Azure SDK newer than 12.10 on Camel Core, but for now we'll have to override locally.

  1. [Bug] infinite iteration over blobList Azure/azure-sdk-for-java#9465
  2. Jackson 2.12.0 causes infinite loop(read) in method BlobContainerClient.listBlobsByHierarchy Azure/azure-sdk-for-java#19392
@orpiske orpiske changed the title Jackson conflicts causing Azure tests to fail Jackson conflicts causing Azure Storage Blob tests to fail Apr 20, 2021
orpiske added a commit to orpiske/camel-kafka-connector that referenced this issue Apr 20, 2021
orpiske added a commit that referenced this issue Apr 21, 2021
@orpiske
Copy link
Contributor Author

orpiske commented Apr 26, 2021

Fixed.

@orpiske orpiske closed this as completed Apr 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant