Skip to content

docs: verify common_system v3.0.0 compatibility#270

Merged
kcenon merged 1 commit into
mainfrom
feature/migrate-deprecated-apis-269
Dec 22, 2025
Merged

docs: verify common_system v3.0.0 compatibility#270
kcenon merged 1 commit into
mainfrom
feature/migrate-deprecated-apis-269

Conversation

@kcenon

@kcenon kcenon commented Dec 22, 2025

Copy link
Copy Markdown
Owner

Summary

  • Verified that monitoring_system is already compatible with common_system v3.0.0
  • No deprecated API usage found in codebase
  • Updated CHANGELOG documentation to reflect compatibility status

Changes

  • Searched for deprecated THREAD_LOG_* macros - not used (already using LOG_* macros)
  • Searched for legacy log(level, msg, file, line, func) method - not used
  • Build completed with no common_system deprecation warnings
  • All 464/466 tests passing (2 failures unrelated to this change)

Verification Results

Deprecated API Status
THREAD_LOG_* macros Not used ✅
Legacy log() with 5 params Not used ✅
Build deprecation warnings None ✅

Test plan

  • Search codebase for deprecated APIs
  • Build project and check for deprecation warnings
  • Run test suite to verify no regressions
  • Update CHANGELOG documentation

Closes #269

- Verified no usage of deprecated THREAD_LOG_* macros
- Verified no usage of legacy log(level, msg, file, line, func) method
- Codebase already uses modern log(level, msg) with source_location
- Ready for common_system v3.0.0 upgrade with no code changes required
@kcenon kcenon merged commit 42a223d into main Dec 22, 2025
21 checks passed
@kcenon kcenon deleted the feature/migrate-deprecated-apis-269 branch December 22, 2025 02:02
kcenon added a commit that referenced this pull request Apr 13, 2026
- Verified no usage of deprecated THREAD_LOG_* macros
- Verified no usage of legacy log(level, msg, file, line, func) method
- Codebase already uses modern log(level, msg) with source_location
- Ready for common_system v3.0.0 upgrade with no code changes required
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

deprecation: Migrate from deprecated common_system APIs before v0.3.0.0

1 participant