Skip to content

docs: update few more documentation issues#50782

Open
doehyunbaek wants to merge 2 commits into
spring-projects:mainfrom
doehyunbaek:opentelemetry-value-fix
Open

docs: update few more documentation issues#50782
doehyunbaek wants to merge 2 commits into
spring-projects:mainfrom
doehyunbaek:opentelemetry-value-fix

Conversation

@doehyunbaek

@doehyunbaek doehyunbaek commented Jun 17, 2026

Copy link
Copy Markdown

I found two documentation issues that still appear to be present on current main as of 2edca39.

1. OTLP service connections are omitted from SSL support lists

The Docker Compose SSL support section lists supported service connections, but omits OpenTelemetry/OTLP logging, metrics, and tracing are omitted from dev-services.adoc and testcontainers.adoc

Introduced by:

2. External configuration docs show invalid @Value syntax

The external configuration docs use @Value(${"my.service.enabled"}):

Concretely, this prevents you to use `@Value(${"my.service.enabled"})` or `my.service.enabled` as a placeholder in configuration properties without explicitly providing a default.

But Java annotation values must be string literals. The placeholder should be inside the string:

@Value("${my.service.enabled}")

Introduced by:

This PR fixes the above two issues.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jun 17, 2026
Signed-off-by: Doehyun Baek <doehyunbaek@gmail.com>
Signed-off-by: Doehyun Baek <doehyunbaek@gmail.com>
@doehyunbaek doehyunbaek force-pushed the opentelemetry-value-fix branch from c7bb3b5 to 863672b Compare June 17, 2026 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: waiting-for-triage An issue we've not yet triaged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants