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

[BUG] azure-core-test need to support Jackson 2.15.0 #35602

Closed
Netyyyy opened this issue Jun 25, 2023 · 2 comments
Closed

[BUG] azure-core-test need to support Jackson 2.15.0 #35602

Netyyyy opened this issue Jun 25, 2023 · 2 comments
Assignees
Labels
Azure.Core azure-core Client This issue points to a problem in the data-plane of the library. dependency-issue-jackson Issue caused by dependency version mismatch with one of the Jackson libraries

Comments

@Netyyyy
Copy link
Member

Netyyyy commented Jun 25, 2023

Describe the bug
refer to FasterXML/jackson-core#1001, we have the same error here after using jackson 2.15

Exception or Stack Trace

2023-06-25T07:11:31.8166142Z [ERROR] Errors: 
2023-06-25T07:11:31.8168135Z [ERROR]   BlockBlobInputOutputStreamTest>StorageSpec.setup:45 » UncheckedIO com.fasterxml.jackson.databind.JsonMappingException: String length (5047468) exceeds the maximum length (5000000) (through reference chain: com.azure.core.test.models.RecordedData["networkCallRecords"]->java.util.LinkedList[2]->com.azure.core.test.models.NetworkCallRecord["Response"])
2023-06-25T07:11:31.8169923Z [ERROR]   AppendBlobAPITest>StorageSpec.setup:45 » UncheckedIO com.fasterxml.jackson.databind.JsonMappingException: String length (5041918) exceeds the maximum length (5000000) (through reference chain: com.azure.core.test.models.RecordedData["networkCallRecords"]->java.util.LinkedList[3]->com.azure.core.test.models.NetworkCallRecord["Response"])

Expected behavior
Fix the error on Jackson 2.15

@github-actions github-actions bot added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Jun 25, 2023
@Netyyyy
Copy link
Member Author

Netyyyy commented Jun 25, 2023

@alzimmermsft please help take a look, thanks!

@alzimmermsft alzimmermsft added Client This issue points to a problem in the data-plane of the library. Azure.Core azure-core dependency-issue-jackson Issue caused by dependency version mismatch with one of the Jackson libraries labels Jun 26, 2023
@github-actions github-actions bot removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Jun 26, 2023
@alzimmermsft
Copy link
Member

Fixed by #35659

@github-actions github-actions bot locked and limited conversation to collaborators Oct 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Azure.Core azure-core Client This issue points to a problem in the data-plane of the library. dependency-issue-jackson Issue caused by dependency version mismatch with one of the Jackson libraries
Projects
Status: Done
Development

No branches or pull requests

2 participants