Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REMOVAL] Remove build option WITH_DEPRECATED_SDK_FACTORY #2717

Merged
merged 9 commits into from
Jul 17, 2024

Conversation

marcalff
Copy link
Member

@marcalff marcalff commented Jun 25, 2024

Fixes #2716

Changes

Please provide a brief description of the changes here.

  • Removed CMake option WITH_DEPRECATED_SDK_FACTORY
  • Removed old references to CMake option WITH_OTLP
  • Removed old references to CMake option WITH_LOGS_PREVIEW

For significant contributions please make sure you have completed the following items:

  • CHANGELOG.md updated for non-trivial changes
  • Unit tests have been added
  • Changes in public API reviewed

@marcalff marcalff added the removal Removal label Jun 25, 2024
Copy link

codecov bot commented Jun 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.66%. Comparing base (497eaf4) to head (87b00e9).
Report is 105 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2717      +/-   ##
==========================================
+ Coverage   87.12%   87.66%   +0.55%     
==========================================
  Files         200      190      -10     
  Lines        6109     5858     -251     
==========================================
- Hits         5322     5135     -187     
+ Misses        787      723      -64     
Files Coverage Δ
sdk/src/logs/event_logger_provider_factory.cc 100.00% <ø> (ø)
sdk/src/trace/tracer_provider_factory.cc 44.83% <ø> (+0.39%) ⬆️

... and 119 files with indirect coverage changes

@marcalff marcalff marked this pull request as ready for review June 25, 2024 22:48
@marcalff marcalff requested a review from a team June 25, 2024 22:48
@marcalff marcalff added the pr:please-review This PR is ready for review label Jun 25, 2024
@marcalff
Copy link
Member Author

Please review.

I suggest to wait at one or two weeks for possible comments on this (the removal issue is pinned), before merging to main.

@ThomsonTan
Copy link
Contributor

Should this PR be included in the coming minor build (like 1.7.0) instead of patch build?

@marcalff
Copy link
Member Author

Should this PR be included in the coming minor build (like 1.7.0) instead of patch build?

Current release is 1.16.0, so next patch build will be 1.16.1

This removal should only be part of release 1.17.0, and not part of the 1.16.1 patch, I agree.

Copy link
Contributor

@ThomsonTan ThomsonTan left a comment

Choose a reason for hiding this comment

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

LGTM. Just one note is to merging this after the patch release of 1.6.1.

@marcalff marcalff added pr:do-not-merge This PR is not ready to be merged. and removed pr:please-review This PR is ready for review labels Jul 17, 2024
@marcalff marcalff removed the pr:do-not-merge This PR is not ready to be merged. label Jul 17, 2024
@marcalff marcalff merged commit 611906e into open-telemetry:main Jul 17, 2024
52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
removal Removal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[REMOVAL] Remove build option WITH_DEPRECATED_SDK_FACTORY
2 participants