Skip to content

docs: update documentation for 10.0.0#2171

Merged
samuelAndalon merged 1 commit into
masterfrom
docs/update-for-10.0.0
May 12, 2026
Merged

docs: update documentation for 10.0.0#2171
samuelAndalon merged 1 commit into
masterfrom
docs/update-for-10.0.0

Conversation

@JordanJLopez
Copy link
Copy Markdown
Collaborator

@JordanJLopez JordanJLopez commented May 11, 2026

Summary

Prior to a full 10.0.0 release, I had Claude look through the documentation for correctness and relevance to our changes.

  • Replace install(Routing) with routing {} DSL in all remaining Ktor examples (gradle-plugin-usage-graalvm, maven-plugin-usage-graalvm, ktor-http-request-response, ktor-subscriptions)
  • Update stale dependency versions in GraalVM example build files: Kotlin 1.7.x → 2.3.0, Ktor 2.2.4 → 3.4.1, Spring Boot 3.0.x → 4.0.2
  • Update ObjectMapper construction in async-models to use jacksonMapperBuilder() per Jackson 3 conventions
  • Remove versioned /v16/ path from graphql-java documentation links in spring-beans and data-loader

Test plan

  • Verify docs site renders correctly (no broken MDX/Tabs syntax)
  • Spot-check that the GraalVM POM/Gradle examples match the versions in gradle/libs.versions.toml
  • Confirm no remaining install(Routing) in Ktor doc examples

🤖 Generated with Claude Code

- Replace `install(Routing)` with `routing {}` DSL in Ktor examples
  (gradle-plugin-usage-graalvm, maven-plugin-usage-graalvm,
  ktor-http-request-response, ktor-subscriptions)
- Update stale dependency versions in GraalVM example build files:
  Kotlin 1.7.x → 2.3.0, Ktor 2.2.4 → 3.4.1, Spring Boot 3.0.x → 4.0.2
- Update ObjectMapper construction in async-models to use
  jacksonMapperBuilder() per Jackson 3 conventions
- Remove versioned /v16/ from graphql-java documentation links in
  spring-beans and data-loader docs

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@samuelAndalon samuelAndalon self-requested a review May 12, 2026 17:03
@samuelAndalon samuelAndalon merged commit 5966b8d into master May 12, 2026
1 check passed
@samuelAndalon samuelAndalon deleted the docs/update-for-10.0.0 branch May 12, 2026 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants