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

Cosmos DB Sample Issue #39447

Closed
faynef opened this issue Mar 28, 2024 · 3 comments · Fixed by #39479 or #39899
Closed

Cosmos DB Sample Issue #39447

faynef opened this issue Mar 28, 2024 · 3 comments · Fixed by #39479 or #39899
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Cosmos customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team needs-team-triage Workflow: This issue needs the team to triage. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention Workflow: This issue is responsible by Azure service team. test-manual-pass

Comments

@faynef
Copy link
Contributor

faynef commented Mar 28, 2024

Section link:

image

Reason:
Run method replaceItemAsyncSample() show: java.lang.IllegalArgumentException: Can't serialize the object into the json string.

Suggestion:
Add code:

        public String getEmail() { return email; }
        public String getName() { return name; }
        public String getDeparture() { return departure; }
        public String getDestination() { return destination; }

@sandeep-sen , @joshfree , @kyle-patterson , @KrzysztofCwalina and @aayush3011 for notification.

@github-actions github-actions bot added Client This issue points to a problem in the data-plane of the library. Cosmos customer-reported Issues that are reported by GitHub users external to the Azure organization. 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 Service Attention Workflow: This issue is responsible by Azure service team. labels Mar 28, 2024
Copy link

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @kushagraThapar @pjohari-ms @TheovanKraay.

@v-xuto v-xuto added needs-team-triage Workflow: This issue needs the team to triage. test-manual-pass labels Mar 28, 2024
@faynef faynef changed the title Cosmos DB Sample Issues Cosmos DB Sample Issue Mar 28, 2024
@kushagraThapar kushagraThapar self-assigned this Mar 28, 2024
@faynef
Copy link
Contributor Author

faynef commented Apr 24, 2024

After testing we found that you did not add the public modifier to the update code and the issue was not fixed.@tvaron3

@tvaron3
Copy link
Member

tvaron3 commented Apr 24, 2024

After testing we found that you did not add the public modifier to the update code and the issue was not fixed.@tvaron3

Just merged in the change. @faynef

@github-actions github-actions bot locked and limited conversation to collaborators Jul 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Cosmos customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team needs-team-triage Workflow: This issue needs the team to triage. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention Workflow: This issue is responsible by Azure service team. test-manual-pass
Projects
None yet
4 participants