Skip to content

Conversation

@mabartos
Copy link
Contributor

@mabartos mabartos commented Aug 14, 2025

@brunobat Could you please check it? Thanks!

Would it be possible to include it into Quarkus 3.27 LTS? Thanks!

@quarkus-bot
Copy link

quarkus-bot bot commented Aug 14, 2025

/cc @brunobat (opentelemetry), @radcortez (opentelemetry)

@mabartos
Copy link
Contributor Author

@brunobat @radcortez Any opinion on this?

I'm just worried about deadlines for the 3.27 LTS, so sorry to urge you with this :)

@gsmet
Copy link
Member

gsmet commented Aug 15, 2025

No need to worry. If it has to go in 3.26/27, it will go in them.

@gastaldi gastaldi requested a review from brunobat August 15, 2025 19:16
*/
@Deprecated
@WithDefault("true")
Optional<Boolean> enabled();
Copy link
Contributor

Choose a reason for hiding this comment

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

This already has a default value, shouldn't it just return boolean?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Whatever works for you; I'm just interested to get rid of the nasty word 'Deprecated' :P

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

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

I will merge this for now and we will rediscuss this with @brunobat when he's back.

@gsmet gsmet merged commit 7ae8ba7 into quarkusio:main Aug 19, 2025
2 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.28 - main milestone Aug 19, 2025
@gsmet gsmet modified the milestones: 3.28 - main, 3.26.0 Aug 19, 2025
@brunobat
Copy link
Contributor

This is fine.
I was considering this myself as well because when I added this, the OTel wiring was completely different and right now it makes more sense to keep it around.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Undeprecate 'quarkus.otel.traces.enabled' property

5 participants