Remove documentation for older versions of testcontainers-java#37719
Merged
terrymanu merged 1 commit intoapache:masterfrom Jan 12, 2026
Merged
Remove documentation for older versions of testcontainers-java#37719terrymanu merged 1 commit intoapache:masterfrom
terrymanu merged 1 commit intoapache:masterfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request removes outdated Docker configuration requirements related to older versions of testcontainers-java. The changes simplify Docker daemon setup instructions by removing the minimum API version constraint that is no longer needed.
Changes:
- Remove
"min-api-version": "1.24"from Docker daemon configuration examples in documentation
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/document/content/user-manual/shardingsphere-proxy/startup/graalvm-native-image.en.md | Remove Docker API version constraint from proxy startup documentation (English) |
| docs/document/content/user-manual/shardingsphere-proxy/startup/graalvm-native-image.cn.md | Remove Docker API version constraint from proxy startup documentation (Chinese) |
| docs/document/content/user-manual/shardingsphere-jdbc/graalvm-native-image/development/_index.en.md | Remove Docker API version constraint from JDBC development documentation (English) |
| docs/document/content/user-manual/shardingsphere-jdbc/graalvm-native-image/development/_index.cn.md | Remove Docker API version constraint from JDBC development documentation (Chinese) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
terrymanu
approved these changes
Jan 12, 2026
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.
Fixes #37642 .
Changes proposed in this pull request:
Before committing this PR, I'm sure that I have checked the following options:
./mvnw clean install -B -T1C -Dmaven.javadoc.skip -Dmaven.jacoco.skip -e.