Skip to content

Prepare release 2.25.0#2640

Merged
laurit merged 3 commits intosignalfx:mainfrom
laurit:prepare-release-2.25.0
Feb 20, 2026
Merged

Prepare release 2.25.0#2640
laurit merged 3 commits intosignalfx:mainfrom
laurit:prepare-release-2.25.0

Conversation

@laurit
Copy link
Copy Markdown
Collaborator

@laurit laurit commented Feb 18, 2026

No description provided.

@laurit laurit requested review from a team as code owners February 18, 2026 06:29
private static final Logger logger = Logger.getLogger(AutoConfigureUtil.class.getName());
private static final Class<?> DECLARATIVE_CONFIG_PROPERTIES_BRIDGE_CLASS;

static {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see that detecting declarative configuration is getting more and more tricky. I think it would be good to contribute something in this area to the upstream.

Comment on lines +66 to +69
ConfigProperties configProperties =
io.opentelemetry.sdk.autoconfigure.internal.AutoConfigureUtil.getConfig(sdk);
return configProperties == null
|| DECLARATIVE_CONFIG_PROPERTIES_BRIDGE_CLASS.isInstance(configProperties);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hacktastic! 🚀

Copy link
Copy Markdown
Contributor

@breedx-splk breedx-splk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@laurit laurit merged commit 59ed3a0 into signalfx:main Feb 20, 2026
28 checks passed
@laurit laurit deleted the prepare-release-2.25.0 branch February 20, 2026 06:11
@github-actions github-actions bot locked and limited conversation to collaborators Feb 20, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants