Skip to content

Update SDK generator and regenerate Java/Kotlin documentation examples#10855

Merged
Meldiron merged 2 commits into1.8.xfrom
update-sdk-examples-docs
Nov 25, 2025
Merged

Update SDK generator and regenerate Java/Kotlin documentation examples#10855
Meldiron merged 2 commits into1.8.xfrom
update-sdk-examples-docs

Conversation

@ChiragAgg5k
Copy link
Copy Markdown
Member

Summary

  • Updated SDK generator to version dev-fix-java-examples-kotlin-syntax to fix Java examples Kotlin syntax issues
  • Regenerated all affected documentation examples across multiple SDK versions

Changes

  • Updated composer.json to use the fixed SDK generator version
  • Regenerated documentation examples for:
    • Client Android SDK (Java)
    • Server Kotlin SDK (Java and Kotlin)
    • Console Web SDK
    • Server SDKs (Dart, .NET, Node.js, PHP, Python, Ruby)

Files Changed

  • 178 files updated across documentation examples
  • Primary changes in example code formatting and syntax improvements

Test plan

  • Verify documentation examples render correctly
  • Confirm Java/Kotlin syntax is valid in regenerated examples
  • Test SDK functionality remains unchanged

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Nov 23, 2025

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (189)
  • composer.lock is excluded by !**/*.lock
  • docs/examples/1.8.x/client-android/java/account/create-o-auth-2-session.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/account/create-o-auth-2-token.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/account/list-identities.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/account/list-logs.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/account/update-prefs.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/avatars/get-screenshot.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/databases/create-document.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/databases/create-operations.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/databases/get-document.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/databases/list-documents.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/databases/list-transactions.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/databases/update-document.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/databases/upsert-document.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/functions/create-execution.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/functions/list-executions.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/graphql/mutation.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/graphql/query.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/storage/create-file.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/storage/list-files.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/storage/update-file.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/tablesdb/create-operations.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/tablesdb/create-row.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/tablesdb/get-row.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/tablesdb/list-rows.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/tablesdb/list-transactions.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/tablesdb/update-row.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/tablesdb/upsert-row.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/teams/create-membership.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/teams/create.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/teams/list-memberships.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/teams/list.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/teams/update-membership.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/teams/update-prefs.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/kotlin/databases/create-operations.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/kotlin/tablesdb/create-operations.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/console-web/examples/functions/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/console-web/examples/functions/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/console-web/examples/sites/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/console-web/examples/sites/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-dart/examples/functions/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-dart/examples/functions/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-dart/examples/sites/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-dart/examples/sites/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-dotnet/examples/functions/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-dotnet/examples/functions/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-dotnet/examples/sites/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-dotnet/examples/sites/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/account/create-o-auth-2-token.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/account/list-identities.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/account/list-logs.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/account/update-prefs.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/avatars/get-screenshot.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/create-collection.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/create-document.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/create-documents.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/create-enum-attribute.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/create-index.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/create-line-attribute.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/create-operations.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/create-point-attribute.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/create-polygon-attribute.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/delete-documents.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/get-document.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/list-attributes.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/list-collections.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/list-documents.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/list-indexes.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/list-transactions.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/list.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/update-collection.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/update-document.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/update-documents.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/update-enum-attribute.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/update-line-attribute.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/update-point-attribute.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/update-polygon-attribute.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/upsert-document.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/upsert-documents.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/functions/create-execution.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/functions/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/functions/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/functions/create.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/functions/list-deployments.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/functions/list-executions.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/functions/list.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/functions/update.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/graphql/mutation.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/graphql/query.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/create-email.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/create-fcm-provider.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/create-push.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/create-sms.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/create-topic.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/list-message-logs.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/list-messages.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/list-provider-logs.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/list-providers.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/list-subscriber-logs.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/list-subscribers.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/list-targets.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/list-topic-logs.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/list-topics.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/update-email.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/update-fcm-provider.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/update-push.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/update-sms.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/update-topic.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/sites/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/sites/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/sites/list-deployments.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/sites/list-logs.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/sites/list.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/storage/create-bucket.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/storage/create-file.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/storage/list-buckets.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/storage/list-files.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/storage/update-bucket.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/storage/update-file.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/create-enum-column.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/create-index.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/create-line-column.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/create-operations.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/create-point-column.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/create-polygon-column.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/create-row.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/create-rows.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/create-table.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/delete-rows.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/get-row.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/list-columns.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/list-indexes.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/list-rows.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/list-tables.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/list-transactions.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/list.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/update-enum-column.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/update-line-column.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/update-point-column.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/update-polygon-column.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/update-row.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/update-rows.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/update-table.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/upsert-row.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/upsert-rows.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/teams/create-membership.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/teams/create.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/teams/list-memberships.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/teams/list.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/teams/update-membership.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/teams/update-prefs.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tokens/list.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/users/list-identities.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/users/list-logs.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/users/list-memberships.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/users/list-targets.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/users/list.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/users/update-labels.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/users/update-prefs.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/kotlin/databases/create-line-attribute.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/kotlin/databases/create-operations.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/kotlin/databases/create-polygon-attribute.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/kotlin/databases/update-line-attribute.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/kotlin/databases/update-polygon-attribute.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/kotlin/functions/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/kotlin/functions/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/kotlin/sites/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/kotlin/sites/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/create-line-column.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/create-operations.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/create-polygon-column.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/update-line-column.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/update-polygon-column.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-nodejs/examples/functions/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-nodejs/examples/functions/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-nodejs/examples/sites/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-nodejs/examples/sites/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-php/examples/functions/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-php/examples/functions/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-php/examples/sites/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-php/examples/sites/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-python/examples/functions/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-python/examples/functions/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-python/examples/sites/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-python/examples/sites/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-ruby/examples/functions/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-ruby/examples/functions/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-ruby/examples/sites/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-ruby/examples/sites/create-vcs-deployment.md is excluded by !docs/examples/**

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Note

Other AI code review bot(s) detected

CodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review.

📝 Walkthrough

Walkthrough

The composer.json file's require-dev section was modified: the appwrite/sdk-generator dev dependency was changed from the wildcard (*) to the specific branch dev-fix-java-examples-kotlin-syntax. No other changes to composer.json or other files are present in this diff.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

  • Verify the dev-fix-java-examples-kotlin-syntax branch exists in the appwrite/sdk-generator repository.
  • Confirm whether pinning to that branch is intentional (temporary vs. permanent).
  • Check for any related issue, PR, or commit message explaining the branch selection.

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main changes: updating the SDK generator and regenerating Java/Kotlin documentation examples.
Description check ✅ Passed The description is directly related to the changeset, providing clear context about the SDK generator update and documentation regeneration.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
composer.json (1)

91-91: Verify the dev branch exists and establish a timeline to revert to a stable version.

Using a git branch reference (dev-fix-java-examples-kotlin-syntax) instead of a semantic version creates reproducibility and stability concerns, especially on a release branch (1.8.x). While acceptable for temporary development fixes, this should be reverted once the fix is merged into the upstream SDK generator repository and released as a stable version.

Before merging, please verify:

  1. The branch dev-fix-java-examples-kotlin-syntax exists in the appwrite/sdk-generator repository and is properly maintained.
  2. There's a plan to update this constraint to a stable version (tagged release) once the fix is merged upstream.
  3. The branch will not be deleted or force-pushed, as this would break builds for all contributors on 1.8.x.

Consider adding a comment in the PR or tracking issue noting when this should be reverted to a stable version.

📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 66afd10 and 4c74240.

⛔ Files ignored due to path filters (177)
  • composer.lock is excluded by !**/*.lock
  • docs/examples/1.8.x/client-android/java/account/create-o-auth-2-session.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/account/create-o-auth-2-token.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/account/list-identities.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/account/list-logs.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/account/update-prefs.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/avatars/get-screenshot.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/databases/create-document.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/databases/create-operations.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/databases/get-document.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/databases/list-documents.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/databases/list-transactions.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/databases/update-document.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/databases/upsert-document.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/functions/create-execution.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/functions/list-executions.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/graphql/mutation.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/graphql/query.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/storage/create-file.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/storage/list-files.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/storage/update-file.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/tablesdb/create-operations.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/tablesdb/create-row.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/tablesdb/get-row.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/tablesdb/list-rows.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/tablesdb/list-transactions.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/tablesdb/update-row.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/tablesdb/upsert-row.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/teams/create-membership.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/teams/create.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/teams/list-memberships.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/teams/list.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/teams/update-membership.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/client-android/java/teams/update-prefs.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/console-web/examples/functions/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/console-web/examples/functions/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/console-web/examples/sites/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/console-web/examples/sites/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-dart/examples/functions/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-dart/examples/functions/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-dart/examples/sites/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-dart/examples/sites/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-dotnet/examples/functions/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-dotnet/examples/functions/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-dotnet/examples/sites/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-dotnet/examples/sites/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/account/create-o-auth-2-token.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/account/list-identities.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/account/list-logs.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/account/update-prefs.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/avatars/get-screenshot.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/create-collection.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/create-document.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/create-documents.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/create-enum-attribute.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/create-index.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/create-line-attribute.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/create-operations.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/create-point-attribute.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/create-polygon-attribute.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/delete-documents.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/get-document.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/list-attributes.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/list-collections.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/list-documents.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/list-indexes.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/list-transactions.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/list.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/update-collection.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/update-document.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/update-documents.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/update-enum-attribute.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/update-line-attribute.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/update-point-attribute.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/update-polygon-attribute.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/upsert-document.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/databases/upsert-documents.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/functions/create-execution.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/functions/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/functions/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/functions/create.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/functions/list-deployments.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/functions/list-executions.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/functions/list.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/functions/update.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/graphql/mutation.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/graphql/query.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/create-email.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/create-fcm-provider.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/create-push.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/create-sms.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/create-topic.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/list-message-logs.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/list-messages.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/list-provider-logs.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/list-providers.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/list-subscriber-logs.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/list-subscribers.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/list-targets.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/list-topic-logs.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/list-topics.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/update-email.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/update-fcm-provider.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/update-push.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/update-sms.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/messaging/update-topic.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/sites/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/sites/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/sites/list-deployments.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/sites/list-logs.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/sites/list.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/storage/create-bucket.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/storage/create-file.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/storage/list-buckets.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/storage/list-files.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/storage/update-bucket.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/storage/update-file.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/create-enum-column.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/create-index.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/create-line-column.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/create-operations.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/create-point-column.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/create-polygon-column.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/create-row.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/create-rows.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/create-table.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/delete-rows.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/get-row.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/list-columns.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/list-indexes.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/list-rows.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/list-tables.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/list-transactions.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/list.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/update-enum-column.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/update-line-column.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/update-point-column.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/update-polygon-column.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/update-row.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/update-rows.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/update-table.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/upsert-row.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tablesdb/upsert-rows.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/teams/create-membership.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/teams/create.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/teams/list-memberships.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/teams/list.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/teams/update-membership.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/teams/update-prefs.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/tokens/list.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/users/list-identities.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/users/list-logs.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/users/list-memberships.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/users/list-targets.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/users/list.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/users/update-labels.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/java/users/update-prefs.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/kotlin/functions/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/kotlin/functions/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/kotlin/sites/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-kotlin/kotlin/sites/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-nodejs/examples/functions/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-nodejs/examples/functions/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-nodejs/examples/sites/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-nodejs/examples/sites/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-php/examples/functions/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-php/examples/functions/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-php/examples/sites/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-php/examples/sites/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-python/examples/functions/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-python/examples/functions/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-python/examples/sites/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-python/examples/sites/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-ruby/examples/functions/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-ruby/examples/functions/create-vcs-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-ruby/examples/sites/create-template-deployment.md is excluded by !docs/examples/**
  • docs/examples/1.8.x/server-ruby/examples/sites/create-vcs-deployment.md is excluded by !docs/examples/**
📒 Files selected for processing (1)
  • composer.json (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
  • GitHub Check: scan
  • GitHub Check: Setup & Build Appwrite Image
  • GitHub Check: Setup & Build Appwrite Image

@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 23, 2025

Security Scan Results for PR

Docker Image Scan Results

Package Version Vulnerability Severity
imagemagick 7.1.2.3-r0 CVE-2025-62171 HIGH
imagemagick-c++ 7.1.2.3-r0 CVE-2025-62171 HIGH
imagemagick-dev 7.1.2.3-r0 CVE-2025-62171 HIGH
imagemagick-heic 7.1.2.3-r0 CVE-2025-62171 HIGH
imagemagick-jpeg 7.1.2.3-r0 CVE-2025-62171 HIGH
imagemagick-jxl 7.1.2.3-r0 CVE-2025-62171 HIGH
imagemagick-libs 7.1.2.3-r0 CVE-2025-62171 HIGH
imagemagick-openexr 7.1.2.3-r0 CVE-2025-62171 HIGH
imagemagick-webp 7.1.2.3-r0 CVE-2025-62171 HIGH
libecpg 17.6-r0 CVE-2025-12818 HIGH
libecpg-dev 17.6-r0 CVE-2025-12818 HIGH
libpq 17.6-r0 CVE-2025-12818 HIGH
libpq-dev 17.6-r0 CVE-2025-12818 HIGH
libxml2 2.13.8-r0 CVE-2025-49794 CRITICAL
libxml2 2.13.8-r0 CVE-2025-49796 CRITICAL
libxml2 2.13.8-r0 CVE-2025-49795 HIGH
libxml2 2.13.8-r0 CVE-2025-6021 HIGH
postgresql17-dev 17.6-r0 CVE-2025-12818 HIGH
github.com/containerd/containerd/v2 v2.0.2 CVE-2024-25621 HIGH
golang.org/x/crypto v0.31.0 CVE-2025-22869 HIGH
golang.org/x/oauth2 v0.24.0 CVE-2025-22868 HIGH
stdlib 1.22.10 CVE-2025-47907 HIGH
stdlib 1.22.10 CVE-2025-58183 HIGH
stdlib 1.22.10 CVE-2025-58186 HIGH
stdlib 1.22.10 CVE-2025-58187 HIGH
stdlib 1.22.10 CVE-2025-58188 HIGH

Source Code Scan Results

🎉 No vulnerabilities found!

@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 23, 2025

✨ Benchmark results

  • Requests per second: 1,165
  • Requests with 200 status code: 209,801
  • P99 latency: 0.166476217

⚡ Benchmark Comparison

Metric This PR Latest version
RPS 1,165 1,212
200 209,801 218,147
P99 0.166476217 0.168742188

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the SDK generator to version dev-fix-java-examples-kotlin-syntax to address Java/Kotlin syntax issues in documentation examples. The changes regenerate 178 example files across multiple SDKs, primarily fixing enum type references and converting Kotlin syntax to proper Java syntax.

Key Changes:

  • Enum type corrections: VCSDeploymentTypeVCSReferenceType, incomplete TypeTemplateReferenceType
  • Java syntax fixes: mapOf()Map.of(), listOf()List.of() or Arrays.asList()
  • Import statement corrections and ordering improvements

Reviewed changes

Copilot reviewed 189 out of 190 changed files in this pull request and generated 12 comments.

Show a summary per file
File Description
composer.json Updated SDK generator dependency to dev branch fixing Java examples
composer.lock Lock file updated with new SDK generator version and dependency changes
server-ruby/examples/sites/* Fixed enum type from VCSDeploymentType to VCSReferenceType, Type to TemplateReferenceType
server-python/examples/sites/* Fixed enum types and corrected incomplete import statements
server-php/examples/sites/* Fixed enum type references in deployment examples
server-nodejs/examples/sites/* Fixed enum type references and incomplete enum usage
server-kotlin/kotlin/* Converted invalid array syntax to map structures, fixed enum imports
server-kotlin/java/* Converted Kotlin syntax to Java (mapOf→Map.of, listOf→List.of/Arrays.asList)
server-dotnet/examples/* Fixed enum type references in deployment examples
server-dart/examples/* Fixed enum type references in deployment examples
console-web/examples/* Fixed enum imports and type references
client-android/* Fixed Kotlin and Java syntax, import ordering, and enum types

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ChiragAgg5k ChiragAgg5k force-pushed the update-sdk-examples-docs branch 3 times, most recently from 26c0e6e to 01444f7 Compare November 24, 2025 03:53
Updated SDK generator to fix Java examples Kotlin syntax issues and regenerated all affected documentation examples across multiple SDK versions.
@ChiragAgg5k ChiragAgg5k force-pushed the update-sdk-examples-docs branch from 01444f7 to 10171c8 Compare November 25, 2025 05:38
@Meldiron Meldiron merged commit aa98fbb into 1.8.x Nov 25, 2025
42 checks passed
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

Successfully merging this pull request may close these issues.

4 participants