docs(java): update ILP client artifact#347
Merged
bluestreak01 merged 8 commits intomainfrom Feb 12, 2026
Merged
Conversation
🤖 Component Converter ReminderA component in We are creating markdown correspondents of every path (e.g. questdb.com/docs/quick-start → questdb.com/docs/quick-start/index.md) for LLM consumption. Quick Check
💡 This is a friendly reminder, not a blocker. Ignore if not applicable. |
|
🚀 Build success! Latest successful preview: https://preview-347--questdb-documentation.netlify.app/docs/ Commit SHA: 9c995de
|
… into rd_java_ilp_client
Add a build-time plugin that fetches the latest release from questdb/java-questdb-client so Maven/Gradle snippets stay current without manual updates. Also restructure the Java client docs page for better information flow and fix several typos. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
fetch-java-client-release) that fetches the latest version fromquestdb/java-questdb-clientGitHub releases, so Maven/Gradle snippets stay current automaticallyInterpolateJavaClientVersioncomponent (render-prop pattern, mirrors existingInterpolateReleaseData)1.0.1versions injava.mdandInsertDataJavawith the dynamic versionFiles changed
plugins/fetch-java-client-release/index.tssrc/components/InterpolateJavaClientVersion/index.tsxdocusaurus.config.js— register pluginsrc/theme/MDXComponents.js— register component for MDXdocumentation/ingestion/clients/java.md— dynamic version + restructure + fixessrc/components/InsertDataJava/index.tsx— dynamic versionTest plan
yarn start— dev server starts without errors/docs/ingestion/clients/java/— Maven/Gradle version renders correctlyInsertDataJavacomponent renders the version in code comments🤖 Generated with Claude Code