feat(vcpkg): add 5 ecosystem dependencies#299
Merged
Conversation
Add missing ecosystem dependencies to vcpkg.json: - kcenon-common-system - kcenon-thread-system - kcenon-logger-system - kcenon-container-system - kcenon-monitoring-system These dependencies are required as documented in README.md but were missing from the vcpkg manifest. Also simplify asio dependency format for consistency with other ecosystem projects. Closes #296
Document the addition of 5 ecosystem dependencies (Issue #296) in both English and Korean CHANGELOG files.
Owner
Author
CI Status NoteThe This is expected behavior as documented in Issue #296:
This PR completes the vcpkg.json declaration update. The CI will pass once the blocking issues are resolved and ecosystem packages are available in the vcpkg registry. |
Move 5 ecosystem dependencies to optional 'ecosystem' feature to allow CI to pass while packages are being registered in vcpkg registry. Changes: - Create 'ecosystem' feature with all kcenon-* dependencies - Keep fmt and asio as core dependencies - Update CHANGELOG documentation (EN/KO) Usage after ecosystem packages are registered: vcpkg install kcenon-database-system[ecosystem]
kcenon
added a commit
that referenced
this pull request
Apr 13, 2026
* feat(vcpkg): add 5 ecosystem dependencies Add missing ecosystem dependencies to vcpkg.json: - kcenon-common-system - kcenon-thread-system - kcenon-logger-system - kcenon-container-system - kcenon-monitoring-system These dependencies are required as documented in README.md but were missing from the vcpkg manifest. Also simplify asio dependency format for consistency with other ecosystem projects. Closes #296 * docs: update CHANGELOG for ecosystem dependencies Document the addition of 5 ecosystem dependencies (Issue #296) in both English and Korean CHANGELOG files. * refactor(vcpkg): move ecosystem deps to optional feature Move 5 ecosystem dependencies to optional 'ecosystem' feature to allow CI to pass while packages are being registered in vcpkg registry. Changes: - Create 'ecosystem' feature with all kcenon-* dependencies - Keep fmt and asio as core dependencies - Update CHANGELOG documentation (EN/KO) Usage after ecosystem packages are registered: vcpkg install kcenon-database-system[ecosystem]
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.
Summary
Changes
vcpkg.json
Added the following dependencies:
kcenon-common-system- Core utilities and common typeskcenon-thread-system- High-performance threading frameworkkcenon-logger-system- Structured logging systemkcenon-container-system- Advanced container typeskcenon-monitoring-system- Metrics and monitoringDocumentation
docs/CHANGELOG.mdwith Issue vcpkg: Add missing ecosystem dependencies (5 systems required) #296 detailsdocs/CHANGELOG_KO.mdwith Korean translationTest Plan
Related Issues
Closes #296
Notes
This PR adds the dependency declarations. Actual vcpkg build will succeed once the ecosystem packages are registered in the vcpkg registry (blocked by parent issues listed in #296).