use file_format: '1.0' now that declarative config is GA#2799
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates declarative configuration examples/tests across contrib modules to use the GA declarative config file_format: 1.0 instead of release-candidate versions, reducing confusion and aligning samples with the stabilized config format.
Changes:
- Replaced
file_format: 1.0-rc.*withfile_format: 1.0in multiple Java end-to-end declarative config tests. - Updated README YAML snippets to show
file_format: 1.0. - Updated declarative-config YAML test resources to use
"1.0"where applicable.
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| span-stacktrace/src/test/java/io/opentelemetry/contrib/stacktrace/StackTraceComponentProviderTest.java | Updates test YAML file_format to GA 1.0. |
| span-stacktrace/README.md | Updates example YAML file_format to GA 1.0. |
| samplers/src/test/java/io/opentelemetry/contrib/sampler/internal/RuleBasedRoutingSamplerComponentProviderTest.java | Updates test YAML file_format to GA 1.0. |
| processors/src/test/java/io/opentelemetry/contrib/eventbridge/internal/EventToSpanBridgeComponentProviderTest.java | Updates test YAML file_format to GA 1.0. |
| maven-extension/src/test/resources/declarative-config.yaml | Updates resource YAML file_format to "1.0". |
| inferred-spans/src/test/java/io/opentelemetry/contrib/inferredspans/InferredSpansSpanProcessorProviderTest.java | Updates test YAML file_format to GA 1.0 (two cases). |
| inferred-spans/README.md | Updates example YAML file_format to GA 1.0. |
| cloudfoundry-resources/src/test/resources/declarative-config.yaml | Updates resource YAML file_format to "1.0". |
| cel-sampler/src/test/resources/cel-sampler-config.yaml | Updates resource YAML file_format to 1.0 (but schema URL still RC; see comments). |
| baggage-processor/src/test/java/io/opentelemetry/contrib/baggage/processor/BaggageSpanComponentProviderTest.java | Updates test YAML file_format to GA 1.0. |
| baggage-processor/src/test/java/io/opentelemetry/contrib/baggage/processor/BaggageLogRecordComponentProviderTest.java | Updates test YAML file_format to GA 1.0. |
| baggage-processor/README.md | Updates example YAML file_format to GA 1.0 (two snippets). |
| azure-resources/src/test/resources/declarative-config.yaml | Updates resource YAML file_format to "1.0". |
| aws-xray-propagator/src/test/java/io/opentelemetry/contrib/awsxray/propagator/internal/AwsComponentProviderTest.java | Updates test YAML file_format to GA 1.0. |
| aws-resources/src/test/resources/declarative-config.yaml | Updates resource YAML file_format to "1.0". |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ontrib into dc-file-format
laurit
approved these changes
Apr 29, 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.
Declarative configuration is now GA with version 1.0.
We have plenty of references to the release-candidates versions in examples and in tests, to avoid any confusion this PR replaces those with 1.0.